Skip to content

Commit

Permalink
feat: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Jan 16, 2025
1 parent 7167f95 commit ad84635
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
34 changes: 17 additions & 17 deletions packages/contracts-bedrock/snapshots/abi/OPContractsManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,27 +626,27 @@
"internalType": "contract IProxyAdmin",
"name": "proxyAdmin",
"type": "address"
}
],
"internalType": "struct OPContractsManager.OpChain[]",
"name": "_opChains",
"type": "tuple[]"
},
{
"components": [
{
"internalType": "Hash",
"name": "root",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "l2BlockNumber",
"type": "uint256"
"components": [
{
"internalType": "Hash",
"name": "root",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "l2BlockNumber",
"type": "uint256"
}
],
"internalType": "struct OutputRoot",
"name": "startingAnchorRoot",
"type": "tuple"
}
],
"internalType": "struct OutputRoot[]",
"name": "_startingAnchorRoots",
"internalType": "struct OPContractsManager.OpChain[]",
"name": "_opChains",
"type": "tuple[]"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,27 +626,27 @@
"internalType": "contract IProxyAdmin",
"name": "proxyAdmin",
"type": "address"
}
],
"internalType": "struct OPContractsManager.OpChain[]",
"name": "_opChains",
"type": "tuple[]"
},
{
"components": [
{
"internalType": "Hash",
"name": "root",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "l2BlockNumber",
"type": "uint256"
"components": [
{
"internalType": "Hash",
"name": "root",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "l2BlockNumber",
"type": "uint256"
}
],
"internalType": "struct OutputRoot",
"name": "startingAnchorRoot",
"type": "tuple"
}
],
"internalType": "struct OutputRoot[]",
"name": "_startingAnchorRoots",
"internalType": "struct OPContractsManager.OpChain[]",
"name": "_opChains",
"type": "tuple[]"
}
],
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts-bedrock/snapshots/semver-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"sourceCodeHash": "0xc6613d35d1ad95cbef26a503a10b5dd8663ceb80426f8c528835d39f79e4b4cf"
},
"src/L1/OPContractsManager.sol": {
"initCodeHash": "0x1a736b1d6e79a28c43beaf0cc34654ca692a245eebfe9a08d740d01696687a36",
"sourceCodeHash": "0x55e58faa8fe2d21e2c7b08677379c333464b7c6ef00f5960d203b7e6b4d40c17"
"initCodeHash": "0x6cdf1fcc53daec842613901f9459d764a668f2695f6c715866ca8ea0d6f775c4",
"sourceCodeHash": "0x6510fbe85698d2d6ba29ea33d1caeaeb2d54e1f83eba4e44da4a02f304130e64"
},
"src/L1/OPContractsManagerInterop.sol": {
"initCodeHash": "0xc6974f5e671cd91caa56bd2b089c9d4adce9e4bcf0cfd3a5bbe5333ac0e7ec66",
"initCodeHash": "0xd817b93678714694a66f1506d3a4a6559a2322460905beeac7cc1595a0633f26",
"sourceCodeHash": "0x1bbe8f918f1d5b1cc75924cdf23b10664b890fd306c2aa5d195a7b4177670431"
},
"src/L1/OptimismPortal2.sol": {
Expand Down

0 comments on commit ad84635

Please sign in to comment.