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

contracts-bedrock: update snapshots

parent 96043725
......@@ -5,11 +5,6 @@
"internalType": "address",
"name": "_messenger",
"type": "address"
},
{
"internalType": "address",
"name": "_otherBridge",
"type": "address"
}
],
"stateMutability": "nonpayable",
......@@ -319,7 +314,20 @@
},
{
"inputs": [],
"name": "superChainConfig",
"name": "paused",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "superchainConfig",
"outputs": [
{
"internalType": "contract SuperchainConfig",
......
[
{
"inputs": [
{
"internalType": "address",
"name": "_messenger",
"type": "address"
},
{
"internalType": "address",
"name": "_otherBridge",
......@@ -284,12 +279,12 @@
},
{
"inputs": [],
"name": "superChainConfig",
"name": "paused",
"outputs": [
{
"internalType": "contract SuperchainConfig",
"internalType": "bool",
"name": "",
"type": "address"
"type": "bool"
}
],
"stateMutability": "view",
......
......@@ -14,24 +14,24 @@
"type": "bool"
},
{
"bytes": "20",
"label": "superChainConfig",
"offset": 2,
"slot": "0",
"type": "contract SuperchainConfig"
},
{
"bytes": "1536",
"bytes": "1568",
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "uint256[48]"
"type": "uint256[49]"
},
{
"bytes": "32",
"label": "deposits",
"offset": 0,
"slot": "49",
"slot": "50",
"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 @@
"type": "bool"
},
{
"bytes": "20",
"label": "superChainConfig",
"offset": 2,
"slot": "0",
"type": "contract SuperchainConfig"
},
{
"bytes": "1536",
"bytes": "1568",
"label": "__gap",
"offset": 0,
"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