@zubari/sdk 0.5.10 → 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
- export { Z as ZubariWallet } from '../contracts-BWEndqf6.mjs';
2
- export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-DOjsIbb1.mjs';
1
+ export { Z as ZubariWallet } from '../contracts-QiCjGhX7.mjs';
2
+ export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-DJU1LrxR.mjs';
3
3
  import '../index-c90msmwW.mjs';
4
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
5
- import 'node_modules/viem/_types/utils/ccip';
4
+ import 'abitype';
6
5
  import 'viem';
7
6
  import 'ethers';
8
7
  import '../SecureStorage-jO783AhC.mjs';
@@ -1,8 +1,7 @@
1
- export { Z as ZubariWallet } from '../contracts-DtN5ys2L.js';
2
- export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-n5KdhSRd.js';
1
+ export { Z as ZubariWallet } from '../contracts-BKYCmAnz.js';
2
+ export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-CKl2SNaa.js';
3
3
  import '../index-c90msmwW.js';
4
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
5
- import 'node_modules/viem/_types/utils/ccip';
4
+ import 'abitype';
6
5
  import 'viem';
7
6
  import 'ethers';
8
7
  import '../SecureStorage-jO783AhC.js';
@@ -632,7 +632,10 @@ function isBrowser() {
632
632
  return typeof window !== "undefined" && typeof window.document !== "undefined";
633
633
  }
634
634
  async function dynamicImport(specifier) {
635
- return import(specifier);
635
+ return import(
636
+ /* webpackIgnore: true */
637
+ specifier
638
+ );
636
639
  }
637
640
  async function canUseNativeWdk() {
638
641
  if (isBrowser()) {