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:
Mayukha Vadari
2021-09-17 10:35:17 -04:00
parent e53df109b0
commit 05e1d4d3c5
7 changed files with 97 additions and 112 deletions

View File

@@ -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)