@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.
@@ -399,7 +399,7 @@ async function loadCrypto() {
399
399
  if (_crypto) return _crypto;
400
400
  const [bip39, bip39Words, bip32, scureBase, sha256Mod, ripemd160Mod] = await Promise.all([
401
401
  import('@scure/bip39'),
402
- import('@scure/bip39/wordlists/english.js'),
402
+ import('@scure/bip39/wordlists/english'),
403
403
  import('@scure/bip32'),
404
404
  import('@scure/base'),
405
405
  import('@noble/hashes/sha256'),