@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.
- 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/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1 -1
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.js +1 -1
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +1 -1
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.js +1 -1
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +1 -1
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/wallet/index.mjs
CHANGED
|
@@ -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
|
|
402
|
+
import('@scure/bip39/wordlists/english'),
|
|
403
403
|
import('@scure/bip32'),
|
|
404
404
|
import('@scure/base'),
|
|
405
405
|
import('@noble/hashes/sha256'),
|