Commit 22649472 authored by Mark Tyneway's avatar Mark Tyneway Committed by Maurelian

contracts-bedrock: update snapshots

parent 96043725
...@@ -5,11 +5,6 @@ ...@@ -5,11 +5,6 @@
"internalType": "address", "internalType": "address",
"name": "_messenger", "name": "_messenger",
"type": "address" "type": "address"
},
{
"internalType": "address",
"name": "_otherBridge",
"type": "address"
} }
], ],
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
...@@ -319,7 +314,20 @@ ...@@ -319,7 +314,20 @@
}, },
{ {
"inputs": [], "inputs": [],
"name": "superChainConfig", "name": "paused",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "superchainConfig",
"outputs": [ "outputs": [
{ {
"internalType": "contract SuperchainConfig", "internalType": "contract SuperchainConfig",
......
[ [
{ {
"inputs": [ "inputs": [
{
"internalType": "address",
"name": "_messenger",
"type": "address"
},
{ {
"internalType": "address", "internalType": "address",
"name": "_otherBridge", "name": "_otherBridge",
...@@ -284,12 +279,12 @@ ...@@ -284,12 +279,12 @@
}, },
{ {
"inputs": [], "inputs": [],
"name": "superChainConfig", "name": "paused",
"outputs": [ "outputs": [
{ {
"internalType": "contract SuperchainConfig", "internalType": "bool",
"name": "", "name": "",
"type": "address" "type": "bool"
} }
], ],
"stateMutability": "view", "stateMutability": "view",
......
...@@ -14,24 +14,24 @@ ...@@ -14,24 +14,24 @@
"type": "bool" "type": "bool"
}, },
{ {
"bytes": "20", "bytes": "1568",
"label": "superChainConfig",
"offset": 2,
"slot": "0",
"type": "contract SuperchainConfig"
},
{
"bytes": "1536",
"label": "__gap", "label": "__gap",
"offset": 0, "offset": 0,
"slot": "1", "slot": "1",
"type": "uint256[48]" "type": "uint256[49]"
}, },
{ {
"bytes": "32", "bytes": "32",
"label": "deposits", "label": "deposits",
"offset": 0, "offset": 0,
"slot": "49", "slot": "50",
"type": "mapping(address => mapping(address => mapping(uint256 => bool)))" "type": "mapping(address => mapping(address => mapping(uint256 => bool)))"
},
{
"bytes": "20",
"label": "superchainConfig",
"offset": 0,
"slot": "51",
"type": "contract SuperchainConfig"
} }
] ]
\ No newline at end of file
...@@ -14,17 +14,10 @@ ...@@ -14,17 +14,10 @@
"type": "bool" "type": "bool"
}, },
{ {
"bytes": "20", "bytes": "1568",
"label": "superChainConfig",
"offset": 2,
"slot": "0",
"type": "contract SuperchainConfig"
},
{
"bytes": "1536",
"label": "__gap", "label": "__gap",
"offset": 0, "offset": 0,
"slot": "1", "slot": "1",
"type": "uint256[48]" "type": "uint256[49]"
} }
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment