@zubari/sdk 0.5.0 → 0.5.2
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-Djonkbp4.d.ts → TransactionService-BtWUjKt_.d.ts} +14 -2
- package/dist/{TransactionService-1Jt8ZRqO.d.mts → TransactionService-Lr_WS6iR.d.mts} +14 -2
- package/dist/{WalletManager-BJaLBfX5.d.ts → WalletManager-DQQwVkoa.d.ts} +52 -131
- package/dist/{WalletManager-pVFpurEi.d.mts → WalletManager-Sbpx4E1-.d.mts} +52 -131
- package/dist/{index-Da7SaweH.d.mts → contracts-B842YprC.d.mts} +152 -82
- package/dist/{index-ARbXbNI-.d.ts → contracts-s_CDIruh.d.ts} +152 -82
- package/dist/index.d.mts +65 -6
- package/dist/index.d.ts +65 -6
- package/dist/index.js +1268 -240
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1250 -240
- package/dist/index.mjs.map +1 -1
- package/dist/protocols/index.js +23 -5
- package/dist/protocols/index.js.map +1 -1
- package/dist/protocols/index.mjs +23 -5
- package/dist/protocols/index.mjs.map +1 -1
- package/dist/react/index.d.mts +3 -4
- package/dist/react/index.d.ts +3 -4
- package/dist/react/index.js +1011 -151
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1010 -150
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.d.mts +1 -1
- package/dist/services/index.d.ts +1 -1
- package/dist/services/index.js +838 -112
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +836 -110
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +3 -4
- package/dist/wallet/index.d.ts +3 -4
- package/dist/wallet/index.js +1042 -171
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +1041 -170
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +16 -14
package/dist/wallet/index.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../
|
|
2
|
-
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-
|
|
1
|
+
export { Z as ZubariWallet } from '../contracts-B842YprC.mjs';
|
|
2
|
+
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-Sbpx4E1-.mjs';
|
|
3
3
|
import '../index-CTyZlHKg.mjs';
|
|
4
|
-
import '
|
|
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';
|
package/dist/wallet/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../
|
|
2
|
-
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-
|
|
1
|
+
export { Z as ZubariWallet } from '../contracts-s_CDIruh.js';
|
|
2
|
+
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-DQQwVkoa.js';
|
|
3
3
|
import '../index-CTyZlHKg.js';
|
|
4
|
-
import '
|
|
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';
|