@solana/connector 0.1.6 → 0.1.7

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.
Files changed (38) hide show
  1. package/README.md +45 -45
  2. package/dist/{chunk-VMSZJPR5.mjs → chunk-APQGEW7S.mjs} +82 -11
  3. package/dist/chunk-APQGEW7S.mjs.map +1 -0
  4. package/dist/{chunk-3STZXVXD.mjs → chunk-JK47EFJT.mjs} +940 -381
  5. package/dist/chunk-JK47EFJT.mjs.map +1 -0
  6. package/dist/{chunk-QKVL45F6.mjs → chunk-TQRJYZNK.mjs} +5 -3
  7. package/dist/chunk-TQRJYZNK.mjs.map +1 -0
  8. package/dist/{chunk-JUZVCBAI.js → chunk-VA6LKXCQ.js} +85 -10
  9. package/dist/chunk-VA6LKXCQ.js.map +1 -0
  10. package/dist/{chunk-NQXK7PGX.js → chunk-VZ5Y6DIM.js} +19 -17
  11. package/dist/chunk-VZ5Y6DIM.js.map +1 -0
  12. package/dist/{chunk-ULUYX23Q.js → chunk-Z22V3D4E.js} +949 -388
  13. package/dist/chunk-Z22V3D4E.js.map +1 -0
  14. package/dist/compat.d.mts +1 -1
  15. package/dist/compat.d.ts +1 -1
  16. package/dist/headless.d.mts +99 -7
  17. package/dist/headless.d.ts +99 -7
  18. package/dist/headless.js +128 -112
  19. package/dist/headless.mjs +2 -2
  20. package/dist/index.d.mts +5 -4
  21. package/dist/index.d.ts +5 -4
  22. package/dist/index.js +163 -139
  23. package/dist/index.mjs +3 -3
  24. package/dist/react.d.mts +179 -13
  25. package/dist/react.d.ts +179 -13
  26. package/dist/react.js +36 -28
  27. package/dist/react.mjs +2 -2
  28. package/dist/{transaction-signer-D9d8nxwb.d.mts → transaction-signer-CpGEvp7S.d.mts} +1 -1
  29. package/dist/{transaction-signer-D9d8nxwb.d.ts → transaction-signer-CpGEvp7S.d.ts} +1 -1
  30. package/dist/{wallet-standard-shim--YcrQNRt.d.ts → wallet-standard-shim-D4CYG5sU.d.mts} +35 -6
  31. package/dist/{wallet-standard-shim-Dx7H8Ctf.d.mts → wallet-standard-shim-DiMvGjOk.d.ts} +35 -6
  32. package/package.json +1 -1
  33. package/dist/chunk-3STZXVXD.mjs.map +0 -1
  34. package/dist/chunk-JUZVCBAI.js.map +0 -1
  35. package/dist/chunk-NQXK7PGX.js.map +0 -1
  36. package/dist/chunk-QKVL45F6.mjs.map +0 -1
  37. package/dist/chunk-ULUYX23Q.js.map +0 -1
  38. package/dist/chunk-VMSZJPR5.mjs.map +0 -1
package/dist/index.js CHANGED
@@ -1,555 +1,579 @@
1
1
  'use strict';
2
2
 
3
- var chunkNQXK7PGX_js = require('./chunk-NQXK7PGX.js');
4
- var chunkULUYX23Q_js = require('./chunk-ULUYX23Q.js');
5
- var chunkJUZVCBAI_js = require('./chunk-JUZVCBAI.js');
3
+ var chunkVZ5Y6DIM_js = require('./chunk-VZ5Y6DIM.js');
4
+ var chunkZ22V3D4E_js = require('./chunk-Z22V3D4E.js');
5
+ var chunkVA6LKXCQ_js = require('./chunk-VA6LKXCQ.js');
6
6
  var chunkI64FD2EH_js = require('./chunk-I64FD2EH.js');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "EnhancedStorage", {
11
11
  enumerable: true,
12
- get: function () { return chunkNQXK7PGX_js.EnhancedStorage; }
12
+ get: function () { return chunkVZ5Y6DIM_js.EnhancedStorage; }
13
13
  });
14
14
  Object.defineProperty(exports, "EnhancedStorageAdapter", {
15
15
  enumerable: true,
16
- get: function () { return chunkNQXK7PGX_js.EnhancedStorageAdapter; }
16
+ get: function () { return chunkVZ5Y6DIM_js.EnhancedStorageAdapter; }
17
17
  });
18
18
  Object.defineProperty(exports, "SOLANA_CHAIN_IDS", {
19
19
  enumerable: true,
20
- get: function () { return chunkNQXK7PGX_js.SOLANA_CHAIN_IDS; }
20
+ get: function () { return chunkVZ5Y6DIM_js.SOLANA_CHAIN_IDS; }
21
21
  });
22
22
  Object.defineProperty(exports, "address", {
23
23
  enumerable: true,
24
- get: function () { return chunkNQXK7PGX_js.address; }
24
+ get: function () { return chunkVZ5Y6DIM_js.address; }
25
25
  });
26
26
  Object.defineProperty(exports, "base58ToSignatureBytes", {
27
27
  enumerable: true,
28
- get: function () { return chunkNQXK7PGX_js.base58ToSignatureBytes; }
28
+ get: function () { return chunkVZ5Y6DIM_js.base58ToSignatureBytes; }
29
29
  });
30
30
  Object.defineProperty(exports, "chainIdToClusterId", {
31
31
  enumerable: true,
32
- get: function () { return chunkNQXK7PGX_js.chainIdToClusterId; }
32
+ get: function () { return chunkVZ5Y6DIM_js.chainIdToClusterId; }
33
33
  });
34
34
  Object.defineProperty(exports, "chainIdToClusterType", {
35
35
  enumerable: true,
36
- get: function () { return chunkNQXK7PGX_js.chainIdToClusterType; }
36
+ get: function () { return chunkVZ5Y6DIM_js.chainIdToClusterType; }
37
37
  });
38
38
  Object.defineProperty(exports, "clusterToChainId", {
39
39
  enumerable: true,
40
- get: function () { return chunkNQXK7PGX_js.clusterToChainId; }
40
+ get: function () { return chunkVZ5Y6DIM_js.clusterToChainId; }
41
41
  });
42
42
  Object.defineProperty(exports, "copySignature", {
43
43
  enumerable: true,
44
- get: function () { return chunkNQXK7PGX_js.copySignature; }
44
+ get: function () { return chunkVZ5Y6DIM_js.copySignature; }
45
45
  });
46
46
  Object.defineProperty(exports, "createConfig", {
47
47
  enumerable: true,
48
- get: function () { return chunkNQXK7PGX_js.createConfig; }
48
+ get: function () { return chunkVZ5Y6DIM_js.createConfig; }
49
49
  });
50
50
  Object.defineProperty(exports, "createEnhancedStorageAccount", {
51
51
  enumerable: true,
52
- get: function () { return chunkNQXK7PGX_js.createEnhancedStorageAccount; }
52
+ get: function () { return chunkVZ5Y6DIM_js.createEnhancedStorageAccount; }
53
53
  });
54
54
  Object.defineProperty(exports, "createEnhancedStorageCluster", {
55
55
  enumerable: true,
56
- get: function () { return chunkNQXK7PGX_js.createEnhancedStorageCluster; }
56
+ get: function () { return chunkVZ5Y6DIM_js.createEnhancedStorageCluster; }
57
57
  });
58
58
  Object.defineProperty(exports, "createEnhancedStorageWallet", {
59
59
  enumerable: true,
60
- get: function () { return chunkNQXK7PGX_js.createEnhancedStorageWallet; }
60
+ get: function () { return chunkVZ5Y6DIM_js.createEnhancedStorageWallet; }
61
61
  });
62
62
  Object.defineProperty(exports, "createKitSignersFromWallet", {
63
63
  enumerable: true,
64
- get: function () { return chunkNQXK7PGX_js.createKitSignersFromWallet; }
64
+ get: function () { return chunkVZ5Y6DIM_js.createKitSignersFromWallet; }
65
65
  });
66
66
  Object.defineProperty(exports, "createMessageSignerFromWallet", {
67
67
  enumerable: true,
68
- get: function () { return chunkNQXK7PGX_js.createMessageSignerFromWallet; }
68
+ get: function () { return chunkVZ5Y6DIM_js.createMessageSignerFromWallet; }
69
69
  });
70
70
  Object.defineProperty(exports, "createSignableMessage", {
71
71
  enumerable: true,
72
- get: function () { return chunkNQXK7PGX_js.createSignableMessage; }
72
+ get: function () { return chunkVZ5Y6DIM_js.createSignableMessage; }
73
73
  });
74
74
  Object.defineProperty(exports, "createSolanaDevnet", {
75
75
  enumerable: true,
76
- get: function () { return chunkNQXK7PGX_js.createSolanaDevnet; }
76
+ get: function () { return chunkVZ5Y6DIM_js.createSolanaDevnet; }
77
77
  });
78
78
  Object.defineProperty(exports, "createSolanaLocalnet", {
79
79
  enumerable: true,
80
- get: function () { return chunkNQXK7PGX_js.createSolanaLocalnet; }
80
+ get: function () { return chunkVZ5Y6DIM_js.createSolanaLocalnet; }
81
81
  });
82
82
  Object.defineProperty(exports, "createSolanaMainnet", {
83
83
  enumerable: true,
84
- get: function () { return chunkNQXK7PGX_js.createSolanaMainnet; }
84
+ get: function () { return chunkVZ5Y6DIM_js.createSolanaMainnet; }
85
85
  });
86
86
  Object.defineProperty(exports, "createSolanaTestnet", {
87
87
  enumerable: true,
88
- get: function () { return chunkNQXK7PGX_js.createSolanaTestnet; }
88
+ get: function () { return chunkVZ5Y6DIM_js.createSolanaTestnet; }
89
89
  });
90
90
  Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
91
91
  enumerable: true,
92
- get: function () { return chunkNQXK7PGX_js.createTransactionSendingSignerFromWallet; }
92
+ get: function () { return chunkVZ5Y6DIM_js.createTransactionSendingSignerFromWallet; }
93
93
  });
94
94
  Object.defineProperty(exports, "detectMessageModification", {
95
95
  enumerable: true,
96
- get: function () { return chunkNQXK7PGX_js.detectMessageModification; }
96
+ get: function () { return chunkVZ5Y6DIM_js.detectMessageModification; }
97
97
  });
98
98
  Object.defineProperty(exports, "formatSignature", {
99
99
  enumerable: true,
100
- get: function () { return chunkNQXK7PGX_js.formatSignature; }
100
+ get: function () { return chunkVZ5Y6DIM_js.formatSignature; }
101
101
  });
102
102
  Object.defineProperty(exports, "freezeSigner", {
103
103
  enumerable: true,
104
- get: function () { return chunkNQXK7PGX_js.freezeSigner; }
104
+ get: function () { return chunkVZ5Y6DIM_js.freezeSigner; }
105
105
  });
106
106
  Object.defineProperty(exports, "getAllExplorerUrls", {
107
107
  enumerable: true,
108
- get: function () { return chunkNQXK7PGX_js.getAllExplorerUrls; }
108
+ get: function () { return chunkVZ5Y6DIM_js.getAllExplorerUrls; }
109
109
  });
110
110
  Object.defineProperty(exports, "getChainIdFromCluster", {
111
111
  enumerable: true,
112
- get: function () { return chunkNQXK7PGX_js.getChainIdFromCluster; }
112
+ get: function () { return chunkVZ5Y6DIM_js.getChainIdFromCluster; }
113
113
  });
114
114
  Object.defineProperty(exports, "getChainIdFromClusterId", {
115
115
  enumerable: true,
116
- get: function () { return chunkNQXK7PGX_js.getChainIdFromClusterId; }
116
+ get: function () { return chunkVZ5Y6DIM_js.getChainIdFromClusterId; }
117
117
  });
118
118
  Object.defineProperty(exports, "getChainIdFromClusterType", {
119
119
  enumerable: true,
120
- get: function () { return chunkNQXK7PGX_js.getChainIdFromClusterType; }
120
+ get: function () { return chunkVZ5Y6DIM_js.getChainIdFromClusterType; }
121
121
  });
122
122
  Object.defineProperty(exports, "getChainIdFromConnection", {
123
123
  enumerable: true,
124
- get: function () { return chunkNQXK7PGX_js.getChainIdFromConnection; }
124
+ get: function () { return chunkVZ5Y6DIM_js.getChainIdFromConnection; }
125
125
  });
126
126
  Object.defineProperty(exports, "getClusterIdFromChainId", {
127
127
  enumerable: true,
128
- get: function () { return chunkNQXK7PGX_js.getClusterIdFromChainId; }
128
+ get: function () { return chunkVZ5Y6DIM_js.getClusterIdFromChainId; }
129
129
  });
130
130
  Object.defineProperty(exports, "getClusterTypeFromChainId", {
131
131
  enumerable: true,
132
- get: function () { return chunkNQXK7PGX_js.getClusterTypeFromChainId; }
132
+ get: function () { return chunkVZ5Y6DIM_js.getClusterTypeFromChainId; }
133
133
  });
134
134
  Object.defineProperty(exports, "getClusterTypeFromConnection", {
135
135
  enumerable: true,
136
- get: function () { return chunkNQXK7PGX_js.getClusterTypeFromConnection; }
136
+ get: function () { return chunkVZ5Y6DIM_js.getClusterTypeFromConnection; }
137
137
  });
138
138
  Object.defineProperty(exports, "getDefaultConfig", {
139
139
  enumerable: true,
140
- get: function () { return chunkNQXK7PGX_js.getDefaultConfig; }
140
+ get: function () { return chunkVZ5Y6DIM_js.getDefaultConfig; }
141
141
  });
142
142
  Object.defineProperty(exports, "getDefaultMobileConfig", {
143
143
  enumerable: true,
144
- get: function () { return chunkNQXK7PGX_js.getDefaultMobileConfig; }
144
+ get: function () { return chunkVZ5Y6DIM_js.getDefaultMobileConfig; }
145
145
  });
146
146
  Object.defineProperty(exports, "getLatestBlockhash", {
147
147
  enumerable: true,
148
- get: function () { return chunkNQXK7PGX_js.getLatestBlockhash; }
148
+ get: function () { return chunkVZ5Y6DIM_js.getLatestBlockhash; }
149
149
  });
150
150
  Object.defineProperty(exports, "getSolanaExplorerUrl", {
151
151
  enumerable: true,
152
- get: function () { return chunkNQXK7PGX_js.getSolanaExplorerUrl; }
152
+ get: function () { return chunkVZ5Y6DIM_js.getSolanaExplorerUrl; }
153
153
  });
154
154
  Object.defineProperty(exports, "getSolanaFmUrl", {
155
155
  enumerable: true,
156
- get: function () { return chunkNQXK7PGX_js.getSolanaFmUrl; }
156
+ get: function () { return chunkVZ5Y6DIM_js.getSolanaFmUrl; }
157
157
  });
158
158
  Object.defineProperty(exports, "getSolscanUrl", {
159
159
  enumerable: true,
160
- get: function () { return chunkNQXK7PGX_js.getSolscanUrl; }
160
+ get: function () { return chunkVZ5Y6DIM_js.getSolscanUrl; }
161
161
  });
162
162
  Object.defineProperty(exports, "getXrayUrl", {
163
163
  enumerable: true,
164
- get: function () { return chunkNQXK7PGX_js.getXrayUrl; }
164
+ get: function () { return chunkVZ5Y6DIM_js.getXrayUrl; }
165
165
  });
166
166
  Object.defineProperty(exports, "isAccountAddress", {
167
167
  enumerable: true,
168
- get: function () { return chunkNQXK7PGX_js.isAccountAddress; }
168
+ get: function () { return chunkVZ5Y6DIM_js.isAccountAddress; }
169
169
  });
170
170
  Object.defineProperty(exports, "isKitConnection", {
171
171
  enumerable: true,
172
- get: function () { return chunkNQXK7PGX_js.isKitConnection; }
172
+ get: function () { return chunkVZ5Y6DIM_js.isKitConnection; }
173
173
  });
174
174
  Object.defineProperty(exports, "isKnownSolanaChain", {
175
175
  enumerable: true,
176
- get: function () { return chunkNQXK7PGX_js.isKnownSolanaChain; }
176
+ get: function () { return chunkVZ5Y6DIM_js.isKnownSolanaChain; }
177
177
  });
178
178
  Object.defineProperty(exports, "isLegacyConnection", {
179
179
  enumerable: true,
180
- get: function () { return chunkNQXK7PGX_js.isLegacyConnection; }
180
+ get: function () { return chunkVZ5Y6DIM_js.isLegacyConnection; }
181
181
  });
182
182
  Object.defineProperty(exports, "isSolanaChain", {
183
183
  enumerable: true,
184
- get: function () { return chunkNQXK7PGX_js.isSolanaChain; }
184
+ get: function () { return chunkVZ5Y6DIM_js.isSolanaChain; }
185
185
  });
186
186
  Object.defineProperty(exports, "isUnifiedConfig", {
187
187
  enumerable: true,
188
- get: function () { return chunkNQXK7PGX_js.isUnifiedConfig; }
188
+ get: function () { return chunkVZ5Y6DIM_js.isUnifiedConfig; }
189
189
  });
190
190
  Object.defineProperty(exports, "isWalletName", {
191
191
  enumerable: true,
192
- get: function () { return chunkNQXK7PGX_js.isWalletName; }
192
+ get: function () { return chunkVZ5Y6DIM_js.isWalletName; }
193
193
  });
194
194
  Object.defineProperty(exports, "sendRawTransaction", {
195
195
  enumerable: true,
196
- get: function () { return chunkNQXK7PGX_js.sendRawTransaction; }
196
+ get: function () { return chunkVZ5Y6DIM_js.sendRawTransaction; }
197
197
  });
198
198
  Object.defineProperty(exports, "signatureBytesToBase58", {
199
199
  enumerable: true,
200
- get: function () { return chunkNQXK7PGX_js.signatureBytesToBase58; }
200
+ get: function () { return chunkVZ5Y6DIM_js.signatureBytesToBase58; }
201
201
  });
202
202
  Object.defineProperty(exports, "updateSignatureDictionary", {
203
203
  enumerable: true,
204
- get: function () { return chunkNQXK7PGX_js.updateSignatureDictionary; }
204
+ get: function () { return chunkVZ5Y6DIM_js.updateSignatureDictionary; }
205
205
  });
206
206
  Object.defineProperty(exports, "validateKnownSolanaChain", {
207
207
  enumerable: true,
208
- get: function () { return chunkNQXK7PGX_js.validateKnownSolanaChain; }
208
+ get: function () { return chunkVZ5Y6DIM_js.validateKnownSolanaChain; }
209
209
  });
210
210
  Object.defineProperty(exports, "AccountElement", {
211
211
  enumerable: true,
212
- get: function () { return chunkULUYX23Q_js.AccountElement; }
212
+ get: function () { return chunkZ22V3D4E_js.AccountElement; }
213
213
  });
214
214
  Object.defineProperty(exports, "AppProvider", {
215
215
  enumerable: true,
216
- get: function () { return chunkULUYX23Q_js.UnifiedProvider; }
216
+ get: function () { return chunkZ22V3D4E_js.UnifiedProvider; }
217
217
  });
218
218
  Object.defineProperty(exports, "BalanceElement", {
219
219
  enumerable: true,
220
- get: function () { return chunkULUYX23Q_js.BalanceElement; }
220
+ get: function () { return chunkZ22V3D4E_js.BalanceElement; }
221
221
  });
222
222
  Object.defineProperty(exports, "ClusterElement", {
223
223
  enumerable: true,
224
- get: function () { return chunkULUYX23Q_js.ClusterElement; }
224
+ get: function () { return chunkZ22V3D4E_js.ClusterElement; }
225
225
  });
226
226
  Object.defineProperty(exports, "ConnectorProvider", {
227
227
  enumerable: true,
228
- get: function () { return chunkULUYX23Q_js.ConnectorProvider; }
228
+ get: function () { return chunkZ22V3D4E_js.ConnectorProvider; }
229
229
  });
230
230
  Object.defineProperty(exports, "DisconnectElement", {
231
231
  enumerable: true,
232
- get: function () { return chunkULUYX23Q_js.DisconnectElement; }
232
+ get: function () { return chunkZ22V3D4E_js.DisconnectElement; }
233
233
  });
234
234
  Object.defineProperty(exports, "TokenListElement", {
235
235
  enumerable: true,
236
- get: function () { return chunkULUYX23Q_js.TokenListElement; }
236
+ get: function () { return chunkZ22V3D4E_js.TokenListElement; }
237
237
  });
238
238
  Object.defineProperty(exports, "TransactionHistoryElement", {
239
239
  enumerable: true,
240
- get: function () { return chunkULUYX23Q_js.TransactionHistoryElement; }
240
+ get: function () { return chunkZ22V3D4E_js.TransactionHistoryElement; }
241
241
  });
242
242
  Object.defineProperty(exports, "UnifiedProvider", {
243
243
  enumerable: true,
244
- get: function () { return chunkULUYX23Q_js.UnifiedProvider; }
244
+ get: function () { return chunkZ22V3D4E_js.UnifiedProvider; }
245
245
  });
246
246
  Object.defineProperty(exports, "WalletListElement", {
247
247
  enumerable: true,
248
- get: function () { return chunkULUYX23Q_js.WalletListElement; }
248
+ get: function () { return chunkZ22V3D4E_js.WalletListElement; }
249
+ });
250
+ Object.defineProperty(exports, "clearSharedQueryCache", {
251
+ enumerable: true,
252
+ get: function () { return chunkZ22V3D4E_js.clearSharedQueryCache; }
253
+ });
254
+ Object.defineProperty(exports, "invalidateSharedQuery", {
255
+ enumerable: true,
256
+ get: function () { return chunkZ22V3D4E_js.invalidateSharedQuery; }
249
257
  });
250
258
  Object.defineProperty(exports, "useAccount", {
251
259
  enumerable: true,
252
- get: function () { return chunkULUYX23Q_js.useAccount; }
260
+ get: function () { return chunkZ22V3D4E_js.useAccount; }
253
261
  });
254
262
  Object.defineProperty(exports, "useBalance", {
255
263
  enumerable: true,
256
- get: function () { return chunkULUYX23Q_js.useBalance; }
264
+ get: function () { return chunkZ22V3D4E_js.useBalance; }
257
265
  });
258
266
  Object.defineProperty(exports, "useCluster", {
259
267
  enumerable: true,
260
- get: function () { return chunkULUYX23Q_js.useCluster; }
268
+ get: function () { return chunkZ22V3D4E_js.useCluster; }
261
269
  });
262
270
  Object.defineProperty(exports, "useConnector", {
263
271
  enumerable: true,
264
- get: function () { return chunkULUYX23Q_js.useConnector; }
272
+ get: function () { return chunkZ22V3D4E_js.useConnector; }
265
273
  });
266
274
  Object.defineProperty(exports, "useConnectorClient", {
267
275
  enumerable: true,
268
- get: function () { return chunkULUYX23Q_js.useConnectorClient; }
276
+ get: function () { return chunkZ22V3D4E_js.useConnectorClient; }
269
277
  });
270
278
  Object.defineProperty(exports, "useGillSolanaClient", {
271
279
  enumerable: true,
272
- get: function () { return chunkULUYX23Q_js.useGillSolanaClient; }
280
+ get: function () { return chunkZ22V3D4E_js.useGillSolanaClient; }
273
281
  });
274
282
  Object.defineProperty(exports, "useGillTransactionSigner", {
275
283
  enumerable: true,
276
- get: function () { return chunkULUYX23Q_js.useGillTransactionSigner; }
284
+ get: function () { return chunkZ22V3D4E_js.useGillTransactionSigner; }
277
285
  });
278
286
  Object.defineProperty(exports, "useKitTransactionSigner", {
279
287
  enumerable: true,
280
- get: function () { return chunkULUYX23Q_js.useKitTransactionSigner; }
288
+ get: function () { return chunkZ22V3D4E_js.useKitTransactionSigner; }
281
289
  });
282
290
  Object.defineProperty(exports, "useSolanaClient", {
283
291
  enumerable: true,
284
- get: function () { return chunkULUYX23Q_js.useSolanaClient; }
292
+ get: function () { return chunkZ22V3D4E_js.useSolanaClient; }
285
293
  });
286
294
  Object.defineProperty(exports, "useTokens", {
287
295
  enumerable: true,
288
- get: function () { return chunkULUYX23Q_js.useTokens; }
296
+ get: function () { return chunkZ22V3D4E_js.useTokens; }
289
297
  });
290
298
  Object.defineProperty(exports, "useTransactionPreparer", {
291
299
  enumerable: true,
292
- get: function () { return chunkULUYX23Q_js.useTransactionPreparer; }
300
+ get: function () { return chunkZ22V3D4E_js.useTransactionPreparer; }
293
301
  });
294
302
  Object.defineProperty(exports, "useTransactionSigner", {
295
303
  enumerable: true,
296
- get: function () { return chunkULUYX23Q_js.useTransactionSigner; }
304
+ get: function () { return chunkZ22V3D4E_js.useTransactionSigner; }
297
305
  });
298
306
  Object.defineProperty(exports, "useTransactions", {
299
307
  enumerable: true,
300
- get: function () { return chunkULUYX23Q_js.useTransactions; }
308
+ get: function () { return chunkZ22V3D4E_js.useTransactions; }
301
309
  });
302
310
  Object.defineProperty(exports, "useWalletInfo", {
303
311
  enumerable: true,
304
- get: function () { return chunkULUYX23Q_js.useWalletInfo; }
312
+ get: function () { return chunkZ22V3D4E_js.useWalletInfo; }
305
313
  });
306
314
  Object.defineProperty(exports, "ClipboardErrorType", {
307
315
  enumerable: true,
308
- get: function () { return chunkJUZVCBAI_js.ClipboardErrorType; }
316
+ get: function () { return chunkVA6LKXCQ_js.ClipboardErrorType; }
309
317
  });
310
318
  Object.defineProperty(exports, "ConfigurationError", {
311
319
  enumerable: true,
312
- get: function () { return chunkJUZVCBAI_js.ConfigurationError; }
320
+ get: function () { return chunkVA6LKXCQ_js.ConfigurationError; }
313
321
  });
314
322
  Object.defineProperty(exports, "ConnectionError", {
315
323
  enumerable: true,
316
- get: function () { return chunkJUZVCBAI_js.ConnectionError; }
324
+ get: function () { return chunkVA6LKXCQ_js.ConnectionError; }
317
325
  });
318
326
  Object.defineProperty(exports, "ConnectorClient", {
319
327
  enumerable: true,
320
- get: function () { return chunkJUZVCBAI_js.ConnectorClient; }
328
+ get: function () { return chunkVA6LKXCQ_js.ConnectorClient; }
321
329
  });
322
330
  Object.defineProperty(exports, "ConnectorError", {
323
331
  enumerable: true,
324
- get: function () { return chunkJUZVCBAI_js.ConnectorError; }
332
+ get: function () { return chunkVA6LKXCQ_js.ConnectorError; }
325
333
  });
326
334
  Object.defineProperty(exports, "ConnectorErrorBoundary", {
327
335
  enumerable: true,
328
- get: function () { return chunkJUZVCBAI_js.ConnectorErrorBoundary; }
336
+ get: function () { return chunkVA6LKXCQ_js.ConnectorErrorBoundary; }
329
337
  });
330
338
  Object.defineProperty(exports, "Errors", {
331
339
  enumerable: true,
332
- get: function () { return chunkJUZVCBAI_js.Errors; }
340
+ get: function () { return chunkVA6LKXCQ_js.Errors; }
333
341
  });
334
342
  Object.defineProperty(exports, "NetworkError", {
335
343
  enumerable: true,
336
- get: function () { return chunkJUZVCBAI_js.NetworkError; }
344
+ get: function () { return chunkVA6LKXCQ_js.NetworkError; }
337
345
  });
338
346
  Object.defineProperty(exports, "PUBLIC_RPC_ENDPOINTS", {
339
347
  enumerable: true,
340
- get: function () { return chunkJUZVCBAI_js.PUBLIC_RPC_ENDPOINTS; }
348
+ get: function () { return chunkVA6LKXCQ_js.PUBLIC_RPC_ENDPOINTS; }
341
349
  });
342
350
  Object.defineProperty(exports, "TransactionError", {
343
351
  enumerable: true,
344
- get: function () { return chunkJUZVCBAI_js.TransactionError; }
352
+ get: function () { return chunkVA6LKXCQ_js.TransactionError; }
345
353
  });
346
354
  Object.defineProperty(exports, "TransactionSignerError", {
347
355
  enumerable: true,
348
- get: function () { return chunkJUZVCBAI_js.TransactionSignerError; }
356
+ get: function () { return chunkVA6LKXCQ_js.TransactionSignerError; }
349
357
  });
350
358
  Object.defineProperty(exports, "ValidationError", {
351
359
  enumerable: true,
352
- get: function () { return chunkJUZVCBAI_js.ValidationError; }
360
+ get: function () { return chunkVA6LKXCQ_js.ValidationError; }
353
361
  });
354
362
  Object.defineProperty(exports, "WalletErrorType", {
355
363
  enumerable: true,
356
- get: function () { return chunkJUZVCBAI_js.WalletErrorType; }
364
+ get: function () { return chunkVA6LKXCQ_js.WalletErrorType; }
357
365
  });
358
366
  Object.defineProperty(exports, "copyAddressToClipboard", {
359
367
  enumerable: true,
360
- get: function () { return chunkJUZVCBAI_js.copyAddressToClipboard; }
368
+ get: function () { return chunkVA6LKXCQ_js.copyAddressToClipboard; }
361
369
  });
362
370
  Object.defineProperty(exports, "copySignatureToClipboard", {
363
371
  enumerable: true,
364
- get: function () { return chunkJUZVCBAI_js.copySignatureToClipboard; }
372
+ get: function () { return chunkVA6LKXCQ_js.copySignatureToClipboard; }
365
373
  });
366
374
  Object.defineProperty(exports, "copyToClipboard", {
367
375
  enumerable: true,
368
- get: function () { return chunkJUZVCBAI_js.copyToClipboard; }
376
+ get: function () { return chunkVA6LKXCQ_js.copyToClipboard; }
369
377
  });
370
378
  Object.defineProperty(exports, "createGillTransactionSigner", {
371
379
  enumerable: true,
372
- get: function () { return chunkJUZVCBAI_js.createGillTransactionSigner; }
380
+ get: function () { return chunkVA6LKXCQ_js.createGillTransactionSigner; }
373
381
  });
374
382
  Object.defineProperty(exports, "createKitTransactionSigner", {
375
383
  enumerable: true,
376
- get: function () { return chunkJUZVCBAI_js.createKitTransactionSigner; }
384
+ get: function () { return chunkVA6LKXCQ_js.createKitTransactionSigner; }
377
385
  });
378
386
  Object.defineProperty(exports, "createTransactionSigner", {
379
387
  enumerable: true,
380
- get: function () { return chunkJUZVCBAI_js.createTransactionSigner; }
388
+ get: function () { return chunkVA6LKXCQ_js.createTransactionSigner; }
381
389
  });
382
390
  Object.defineProperty(exports, "formatAddress", {
383
391
  enumerable: true,
384
- get: function () { return chunkJUZVCBAI_js.formatAddress; }
392
+ get: function () { return chunkVA6LKXCQ_js.formatAddress; }
393
+ });
394
+ Object.defineProperty(exports, "formatBigIntBalance", {
395
+ enumerable: true,
396
+ get: function () { return chunkVA6LKXCQ_js.formatBigIntBalance; }
397
+ });
398
+ Object.defineProperty(exports, "formatBigIntUsd", {
399
+ enumerable: true,
400
+ get: function () { return chunkVA6LKXCQ_js.formatBigIntUsd; }
401
+ });
402
+ Object.defineProperty(exports, "formatLamportsToSolSafe", {
403
+ enumerable: true,
404
+ get: function () { return chunkVA6LKXCQ_js.formatLamportsToSolSafe; }
385
405
  });
386
406
  Object.defineProperty(exports, "formatNumber", {
387
407
  enumerable: true,
388
- get: function () { return chunkJUZVCBAI_js.formatNumber; }
408
+ get: function () { return chunkVA6LKXCQ_js.formatNumber; }
389
409
  });
390
410
  Object.defineProperty(exports, "formatSOL", {
391
411
  enumerable: true,
392
- get: function () { return chunkJUZVCBAI_js.formatSOL; }
412
+ get: function () { return chunkVA6LKXCQ_js.formatSOL; }
393
413
  });
394
414
  Object.defineProperty(exports, "formatTokenAmount", {
395
415
  enumerable: true,
396
- get: function () { return chunkJUZVCBAI_js.formatTokenAmount; }
416
+ get: function () { return chunkVA6LKXCQ_js.formatTokenAmount; }
417
+ });
418
+ Object.defineProperty(exports, "formatTokenBalanceSafe", {
419
+ enumerable: true,
420
+ get: function () { return chunkVA6LKXCQ_js.formatTokenBalanceSafe; }
397
421
  });
398
422
  Object.defineProperty(exports, "getAddressUrl", {
399
423
  enumerable: true,
400
- get: function () { return chunkJUZVCBAI_js.getAddressUrl; }
424
+ get: function () { return chunkVA6LKXCQ_js.getAddressUrl; }
401
425
  });
402
426
  Object.defineProperty(exports, "getBlockUrl", {
403
427
  enumerable: true,
404
- get: function () { return chunkJUZVCBAI_js.getBlockUrl; }
428
+ get: function () { return chunkVA6LKXCQ_js.getBlockUrl; }
405
429
  });
406
430
  Object.defineProperty(exports, "getChainIdForWalletStandard", {
407
431
  enumerable: true,
408
- get: function () { return chunkJUZVCBAI_js.getChainIdForWalletStandard; }
432
+ get: function () { return chunkVA6LKXCQ_js.getChainIdForWalletStandard; }
409
433
  });
410
434
  Object.defineProperty(exports, "getClusterChainId", {
411
435
  enumerable: true,
412
- get: function () { return chunkJUZVCBAI_js.getClusterChainId; }
436
+ get: function () { return chunkVA6LKXCQ_js.getClusterChainId; }
413
437
  });
414
438
  Object.defineProperty(exports, "getClusterExplorerUrl", {
415
439
  enumerable: true,
416
- get: function () { return chunkJUZVCBAI_js.getClusterExplorerUrl; }
440
+ get: function () { return chunkVA6LKXCQ_js.getClusterExplorerUrl; }
417
441
  });
418
442
  Object.defineProperty(exports, "getClusterName", {
419
443
  enumerable: true,
420
- get: function () { return chunkJUZVCBAI_js.getClusterName; }
444
+ get: function () { return chunkVA6LKXCQ_js.getClusterName; }
421
445
  });
422
446
  Object.defineProperty(exports, "getClusterRpcUrl", {
423
447
  enumerable: true,
424
- get: function () { return chunkJUZVCBAI_js.getClusterRpcUrl; }
448
+ get: function () { return chunkVA6LKXCQ_js.getClusterRpcUrl; }
425
449
  });
426
450
  Object.defineProperty(exports, "getClusterType", {
427
451
  enumerable: true,
428
- get: function () { return chunkJUZVCBAI_js.getClusterType; }
452
+ get: function () { return chunkVA6LKXCQ_js.getClusterType; }
429
453
  });
430
454
  Object.defineProperty(exports, "getDefaultRpcUrl", {
431
455
  enumerable: true,
432
- get: function () { return chunkJUZVCBAI_js.getDefaultRpcUrl; }
456
+ get: function () { return chunkVA6LKXCQ_js.getDefaultRpcUrl; }
433
457
  });
434
458
  Object.defineProperty(exports, "getNetworkDisplayName", {
435
459
  enumerable: true,
436
- get: function () { return chunkJUZVCBAI_js.getNetworkDisplayName; }
460
+ get: function () { return chunkVA6LKXCQ_js.getNetworkDisplayName; }
437
461
  });
438
462
  Object.defineProperty(exports, "getPolyfillStatus", {
439
463
  enumerable: true,
440
- get: function () { return chunkJUZVCBAI_js.getPolyfillStatus; }
464
+ get: function () { return chunkVA6LKXCQ_js.getPolyfillStatus; }
441
465
  });
442
466
  Object.defineProperty(exports, "getTokenUrl", {
443
467
  enumerable: true,
444
- get: function () { return chunkJUZVCBAI_js.getTokenUrl; }
468
+ get: function () { return chunkVA6LKXCQ_js.getTokenUrl; }
445
469
  });
446
470
  Object.defineProperty(exports, "getTransactionUrl", {
447
471
  enumerable: true,
448
- get: function () { return chunkJUZVCBAI_js.getTransactionUrl; }
472
+ get: function () { return chunkVA6LKXCQ_js.getTransactionUrl; }
449
473
  });
450
474
  Object.defineProperty(exports, "getUserFriendlyMessage", {
451
475
  enumerable: true,
452
- get: function () { return chunkJUZVCBAI_js.getUserFriendlyMessage; }
476
+ get: function () { return chunkVA6LKXCQ_js.getUserFriendlyMessage; }
453
477
  });
454
478
  Object.defineProperty(exports, "getWalletsRegistry", {
455
479
  enumerable: true,
456
- get: function () { return chunkJUZVCBAI_js.getWalletsRegistry; }
480
+ get: function () { return chunkVA6LKXCQ_js.getWalletsRegistry; }
457
481
  });
458
482
  Object.defineProperty(exports, "installPolyfills", {
459
483
  enumerable: true,
460
- get: function () { return chunkJUZVCBAI_js.installPolyfills; }
484
+ get: function () { return chunkVA6LKXCQ_js.installPolyfills; }
461
485
  });
462
486
  Object.defineProperty(exports, "isClipboardAvailable", {
463
487
  enumerable: true,
464
- get: function () { return chunkJUZVCBAI_js.isClipboardAvailable; }
488
+ get: function () { return chunkVA6LKXCQ_js.isClipboardAvailable; }
465
489
  });
466
490
  Object.defineProperty(exports, "isConfigurationError", {
467
491
  enumerable: true,
468
- get: function () { return chunkJUZVCBAI_js.isConfigurationError; }
492
+ get: function () { return chunkVA6LKXCQ_js.isConfigurationError; }
469
493
  });
470
494
  Object.defineProperty(exports, "isConnectionError", {
471
495
  enumerable: true,
472
- get: function () { return chunkJUZVCBAI_js.isConnectionError; }
496
+ get: function () { return chunkVA6LKXCQ_js.isConnectionError; }
473
497
  });
474
498
  Object.defineProperty(exports, "isConnectorError", {
475
499
  enumerable: true,
476
- get: function () { return chunkJUZVCBAI_js.isConnectorError; }
500
+ get: function () { return chunkVA6LKXCQ_js.isConnectorError; }
477
501
  });
478
502
  Object.defineProperty(exports, "isCryptoAvailable", {
479
503
  enumerable: true,
480
- get: function () { return chunkJUZVCBAI_js.isCryptoAvailable; }
504
+ get: function () { return chunkVA6LKXCQ_js.isCryptoAvailable; }
481
505
  });
482
506
  Object.defineProperty(exports, "isDevnet", {
483
507
  enumerable: true,
484
- get: function () { return chunkJUZVCBAI_js.isDevnet; }
508
+ get: function () { return chunkVA6LKXCQ_js.isDevnet; }
485
509
  });
486
510
  Object.defineProperty(exports, "isDevnetCluster", {
487
511
  enumerable: true,
488
- get: function () { return chunkJUZVCBAI_js.isDevnetCluster; }
512
+ get: function () { return chunkVA6LKXCQ_js.isDevnetCluster; }
489
513
  });
490
514
  Object.defineProperty(exports, "isLocalCluster", {
491
515
  enumerable: true,
492
- get: function () { return chunkJUZVCBAI_js.isLocalCluster; }
516
+ get: function () { return chunkVA6LKXCQ_js.isLocalCluster; }
493
517
  });
494
518
  Object.defineProperty(exports, "isLocalnet", {
495
519
  enumerable: true,
496
- get: function () { return chunkJUZVCBAI_js.isLocalnet; }
520
+ get: function () { return chunkVA6LKXCQ_js.isLocalnet; }
497
521
  });
498
522
  Object.defineProperty(exports, "isMainnet", {
499
523
  enumerable: true,
500
- get: function () { return chunkJUZVCBAI_js.isMainnet; }
524
+ get: function () { return chunkVA6LKXCQ_js.isMainnet; }
501
525
  });
502
526
  Object.defineProperty(exports, "isMainnetCluster", {
503
527
  enumerable: true,
504
- get: function () { return chunkJUZVCBAI_js.isMainnetCluster; }
528
+ get: function () { return chunkVA6LKXCQ_js.isMainnetCluster; }
505
529
  });
506
530
  Object.defineProperty(exports, "isNetworkError", {
507
531
  enumerable: true,
508
- get: function () { return chunkJUZVCBAI_js.isNetworkError; }
532
+ get: function () { return chunkVA6LKXCQ_js.isNetworkError; }
509
533
  });
510
534
  Object.defineProperty(exports, "isPolyfillInstalled", {
511
535
  enumerable: true,
512
- get: function () { return chunkJUZVCBAI_js.isPolyfillInstalled; }
536
+ get: function () { return chunkVA6LKXCQ_js.isPolyfillInstalled; }
513
537
  });
514
538
  Object.defineProperty(exports, "isTestnet", {
515
539
  enumerable: true,
516
- get: function () { return chunkJUZVCBAI_js.isTestnet; }
540
+ get: function () { return chunkVA6LKXCQ_js.isTestnet; }
517
541
  });
518
542
  Object.defineProperty(exports, "isTestnetCluster", {
519
543
  enumerable: true,
520
- get: function () { return chunkJUZVCBAI_js.isTestnetCluster; }
544
+ get: function () { return chunkVA6LKXCQ_js.isTestnetCluster; }
521
545
  });
522
546
  Object.defineProperty(exports, "isTransactionError", {
523
547
  enumerable: true,
524
- get: function () { return chunkJUZVCBAI_js.isTransactionError; }
548
+ get: function () { return chunkVA6LKXCQ_js.isTransactionError; }
525
549
  });
526
550
  Object.defineProperty(exports, "isTransactionSignerError", {
527
551
  enumerable: true,
528
- get: function () { return chunkJUZVCBAI_js.isTransactionSignerError; }
552
+ get: function () { return chunkVA6LKXCQ_js.isTransactionSignerError; }
529
553
  });
530
554
  Object.defineProperty(exports, "isValidationError", {
531
555
  enumerable: true,
532
- get: function () { return chunkJUZVCBAI_js.isValidationError; }
556
+ get: function () { return chunkVA6LKXCQ_js.isValidationError; }
533
557
  });
534
558
  Object.defineProperty(exports, "normalizeNetwork", {
535
559
  enumerable: true,
536
- get: function () { return chunkJUZVCBAI_js.normalizeNetwork; }
560
+ get: function () { return chunkVA6LKXCQ_js.normalizeNetwork; }
537
561
  });
538
562
  Object.defineProperty(exports, "toClusterId", {
539
563
  enumerable: true,
540
- get: function () { return chunkJUZVCBAI_js.toClusterId; }
564
+ get: function () { return chunkVA6LKXCQ_js.toClusterId; }
541
565
  });
542
566
  Object.defineProperty(exports, "toConnectorError", {
543
567
  enumerable: true,
544
- get: function () { return chunkJUZVCBAI_js.toConnectorError; }
568
+ get: function () { return chunkVA6LKXCQ_js.toConnectorError; }
545
569
  });
546
570
  Object.defineProperty(exports, "truncate", {
547
571
  enumerable: true,
548
- get: function () { return chunkJUZVCBAI_js.truncate; }
572
+ get: function () { return chunkVA6LKXCQ_js.truncate; }
549
573
  });
550
574
  Object.defineProperty(exports, "withErrorBoundary", {
551
575
  enumerable: true,
552
- get: function () { return chunkJUZVCBAI_js.withErrorBoundary; }
576
+ get: function () { return chunkVA6LKXCQ_js.withErrorBoundary; }
553
577
  });
554
578
  Object.defineProperty(exports, "LAMPORTS_PER_SOL", {
555
579
  enumerable: true,