Skip to content

Commit

Permalink
deleted too much
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Oct 21, 2024
1 parent a1bec25 commit ae37aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/hot-fuzz/hot-fuzz
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cryticArgs: [
"--compile-force-framework=${CRYTIC_COMPILE_FRAMEWORK}",
"--foundry-out-directory=${FOUNDRY_ROOT}/${FOUNDRY_OUT:-out}",
# "--export-dir=${PROJECT_DIR}/crytic-export", TODO unfortunately this doesn't work
"--compile-libraries=(CFAv1ForwarderDeployerLibrary,0xf01),(GDAv1ForwarderDeployerLibrary,0xf02),(ProxyDeployerLibrary,0xf04),(SlotsBitmapLibrary,0xf05),(SuperfluidCFAv1DeployerLibrary,0xf06),(SuperfluidGDAv1DeployerLibrary,0xf08),(SuperfluidGovDeployerLibrary,0xf09),(SuperfluidHostDeployerLibrary,0xf0a),(SuperfluidPeripheryDeployerLibrary,0xf0c),(SuperfluidPoolDeployerLibrary,0xf0d),(SuperfluidPoolLogicDeployerLibrary,0xf0e),(SuperfluidPoolNFTLogicDeployerLibrary,0xf0f),(SuperTokenDeployerLibrary,0xf10),(SuperTokenFactoryDeployerLibrary,0xf11),(TokenDeployerLibrary,0xf12),(SuperfluidDMZForwarderDeployerLibrary,0xf13)"
"--compile-libraries=(CFAv1ForwarderDeployerLibrary,0xf01),(GDAv1ForwarderDeployerLibrary,0xf02),(ProxyDeployerLibrary,0xf04),(SlotsBitmapLibrary,0xf05),(SuperfluidCFAv1DeployerLibrary,0xf06),(SuperfluidGDAv1DeployerLibrary,0xf08),(SuperfluidGovDeployerLibrary,0xf09),(SuperfluidHostDeployerLibrary,0xf0a),(SuperfluidIDAv1DeployerLibrary,0xf0b),(SuperfluidPeripheryDeployerLibrary,0xf0c),(SuperfluidPoolDeployerLibrary,0xf0d),(SuperfluidPoolLogicDeployerLibrary,0xf0e),(SuperfluidPoolNFTLogicDeployerLibrary,0xf0f),(SuperTokenDeployerLibrary,0xf10),(SuperTokenFactoryDeployerLibrary,0xf11),(TokenDeployerLibrary,0xf12),(SuperfluidDMZForwarderDeployerLibrary,0xf13)"
]
deployContracts: [
["0xf01", "CFAv1ForwarderDeployerLibrary"],
Expand All @@ -54,6 +54,7 @@ deployContracts: [
["0xf08", "SuperfluidGDAv1DeployerLibrary"],
["0xf09", "SuperfluidGovDeployerLibrary"],
["0xf0a", "SuperfluidHostDeployerLibrary"],
["0xf0b", "SuperfluidIDAv1DeployerLibrary"],
["0xf0c", "SuperfluidPeripheryDeployerLibrary"],
["0xf0d", "SuperfluidPoolDeployerLibrary"],
["0xf0e", "SuperfluidPoolLogicDeployerLibrary"],
Expand Down

0 comments on commit ae37aca

Please sign in to comment.