This commit is contained in:
poma 2021-03-04 12:17:32 +03:00
parent f8678ab44e
commit f28c4850b3
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ async function getTornadoTreesEvents(type, fromBlock, toBlock) {
hash,
block: block.toNumber(),
index: index.toNumber(),
sha3: ethers.utils.keccak256(encodedData)
sha3: ethers.utils.keccak256(encodedData),
}
})
.sort((a, b) => a.index - b.index)