@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 CHANGED
@@ -2465,7 +2465,7 @@ var _MnemonicWalletProvider = class _MnemonicWalletProvider {
2465
2465
  };
2466
2466
  }
2467
2467
  async generate() {
2468
- const mnemonic = bip39.generateMnemonic(import_english.wordlist);
2468
+ const mnemonic = bip39.generateMnemonic(import_english.wordlist, 256);
2469
2469
  const seed = bip39.mnemonicToSeedSync(mnemonic);
2470
2470
  const privateKey = seed.slice(0, 32);
2471
2471
  const publicKey = ed.getPublicKey(privateKey);