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
f28c4850b3
commit
c7e9fc2bb2
@ -3,7 +3,6 @@ RPC_URL=
|
|||||||
BROADCAST_NODES=https://api.taichi.network:10001/rpc/public,https://cloudflare-eth.com
|
BROADCAST_NODES=https://api.taichi.network:10001/rpc/public,https://cloudflare-eth.com
|
||||||
REDIS_URL=redis://127.0.0.1:6379
|
REDIS_URL=redis://127.0.0.1:6379
|
||||||
|
|
||||||
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2
|
|
||||||
PRIVATE_KEY=
|
PRIVATE_KEY=
|
||||||
|
|
||||||
MERKLE_TREE_LEVELS=20
|
MERKLE_TREE_LEVELS=20
|
||||||
|
@ -6,21 +6,11 @@
|
|||||||
"name": "_governance",
|
"name": "_governance",
|
||||||
"type": "address"
|
"type": "address"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"internalType": "address",
|
|
||||||
"name": "_tornadoProxy",
|
|
||||||
"type": "address"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"internalType": "contract ITornadoTreesV1",
|
"internalType": "contract ITornadoTreesV1",
|
||||||
"name": "_tornadoTreesV1",
|
"name": "_tornadoTreesV1",
|
||||||
"type": "address"
|
"type": "address"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"internalType": "contract IBatchTreeUpdateVerifier",
|
|
||||||
"name": "_treeUpdateVerifier",
|
|
||||||
"type": "address"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
@ -352,6 +342,24 @@
|
|||||||
"stateMutability": "view",
|
"stateMutability": "view",
|
||||||
"type": "function"
|
"type": "function"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"internalType": "address",
|
||||||
|
"name": "_tornadoProxy",
|
||||||
|
"type": "address"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"internalType": "contract IBatchTreeUpdateVerifier",
|
||||||
|
"name": "_treeUpdateVerifier",
|
||||||
|
"type": "address"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "initialize",
|
||||||
|
"outputs": [],
|
||||||
|
"stateMutability": "nonpayable",
|
||||||
|
"type": "function"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"inputs": [],
|
"inputs": [],
|
||||||
"name": "lastProcessedDepositLeaf",
|
"name": "lastProcessedDepositLeaf",
|
||||||
@ -583,9 +591,9 @@
|
|||||||
"type": "bytes32"
|
"type": "bytes32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"internalType": "uint256",
|
"internalType": "uint32",
|
||||||
"name": "_pathIndices",
|
"name": "_pathIndices",
|
||||||
"type": "uint256"
|
"type": "uint32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"components": [
|
"components": [
|
||||||
|
Loading…
Reference in New Issue
Block a user