update abi

This commit is contained in:
poma 2021-03-03 14:33:59 +03:00
parent c90ed424b5
commit 9e9cca31ac
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 17 additions and 17 deletions

View File

@ -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",