Skip to content

Commit

Permalink
chore(status-page): bump bindings/abi for status/eventindexer (#13819)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored May 26, 2023
1 parent a78a2f8 commit 3e5dfa8
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 90 deletions.
49 changes: 41 additions & 8 deletions packages/eventindexer/TaikoL1.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,27 @@
"internalType": "uint64",
"name": "proofTimeTarget",
"type": "uint64"
},
{
"indexed": false,
"internalType": "uint64",
"name": "proofTimeIssued",
"type": "uint64"
},
{
"indexed": false,
"internalType": "uint64",
"name": "blockFee",
"type": "uint64"
},
{
"indexed": false,
"internalType": "uint16",
"name": "adjustmentQuotient",
"type": "uint16"
}
],
"name": "ProofTimeTargetChanged",
"name": "ProofParamsChanged",
"type": "event"
},
{
Expand Down Expand Up @@ -718,11 +736,6 @@
"name": "minEthDepositAmount",
"type": "uint96"
},
{
"internalType": "uint8",
"name": "adjustmentQuotient",
"type": "uint8"
},
{
"internalType": "bool",
"name": "relaySignalRoot",
Expand Down Expand Up @@ -989,6 +1002,11 @@
"internalType": "uint64",
"name": "_initProofTimeIssued",
"type": "uint64"
},
{
"internalType": "uint16",
"name": "_adjustmentQuotient",
"type": "uint16"
}
],
"name": "init",
Expand Down Expand Up @@ -1209,6 +1227,16 @@
"internalType": "uint64",
"name": "newProofTimeIssued",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "newBlockFee",
"type": "uint64"
},
{
"internalType": "uint16",
"name": "newAdjustmentQuotient",
"type": "uint16"
}
],
"name": "setProofParams",
Expand All @@ -1231,9 +1259,14 @@
"type": "uint64"
},
{
"internalType": "uint64",
"internalType": "uint16",
"name": "adjustmentQuotient",
"type": "uint16"
},
{
"internalType": "uint48",
"name": "__reserved71",
"type": "uint64"
"type": "uint48"
},
{
"internalType": "uint64",
Expand Down
Loading

0 comments on commit 3e5dfa8

Please sign in to comment.