mirror of
https://github.com/tornadocash/tornado-root-updater.git
synced 2024-12-04 23:15:05 +01:00
fix: duplicate events goerli
This commit is contained in:
parent
6338d0f689
commit
001ddfb402
8
cache/withdrawal_5.json
vendored
8
cache/withdrawal_5.json
vendored
@ -56591,14 +56591,6 @@
|
||||
"index": 7073,
|
||||
"sha3": "0x640e95f05449bf9ad88915e772e88439ffa42f35dd3056c54981ec6d05f75f28"
|
||||
},
|
||||
{
|
||||
"hash": "0x006b73bade8b0c1882489b0ce08d4c5d883270279261438b99a6168db91f0caa",
|
||||
"poseidon": "0x21592446c86c70eed65e2a048540422188fda661c93b4fab7473c799f618911a",
|
||||
"instance": "0x6bf694a291df3fec1f7e69701e3ab6c592435ae7",
|
||||
"block": 4670452,
|
||||
"index": 7073,
|
||||
"sha3": "0x640e95f05449bf9ad88915e772e88439ffa42f35dd3056c54981ec6d05f75f28"
|
||||
},
|
||||
{
|
||||
"hash": "0x046a62c3b3768d2d32b45342c5fbaffde62ed48abed307937cc472585764804e",
|
||||
"poseidon": "0x2df001884d48a6e5ffa678ca5428caf90066871e7296d690039a5a1ac453237e",
|
||||
|
@ -3,7 +3,7 @@ const { aggregate } = require('@makerdao/multicall')
|
||||
|
||||
const { action } = require('./utils')
|
||||
const { multicallAddress, rpcUrl, netId } = require('./config')
|
||||
const { getTornadoTrees, redis, getProvider } = require('./singletons')
|
||||
const { getTornadoTrees, getProvider } = require('./singletons')
|
||||
|
||||
const abi = new ethers.utils.AbiCoder()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user