Skip to content

Commit

Permalink
chore(relayer): update bindings/taikol1 (#17672)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino authored Jun 25, 2024
1 parent fc12586 commit 990085e
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 1 deletion.
38 changes: 38 additions & 0 deletions packages/relayer/TaikoL1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,44 @@
],
"anonymous": false
},
{
"type": "event",
"name": "CalldataTxList",
"inputs": [
{
"name": "blockId",
"type": "uint256",
"indexed": true,
"internalType": "uint256"
},
{
"name": "txList",
"type": "bytes",
"indexed": false,
"internalType": "bytes"
}
],
"anonymous": false
},
{
"type": "event",
"name": "CalldataTxList",
"inputs": [
{
"name": "blockId",
"type": "uint256",
"indexed": true,
"internalType": "uint256"
},
{
"name": "txList",
"type": "bytes",
"indexed": false,
"internalType": "bytes"
}
],
"anonymous": false
},
{
"type": "event",
"name": "Initialized",
Expand Down
Loading

0 comments on commit 990085e

Please sign in to comment.