@zubari/sdk 0.1.2 → 0.1.3
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/TransactionService-CxwB1kpN.d.mts +205 -0
- package/dist/TransactionService-DdL6H6M-.d.ts +205 -0
- package/dist/{WalletManager-TiAdzqrn.d.ts → WalletManager-CYJNiww6.d.ts} +49 -132
- package/dist/{WalletManager-DJjdq89b.d.mts → WalletManager-Dmmcbtiw.d.mts} +49 -132
- package/dist/{index-BLuxEdLp.d.mts → index-DhluuR9H.d.mts} +1 -1
- package/dist/{index-BLuxEdLp.d.ts → index-DhluuR9H.d.ts} +1 -1
- package/dist/{index-DO3T2HVe.d.ts → index-OxzgPoRG.d.ts} +2 -2
- package/dist/{index-fXVD8_D0.d.mts → index-poGbMJzn.d.mts} +2 -2
- package/dist/index.d.mts +5 -6
- package/dist/index.d.ts +5 -6
- package/dist/index.js +3057 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3055 -3
- package/dist/index.mjs.map +1 -1
- package/dist/protocols/index.d.mts +1 -1
- package/dist/protocols/index.d.ts +1 -1
- package/dist/react/index.d.mts +4 -5
- package/dist/react/index.d.ts +4 -5
- package/dist/react/index.js +2649 -3
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +2649 -3
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.d.mts +87 -3
- package/dist/services/index.d.ts +87 -3
- package/dist/services/index.js +3065 -2
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +3062 -3
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +4 -5
- package/dist/wallet/index.d.ts +4 -5
- package/dist/wallet/index.js +2650 -2
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +2650 -2
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +6 -1
- package/dist/SwapService-C0G8IXW2.d.mts +0 -35
- package/dist/SwapService-DZD0OJI_.d.ts +0 -35
package/dist/wallet/index.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../index-
|
|
2
|
-
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, W as WalletManager, b as WalletManagerConfig, a as WalletState } from '../WalletManager-
|
|
3
|
-
import '../index-
|
|
4
|
-
import '
|
|
5
|
-
import 'node_modules/viem/_types/utils/ccip';
|
|
1
|
+
export { Z as ZubariWallet } from '../index-poGbMJzn.mjs';
|
|
2
|
+
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, W as WalletManager, b as WalletManagerConfig, a as WalletState } from '../WalletManager-Dmmcbtiw.mjs';
|
|
3
|
+
import '../index-DhluuR9H.mjs';
|
|
4
|
+
import 'abitype';
|
|
6
5
|
import 'viem';
|
|
7
6
|
import 'ethers';
|
|
8
7
|
import '../SecureStorage-jO783AhC.mjs';
|
package/dist/wallet/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../index-
|
|
2
|
-
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, W as WalletManager, b as WalletManagerConfig, a as WalletState } from '../WalletManager-
|
|
3
|
-
import '../index-
|
|
4
|
-
import '
|
|
5
|
-
import 'node_modules/viem/_types/utils/ccip';
|
|
1
|
+
export { Z as ZubariWallet } from '../index-OxzgPoRG.js';
|
|
2
|
+
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, W as WalletManager, b as WalletManagerConfig, a as WalletState } from '../WalletManager-CYJNiww6.js';
|
|
3
|
+
import '../index-DhluuR9H.js';
|
|
4
|
+
import 'abitype';
|
|
6
5
|
import 'viem';
|
|
7
6
|
import 'ethers';
|
|
8
7
|
import '../SecureStorage-jO783AhC.js';
|