diff --git a/app3_2nd_cycle.js b/app3_2nd_cycle.js index 707528c..7633deb 100644 --- a/app3_2nd_cycle.js +++ b/app3_2nd_cycle.js @@ -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(); \ No newline at end of file +testFunctions();