Commit 1cbc5005 authored by Mark Tyneway's avatar Mark Tyneway Committed by Maurelian

contracts-bedrock: generate snapshots

parent 7afba35e
...@@ -101,6 +101,19 @@ ...@@ -101,6 +101,19 @@
"name": "ERC721BridgeInitiated", "name": "ERC721BridgeInitiated",
"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",
...@@ -265,6 +278,19 @@ ...@@ -265,6 +278,19 @@
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{
"inputs": [
{
"internalType": "contract SuperchainConfig",
"name": "_superchainConfig",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "messenger", "name": "messenger",
...@@ -291,6 +317,19 @@ ...@@ -291,6 +317,19 @@
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"inputs": [],
"name": "superChainConfig",
"outputs": [
{
"internalType": "contract SuperchainConfig",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "version", "name": "version",
......
...@@ -101,6 +101,19 @@ ...@@ -101,6 +101,19 @@
"name": "ERC721BridgeInitiated", "name": "ERC721BridgeInitiated",
"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",
...@@ -236,6 +249,13 @@ ...@@ -236,6 +249,13 @@
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{
"inputs": [],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "messenger", "name": "messenger",
...@@ -262,6 +282,19 @@ ...@@ -262,6 +282,19 @@
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"inputs": [],
"name": "superChainConfig",
"outputs": [
{
"internalType": "contract SuperchainConfig",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [], "inputs": [],
"name": "version", "name": "version",
......
[ [
{ {
"bytes": "1568", "bytes": "1",
"label": "__gap", "label": "_initialized",
"offset": 0, "offset": 0,
"slot": "0", "slot": "0",
"type": "uint256[49]" "type": "uint8"
},
{
"bytes": "1",
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "bool"
},
{
"bytes": "20",
"label": "superChainConfig",
"offset": 2,
"slot": "0",
"type": "contract SuperchainConfig"
},
{
"bytes": "1536",
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "uint256[48]"
}, },
{ {
"bytes": "32", "bytes": "32",
......
[ [
{ {
"bytes": "1568", "bytes": "1",
"label": "__gap", "label": "_initialized",
"offset": 0, "offset": 0,
"slot": "0", "slot": "0",
"type": "uint256[49]" "type": "uint8"
},
{
"bytes": "1",
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "bool"
},
{
"bytes": "20",
"label": "superChainConfig",
"offset": 2,
"slot": "0",
"type": "contract SuperchainConfig"
},
{
"bytes": "1536",
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "uint256[48]"
} }
] ]
\ 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