Skip to content

Commit

Permalink
chore: Remove metadata_hash from foundry.toml
Browse files Browse the repository at this point in the history
Signed-off-by: JDawg287 <[email protected]>
  • Loading branch information
JDawg287 committed Sep 20, 2024
1 parent 885ae5b commit 565f45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ verbosity = 2
ffi = true
fs_permissions = [{ access = "read-write", path = "./script/"}]
evm_version = "shanghai"
metadata_hash = "none"

remappings = [
"@ensdomains/=node_modules/@ensdomains/",
Expand Down
6 changes: 3 additions & 3 deletions script/inputs/genesisInput.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PolygonZkEVMDeployer": "0x68276c6b151e998ed7997035601c0b56a9629743",
"ProxyAdmin": "0x32E260DFae00383Ef927F2e56372F38F441DE3E4",
"PolygonZkEVMBridgeImplementation": "0x851a6a502CF89a03beEAE8B352457b69eaB0216e",
"PolygonZkEVMBridgeProxy": "0x50d3F98bbaCC7d1AcB9266e679B4005524Be0746",
"ProxyAdmin": "0x173d6793b2B1E432C581BD017b47fCAa6Cc3db4e",
"PolygonZkEVMBridgeImplementation": "0x6A645724F3d9c8453AFD54d935b27737eCAD06d2",
"PolygonZkEVMBridgeProxy": "0xAa1668dfB81b8b40D82C8A7a5646991b72bf912f",
"PolygonZkEVMGlobalExitRootL2Implementation": "0xE73A9D8EAc49a8B20B920122e9230fC81FB1d4b2",
"PolygonZkEVMGlobalExitRootL2Proxy": "0x6738ae51fd2124651c7eb4446ea9141E45A32F00",
"PolygonZkEVMTimelock": "0xe0b4438C77e8E71C142703B088A57d369AeEA136",
Expand Down

0 comments on commit 565f45b

Please sign in to comment.