mirror of
https://github.com/tornadocash/tornado-root-updater.git
synced 2024-12-04 15:14:38 +01:00
update abi
This commit is contained in:
parent
c90ed424b5
commit
9e9cca31ac
@ -205,19 +205,6 @@
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [],
|
||||
"name": "depositV1Length",
|
||||
"outputs": [
|
||||
{
|
||||
"internalType": "uint256",
|
||||
"name": "",
|
||||
"type": "uint256"
|
||||
}
|
||||
],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
@ -250,6 +237,19 @@
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [],
|
||||
"name": "depositsV1Length",
|
||||
"outputs": [
|
||||
{
|
||||
"internalType": "uint256",
|
||||
"name": "",
|
||||
"type": "uint256"
|
||||
}
|
||||
],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
@ -550,9 +550,9 @@
|
||||
"type": "uint32"
|
||||
}
|
||||
],
|
||||
"internalType": "struct TornadoTrees.TreeLeaf[4]",
|
||||
"internalType": "struct TornadoTrees.TreeLeaf[256]",
|
||||
"name": "_events",
|
||||
"type": "tuple[4]"
|
||||
"type": "tuple[256]"
|
||||
}
|
||||
],
|
||||
"name": "updateDepositTree",
|
||||
@ -605,9 +605,9 @@
|
||||
"type": "uint32"
|
||||
}
|
||||
],
|
||||
"internalType": "struct TornadoTrees.TreeLeaf[4]",
|
||||
"internalType": "struct TornadoTrees.TreeLeaf[256]",
|
||||
"name": "_events",
|
||||
"type": "tuple[4]"
|
||||
"type": "tuple[256]"
|
||||
}
|
||||
],
|
||||
"name": "updateWithdrawalTree",
|
||||
|
Loading…
Reference in New Issue
Block a user