Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Jan 16, 2025
1 parent 5649f6a commit ee36e4e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 51 deletions.
41 changes: 17 additions & 24 deletions packages/contracts-bedrock/snapshots/abi/OPContractsManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,30 +509,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IDisputeGameFactory",
"name": "_disputeGameFactory",
"type": "address"
},
{
"internalType": "GameType",
"name": "_gameType",
"type": "uint32"
}
],
"name": "getGameImplementation",
"outputs": [
{
"internalType": "contract IDisputeGame",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "implementations",
Expand Down Expand Up @@ -655,6 +631,23 @@
"internalType": "struct OPContractsManager.OpChain[]",
"name": "_opChains",
"type": "tuple[]"
},
{
"components": [
{
"internalType": "Hash",
"name": "root",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "l2BlockNumber",
"type": "uint256"
}
],
"internalType": "struct OutputRoot[]",
"name": "_startingAnchorRoots",
"type": "tuple[]"
}
],
"name": "upgrade",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,30 +509,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IDisputeGameFactory",
"name": "_disputeGameFactory",
"type": "address"
},
{
"internalType": "GameType",
"name": "_gameType",
"type": "uint32"
}
],
"name": "getGameImplementation",
"outputs": [
{
"internalType": "contract IDisputeGame",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "implementations",
Expand Down Expand Up @@ -655,6 +631,23 @@
"internalType": "struct OPContractsManager.OpChain[]",
"name": "_opChains",
"type": "tuple[]"
},
{
"components": [
{
"internalType": "Hash",
"name": "root",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "l2BlockNumber",
"type": "uint256"
}
],
"internalType": "struct OutputRoot[]",
"name": "_startingAnchorRoots",
"type": "tuple[]"
}
],
"name": "upgrade",
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": "0x6dd620548f030d3c03460839e3bfacaa647fd2f95bc663ac50e9d251376636c3",
"sourceCodeHash": "0x38fba728fcb82590bcb8bc0474f990754549a41eab6b8257a6fd521c80257a96"
"initCodeHash": "0x1a736b1d6e79a28c43beaf0cc34654ca692a245eebfe9a08d740d01696687a36",
"sourceCodeHash": "0x55e58faa8fe2d21e2c7b08677379c333464b7c6ef00f5960d203b7e6b4d40c17"
},
"src/L1/OPContractsManagerInterop.sol": {
"initCodeHash": "0x11a0f655507de3e7201da69b38333e48ca0328291530cdcfa97872e8ffdf8b89",
"initCodeHash": "0xc6974f5e671cd91caa56bd2b089c9d4adce9e4bcf0cfd3a5bbe5333ac0e7ec66",
"sourceCodeHash": "0x1bbe8f918f1d5b1cc75924cdf23b10664b890fd306c2aa5d195a7b4177670431"
},
"src/L1/OptimismPortal2.sol": {
Expand Down

0 comments on commit ee36e4e

Please sign in to comment.