Skip to content

Commit

Permalink
chore(eventindexer): bump bindings for eventindexer (#13876)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored Jun 5, 2023
1 parent 46bae97 commit c17e31c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 290 deletions.
153 changes: 20 additions & 133 deletions packages/eventindexer/TaikoL1.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@
"name": "L1_FORK_CHOICE_NOT_FOUND",
"type": "error"
},
{
"inputs": [],
"name": "L1_INSUFFICIENT_TOKEN",
"type": "error"
},
{
"inputs": [],
"name": "L1_INSUFFICIENT_TOKEN",
"type": "error"
},
{
"inputs": [],
"name": "L1_INSUFFICIENT_TOKEN",
"type": "error"
},
{
"inputs": [],
"name": "L1_INVALID_CONFIG",
Expand Down Expand Up @@ -246,11 +231,6 @@
"name": "L1_TX_LIST_RANGE",
"type": "error"
},
{
"inputs": [],
"name": "Overflow",
"type": "error"
},
{
"inputs": [],
"name": "RESOLVER_DENIED",
Expand Down Expand Up @@ -367,6 +347,11 @@
"internalType": "uint96",
"name": "amount",
"type": "uint96"
},
{
"internalType": "uint64",
"name": "id",
"type": "uint64"
}
],
"internalType": "struct TaikoData.EthDeposit[]",
Expand Down Expand Up @@ -496,6 +481,11 @@
"internalType": "uint96",
"name": "amount",
"type": "uint96"
},
{
"internalType": "uint64",
"name": "id",
"type": "uint64"
}
],
"indexed": false,
Expand Down Expand Up @@ -590,19 +580,6 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "depositTaikoToken",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -849,25 +826,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint64",
"name": "proofTime",
"type": "uint64"
}
],
"name": "getProofReward",
"outputs": [
{
"internalType": "uint64",
"name": "",
"type": "uint64"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getStateVariables",
Expand All @@ -879,11 +837,6 @@
"name": "blockFee",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "accBlockFees",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "genesisHeight",
Expand All @@ -899,26 +852,11 @@
"name": "numBlocks",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "proofTimeIssued",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "proofTimeTarget",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "lastVerifiedBlockId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "accProposedAt",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "nextEthDepositToProcess",
Expand Down Expand Up @@ -992,21 +930,6 @@
"internalType": "uint64",
"name": "_initBlockFee",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "_initProofTimeTarget",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "_initProofTimeIssued",
"type": "uint64"
},
{
"internalType": "uint16",
"name": "_adjustmentQuotient",
"type": "uint16"
}
],
"name": "init",
Expand Down Expand Up @@ -1110,6 +1033,11 @@
"internalType": "uint96",
"name": "amount",
"type": "uint96"
},
{
"internalType": "uint64",
"name": "id",
"type": "uint64"
}
],
"internalType": "struct TaikoData.EthDeposit[]",
Expand Down Expand Up @@ -1216,34 +1144,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint64",
"name": "newProofTimeTarget",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "newProofTimeIssued",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "newBlockFee",
"type": "uint64"
},
{
"internalType": "uint16",
"name": "newAdjustmentQuotient",
"type": "uint16"
}
],
"name": "setProofParams",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "state",
Expand All @@ -1260,7 +1160,7 @@
},
{
"internalType": "uint16",
"name": "adjustmentQuotient",
"name": "__reserved70",
"type": "uint16"
},
{
Expand All @@ -1275,12 +1175,12 @@
},
{
"internalType": "uint64",
"name": "accProposedAt",
"name": "__reserved80",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "accBlockFees",
"name": "__reserved81",
"type": "uint64"
},
{
Expand All @@ -1300,7 +1200,7 @@
},
{
"internalType": "uint64",
"name": "proofTimeIssued",
"name": "__reserved90",
"type": "uint64"
},
{
Expand All @@ -1310,7 +1210,7 @@
},
{
"internalType": "uint64",
"name": "proofTimeTarget",
"name": "__reserved91",
"type": "uint64"
}
],
Expand Down Expand Up @@ -1343,19 +1243,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawTaikoToken",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
Expand Down
Loading

0 comments on commit c17e31c

Please sign in to comment.