Files
xahau.js/packages/xrpl/test/integration/wallet.test.ts
2023-01-06 14:04:36 -06:00

9 lines
265 B
TypeScript

/* eslint-disable consistent-default-export-name/default-export-match-filename -- This is a test file. */
import { Wallet } from 'xrpl-local'
const walletSecret = 'shK6YXzwYfnFVn3YZSaMh5zuAddKx'
const wallet = Wallet.fromSeed(walletSecret)
export default wallet