Skip to content

Commit

Permalink
standardize the init code hash (#917)
Browse files Browse the repository at this point in the history
disable the inclusion of the metadata hash in the creation code
  • Loading branch information
vimageDE authored Nov 8, 2024
1 parent 0f17b65 commit b619b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}, { access
solc = "0.8.26"
evm_version = "cancun"
gas_limit = "300000000"
bytecode_hash = "none"

This comment has been minimized.

Copy link
@Johnson1s

[profile.default.fuzz]
runs = 1000
Expand Down
2 changes: 1 addition & 1 deletion snapshots/PoolManagerTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"donate gas with 2 tokens": "145510",
"erc20 collect protocol fees": "57500",
"native collect protocol fees": "59643",
"poolManager bytecode size": "24050",
"poolManager bytecode size": "24009",
"removeLiquidity with empty hook": "130613",
"removeLiquidity with native token": "112523",
"simple addLiquidity": "161276",
Expand Down

0 comments on commit b619b67

Please sign in to comment.