🌳
pt0/deployF/ethF/binF/epTornado.mjs
1import { HDNodeWallet } from 'ethers'
5const fromWallet = HDNodeWallet.fromPhrase(
6 'ordinary youth enlist man another raw question wonder story civil inflict better' // changeme obv
7)
8const tornadoedWallet = fromWallet.deriveChild(123)
10betLog({fromWallet, tornadoedWallet})
12await tornadoAmt({
13 fromWallet,
14 toWallet: tornadoedWallet,
15 amtEthF: 0.1
16})