Commit 65821936 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: update snapshots

parent 7627d320
...@@ -306,6 +306,19 @@ ...@@ -306,6 +306,19 @@
"name": "ETHWithdrawalFinalized", "name": "ETHWithdrawalFinalized",
"type": "event" "type": "event"
}, },
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
{ {
"inputs": [], "inputs": [],
"name": "MESSENGER", "name": "MESSENGER",
...@@ -712,6 +725,19 @@ ...@@ -712,6 +725,19 @@
"stateMutability": "payable", "stateMutability": "payable",
"type": "function" "type": "function"
}, },
{
"inputs": [
{
"internalType": "contract SuperchainConfig",
"name": "_superchainConfig",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "l2TokenBridge", "name": "l2TokenBridge",
...@@ -751,6 +777,32 @@ ...@@ -751,6 +777,32 @@
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"inputs": [],
"name": "paused",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "superchainConfig",
"outputs": [
{
"internalType": "contract SuperchainConfig",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "version", "name": "version",
......
...@@ -201,6 +201,19 @@ ...@@ -201,6 +201,19 @@
"name": "ETHBridgeInitiated", "name": "ETHBridgeInitiated",
"type": "event" "type": "event"
}, },
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
{ {
"anonymous": false, "anonymous": false,
"inputs": [ "inputs": [
...@@ -549,6 +562,19 @@ ...@@ -549,6 +562,19 @@
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"inputs": [],
"name": "paused",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "version", "name": "version",
......
[ [
{ {
"bytes": "20", "bytes": "1",
"label": "spacer_0_0_20", "label": "_initialized",
"offset": 0, "offset": 0,
"slot": "0", "slot": "0",
"type": "uint8"
},
{
"bytes": "1",
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "bool"
},
{
"bytes": "20",
"label": "spacer_0_2_20",
"offset": 2,
"slot": "0",
"type": "address" "type": "address"
}, },
{ {
...@@ -26,5 +40,12 @@ ...@@ -26,5 +40,12 @@
"offset": 0, "offset": 0,
"slot": "3", "slot": "3",
"type": "uint256[47]" "type": "uint256[47]"
},
{
"bytes": "20",
"label": "superchainConfig",
"offset": 0,
"slot": "50",
"type": "contract SuperchainConfig"
} }
] ]
\ No newline at end of file
[ [
{ {
"bytes": "20", "bytes": "1",
"label": "spacer_0_0_20", "label": "_initialized",
"offset": 0, "offset": 0,
"slot": "0", "slot": "0",
"type": "uint8"
},
{
"bytes": "1",
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "bool"
},
{
"bytes": "20",
"label": "spacer_0_2_20",
"offset": 2,
"slot": "0",
"type": "address" "type": "address"
}, },
{ {
......
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