@zubari/sdk 0.5.5 → 0.5.6

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.
@@ -346,7 +346,7 @@ async function loadCrypto() {
346
346
  if (_crypto) return _crypto;
347
347
  const [bip39, bip39Words, bip32, scureBase, sha256Mod, ripemd160Mod] = await Promise.all([
348
348
  import('@scure/bip39'),
349
- import('@scure/bip39/wordlists/english.js'),
349
+ import('@scure/bip39/wordlists/english'),
350
350
  import('@scure/bip32'),
351
351
  import('@scure/base'),
352
352
  import('@noble/hashes/sha256'),