mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 11:15:48 +00:00
9 lines
265 B
TypeScript
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
|