@solana/connector 0.1.0 → 0.1.1

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