@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/react/index.js
CHANGED
|
@@ -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
|
|
349
|
+
import('@scure/bip39/wordlists/english'),
|
|
350
350
|
import('@scure/bip32'),
|
|
351
351
|
import('@scure/base'),
|
|
352
352
|
import('@noble/hashes/sha256'),
|