|
@@ -3,9 +3,10 @@ import { InitiaClient } from './InitiaClient'
|
|
|
|
|
|
const key = new MnemonicKey({
|
|
|
mnemonic:
|
|
|
- // 'deal earth suggest craft impact vocal outdoor perfect winter nice unhappy lizard',
|
|
|
- // 'language tooth rug border arm essence badge rough ahead unaware bag night stay auto spawn february odor equip hub demand three setup used sentence',
|
|
|
- 'grass spawn flavor cancel borrow only furnace must planet they hub mask dignity rotate report bubble nurse renew ten eagle purity mass dial fever',
|
|
|
+ 'scheme address way popular shrug fall rail eyebrow buzz learn cross involve spatial rookie ostrich grocery chest ice glory security slogan summer also comfort',
|
|
|
+ // 'deal earth suggest craft impact vocal outdoor perfect winter nice unhappy lizard',
|
|
|
+ // 'language tooth rug border arm essence badge rough ahead unaware bag night stay auto spawn february odor equip hub demand three setup used sentence',
|
|
|
+ // 'grass spawn flavor cancel borrow only furnace must planet they hub mask dignity rotate report bubble nurse renew ten eagle purity mass dial fever',
|
|
|
})
|
|
|
console.log('mnemonic:', key.mnemonic)
|
|
|
// mnemonic: beauty sniff protect...
|
|
@@ -35,7 +36,7 @@ async function main() {
|
|
|
const client = new InitiaClient(key.mnemonic, false)
|
|
|
// await client.nameRegister()
|
|
|
// await client.drawFood()
|
|
|
- const a = await client.claimableXp()
|
|
|
+ const a = await client.stakeEthSingle()
|
|
|
console.log(a)
|
|
|
// await client.mintPart()
|
|
|
}
|