You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcont=awaitwouldYouLikeToContinue("Would you like to use a custom bip39 account index? (NOTE: the default 'm/44'/60'/0'/0/[0]s' will be used otherwise)");
128
+
exportconstbip32Path=async()=>{
129
+
constcont=awaitwouldYouLikeToContinue("Would you like to use a custom bip-32 derivation path? (NOTE: the default 'm/44'/60'/0'/0/0' will be used otherwise)");
130
+
if(!cont){
131
+
return`m/44'/60'/0'/0/0`
132
+
}
133
+
134
+
constval=awaitenvVarOrPrompt({
135
+
title: `Enter the derivation path (default m/44'/60'/0'/0/0)`,
constcont=awaitwouldYouLikeToContinue("Would you like to use a custom bip39 address index? (NOTE: the default 'm/44'/60'/0'/0/[0]s' will be used otherwise)");
console.warn(`If your ledger is not working, you may need to open LedgerLive, navigate to: Accounts -> <Signer> -> Receive and follow the prompts on device. Once your Ledger says "Application is Ready", you can force quit LedgerLive and retry Zeus.`)
0 commit comments