Closed vimageDE closed 2 weeks ago
The init code hash of the PoolManager.sol in v4-core and v4-periphery was different because of different paths inside the metadata. This PR will disable the inclusion of the metadata hash inside of the compiled bytecode.
PoolManager.sol
Setting bytecode_hash = "none" in foundry.toml.
bytecode_hash = "none"
foundry.toml
Related Issue
The init code hash of the
PoolManager.sol
in v4-core and v4-periphery was different because of different paths inside the metadata. This PR will disable the inclusion of the metadata hash inside of the compiled bytecode.Description of changes
Setting
bytecode_hash = "none"
infoundry.toml
.