🌳
pt0/serverF/ethpayF/peatWalletsOssF.mts
1import { HDNodeWallet } from 'ethers'
3import { tsSec } from '../secretsF/tsSecF.mts'
6const getPeatWalLazy = () => HDNodeWallet.fromPhrase(getPlainNoMappedSec(tsSec('peatwal')).trim())
7export const { getPeatWal, getPeatScratchWallet, getPeatTestfundWallet } = makePeatWalletGetters(getPeatWalLazy)