Skip to content

Commit

Permalink
contracts-bedrock: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed May 14, 2024
1 parent 88e9437 commit 4c30272
Show file tree
Hide file tree
Showing 12 changed files with 1,681 additions and 33 deletions.
66 changes: 51 additions & 15 deletions packages/contracts-bedrock/snapshots/abi/L1BlockInterop.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,12 @@
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"inputs": [],
"name": "dependencySet",
"outputs": [
{
"internalType": "uint256",
"name": "",
"name": "_spacer",
"type": "uint256"
}
],
Expand Down Expand Up @@ -250,6 +244,24 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "enum ConfigType",
"name": "_type",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "_value",
"type": "bytes"
}
],
"name": "setConfig",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -333,13 +345,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "setL1BlockValuesInterop",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "timestamp",
Expand All @@ -366,6 +371,32 @@
"stateMutability": "pure",
"type": "function"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
}
],
"name": "DependencyAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
}
],
"name": "DependencyRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -397,6 +428,11 @@
"name": "GasPayingTokenSet",
"type": "event"
},
{
"inputs": [],
"name": "NotDependency",
"type": "error"
},
{
"inputs": [],
"name": "NotDepositor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"type": "string"
}
],
"stateMutability": "view",
"stateMutability": "pure",
"type": "function"
},
{
Expand Down
Loading

0 comments on commit 4c30272

Please sign in to comment.