1import { HDNodeWallet } from 'ethers'2import { betLog } from '../../../sharedF/betterConsLogF.mts'3import { tornadoAmt } from '../../../serverF/ethersF/tornadoAI.mts'5const fromWallet = HDNodeWallet.fromPhrase(6 'ordinary youth enlist man another raw question wonder story civil inflict better' // changeme obv7)8const tornadoedWallet = fromWallet.deriveChild(123)12await tornadoAmt({13 fromWallet, 14 toWallet: tornadoedWallet,15 amtEthF: 0.116})