update abi

This commit is contained in:
poma 2021-03-16 01:08:51 +03:00
parent f28c4850b3
commit c7e9fc2bb2
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 20 additions and 13 deletions

View File

@ -3,7 +3,6 @@ RPC_URL=
BROADCAST_NODES=https://api.taichi.network:10001/rpc/public,https://cloudflare-eth.com
REDIS_URL=redis://127.0.0.1:6379
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2
PRIVATE_KEY=
MERKLE_TREE_LEVELS=20

View File

@ -6,21 +6,11 @@
"name": "_governance",
"type": "address"
},
{
"internalType": "address",
"name": "_tornadoProxy",
"type": "address"
},
{
"internalType": "contract ITornadoTreesV1",
"name": "_tornadoTreesV1",
"type": "address"
},
{
"internalType": "contract IBatchTreeUpdateVerifier",
"name": "_treeUpdateVerifier",
"type": "address"
},
{
"components": [
{
@ -352,6 +342,24 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_tornadoProxy",
"type": "address"
},
{
"internalType": "contract IBatchTreeUpdateVerifier",
"name": "_treeUpdateVerifier",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "lastProcessedDepositLeaf",
@ -583,9 +591,9 @@
"type": "bytes32"
},
{
"internalType": "uint256",
"internalType": "uint32",
"name": "_pathIndices",
"type": "uint256"
"type": "uint32"
},
{
"components": [