@zubari/sdk 0.5.9 → 0.5.11

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.
@@ -1,8 +1,7 @@
1
1
  import { b as NetworkType } from '../index-c90msmwW.mjs';
2
- import { W as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, b as WalletManager } from '../WalletManager-DOjsIbb1.mjs';
3
- export { S as SUPPORTED_CHAINS } from '../WalletManager-DOjsIbb1.mjs';
4
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
5
- import 'node_modules/viem/_types/utils/ccip';
2
+ import { W as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, b as WalletManager } from '../WalletManager-DJU1LrxR.mjs';
3
+ export { S as SUPPORTED_CHAINS } from '../WalletManager-DJU1LrxR.mjs';
4
+ import 'abitype';
6
5
  import 'viem';
7
6
  import 'ethers';
8
7
  import '../SecureStorage-jO783AhC.mjs';
@@ -1,8 +1,7 @@
1
1
  import { b as NetworkType } from '../index-c90msmwW.js';
2
- import { W as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, b as WalletManager } from '../WalletManager-n5KdhSRd.js';
3
- export { S as SUPPORTED_CHAINS } from '../WalletManager-n5KdhSRd.js';
4
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
5
- import 'node_modules/viem/_types/utils/ccip';
2
+ import { W as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, b as WalletManager } from '../WalletManager-CKl2SNaa.js';
3
+ export { S as SUPPORTED_CHAINS } from '../WalletManager-CKl2SNaa.js';
4
+ import 'abitype';
6
5
  import 'viem';
7
6
  import 'ethers';
8
7
  import '../SecureStorage-jO783AhC.js';
@@ -576,7 +576,12 @@ function parseChainError(chain, errorMessage) {
576
576
  function isBrowser() {
577
577
  return typeof window !== "undefined" && typeof window.document !== "undefined";
578
578
  }
579
- var dynamicImport = new Function("specifier", "return import(specifier)");
579
+ async function dynamicImport(specifier) {
580
+ return import(
581
+ /* webpackIgnore: true */
582
+ specifier
583
+ );
584
+ }
580
585
  async function canUseNativeWdk() {
581
586
  if (isBrowser()) {
582
587
  return false;