Skip to content
Permalink
Browse files
Update app3_2nd_cycle.js
  • Loading branch information
ivigheni committed Apr 27, 2020
1 parent 8d59a4b commit 8010fd1b6b2d2f1621089ce95fffb92381ba9fa5
Showing 1 changed file with 2 additions and 2 deletions.
@@ -303,7 +303,7 @@ const smartContractABI = [

async function testFunctions(){
let x = Date.now();
let mnemonic = ["file", "limb", "pipe", "machine", "seminar", "profit", "achieve" ,"axis" ,"excess","property" ,"animal" ,"palace"];
let mnemonic = ["burst", "razor", "walnut", "weird", "neutral", "bonus", "cheap", "palm", "odor", "pride", "mass", "swing"];
let mnemonicValid = ethers.utils.HDNode.isValidMnemonic(mnemonic.join(" "));
let hdnode = ethers.utils.HDNode.fromMnemonic(mnemonic.join(" "));
let node = hdnode.derivePath(walletPath.standard);
@@ -334,4 +334,4 @@ async function testFunctions(){

}

testFunctions();
testFunctions();

0 comments on commit 8010fd1

Please sign in to comment.