mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
* add tests * clean up helper functions * fix account funding * remove unneeded method * use new wallets for each test * automatically fund wallets * fix TODO
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { Wallet } from 'xrpl-local'
|
|
|
|
const walletSecret = 'shK6YXzwYfnFVn3YZSaMh5zuAddKx'
|
|
|
|
export const wallet = Wallet.fromSeed(walletSecret)
|