mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
test: SignerListSet transaction integration tests (#1621)
* add tests * clean up helper functions * fix account funding * remove unneeded method * use new wallets for each test * automatically fund wallets * fix TODO
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
export const walletAddress = 'rQDhz2ZNXmhxzCYwxU6qAbdxsHA4HV45Y2'
|
||||
export const walletSecret = 'shK6YXzwYfnFVn3YZSaMh5zuAddKx'
|
||||
import { Wallet } from 'xrpl-local'
|
||||
|
||||
const walletSecret = 'shK6YXzwYfnFVn3YZSaMh5zuAddKx'
|
||||
|
||||
export const wallet = Wallet.fromSeed(walletSecret)
|
||||
|
||||
Reference in New Issue
Block a user