@vleap/warps-adapter-fastset 0.1.0-beta.54 → 0.1.0-beta.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2446,7 +2446,7 @@ var _MnemonicWalletProvider = class _MnemonicWalletProvider {
|
|
|
2446
2446
|
};
|
|
2447
2447
|
}
|
|
2448
2448
|
async generate() {
|
|
2449
|
-
const mnemonic = bip39.generateMnemonic(wordlist);
|
|
2449
|
+
const mnemonic = bip39.generateMnemonic(wordlist, 256);
|
|
2450
2450
|
const seed = bip39.mnemonicToSeedSync(mnemonic);
|
|
2451
2451
|
const privateKey = seed.slice(0, 32);
|
|
2452
2452
|
const publicKey = ed.getPublicKey(privateKey);
|