@axelar-network/axelarjs-sdk 0.6.0-alpha.2 → 0.6.0-alpha.5
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/src/assets/testnet.assets.d.ts +136 -74
- package/dist/src/assets/testnet.assets.d.ts.map +1 -1
- package/dist/src/assets/testnet.assets.js +226 -164
- package/dist/src/assets/testnet.assets.js.map +1 -1
- package/dist/src/chains/Binance/index.d.ts +7 -0
- package/dist/src/chains/Binance/index.d.ts.map +1 -0
- package/dist/src/chains/Binance/index.js +25 -0
- package/dist/src/chains/Binance/index.js.map +1 -0
- package/dist/src/chains/Ethereum/index.js +1 -1
- package/dist/src/chains/index.d.ts.map +1 -1
- package/dist/src/chains/index.js +2 -0
- package/dist/src/chains/index.js.map +1 -1
- package/dist/src/constants/index.js +4 -4
- package/dist/src/constants/index.js.map +1 -1
- package/dist/src/libs/AxelarQueryClient/index.d.ts +8 -0
- package/dist/src/libs/AxelarQueryClient/index.d.ts.map +1 -0
- package/dist/src/libs/AxelarQueryClient/index.js +32 -0
- package/dist/src/libs/AxelarQueryClient/index.js.map +1 -0
- package/dist/src/libs/AxelarQueryClient/types/index.d.ts +13 -0
- package/dist/src/libs/AxelarQueryClient/types/index.d.ts.map +1 -0
- package/dist/src/libs/AxelarQueryClient/types/index.js +19 -0
- package/dist/src/libs/AxelarQueryClient/types/index.js.map +1 -0
- package/dist/src/libs/AxelarSigningClient/index.js +1 -1
- package/dist/src/libs/AxelarSigningClient/index.js.map +1 -1
- package/dist/src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.d.ts +6 -0
- package/dist/src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.d.ts.map +1 -1
- package/dist/src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.js +30 -0
- package/dist/src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.js.map +1 -1
- package/dist/src/libs/TransactionRecoveryApi/AxelarRecoveryApi.d.ts +13 -1
- package/dist/src/libs/TransactionRecoveryApi/AxelarRecoveryApi.d.ts.map +1 -1
- package/dist/src/libs/TransactionRecoveryApi/AxelarRecoveryApi.js +35 -3
- package/dist/src/libs/TransactionRecoveryApi/AxelarRecoveryApi.js.map +1 -1
- package/dist/src/libs/TransactionRecoveryApi/client/EVMClient/index.d.ts +10 -0
- package/dist/src/libs/TransactionRecoveryApi/client/EVMClient/index.d.ts.map +1 -0
- package/dist/src/libs/TransactionRecoveryApi/client/EVMClient/index.js +38 -0
- package/dist/src/libs/TransactionRecoveryApi/client/EVMClient/index.js.map +1 -0
- package/dist/src/libs/test/AxelarQueryClient.spec.d.ts +2 -0
- package/dist/src/libs/test/AxelarQueryClient.spec.d.ts.map +1 -0
- package/dist/src/libs/test/AxelarQueryClient.spec.js +57 -0
- package/dist/src/libs/test/AxelarQueryClient.spec.js.map +1 -0
- package/dist/src/libs/test/AxelarSigningClient.spec.js +1 -1
- package/dist/src/libs/test/AxelarSigningClient.spec.js.map +1 -1
- package/dist/src/libs/test/TransactionRecoveryAPI/AxelarGMPRecoveryAPI.spec.js +11 -0
- package/dist/src/libs/test/TransactionRecoveryAPI/AxelarGMPRecoveryAPI.spec.js.map +1 -1
- package/dist/src/libs/types/index.d.ts +16 -4
- package/dist/src/libs/types/index.d.ts.map +1 -1
- package/dist/src/libs/types/index.js +1 -0
- package/dist/src/libs/types/index.js.map +1 -1
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/index.d.ts.map +1 -1
- package/dist/src/utils/index.js +1 -0
- package/dist/src/utils/index.js.map +1 -1
- package/dist/src/utils/sleep.d.ts +2 -0
- package/dist/src/utils/sleep.d.ts.map +1 -0
- package/dist/src/utils/sleep.js +8 -0
- package/dist/src/utils/sleep.js.map +1 -0
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ export declare const testnet: {
|
|
|
15
15
|
minDepositAmt: number;
|
|
16
16
|
ibcDenom: string;
|
|
17
17
|
fullDenomPath: string;
|
|
18
|
+
tokenAddress: string;
|
|
18
19
|
};
|
|
19
20
|
moonbeam: {
|
|
20
21
|
assetSymbol: string;
|
|
@@ -22,6 +23,7 @@ export declare const testnet: {
|
|
|
22
23
|
minDepositAmt: number;
|
|
23
24
|
ibcDenom: string;
|
|
24
25
|
fullDenomPath: string;
|
|
26
|
+
tokenAddress: string;
|
|
25
27
|
};
|
|
26
28
|
fantom: {
|
|
27
29
|
assetSymbol: string;
|
|
@@ -29,6 +31,7 @@ export declare const testnet: {
|
|
|
29
31
|
minDepositAmt: number;
|
|
30
32
|
ibcDenom: string;
|
|
31
33
|
fullDenomPath: string;
|
|
34
|
+
tokenAddress: string;
|
|
32
35
|
};
|
|
33
36
|
ethereum: {
|
|
34
37
|
assetSymbol: string;
|
|
@@ -36,6 +39,7 @@ export declare const testnet: {
|
|
|
36
39
|
minDepositAmt: number;
|
|
37
40
|
ibcDenom: string;
|
|
38
41
|
fullDenomPath: string;
|
|
42
|
+
tokenAddress: string;
|
|
39
43
|
};
|
|
40
44
|
avalanche: {
|
|
41
45
|
assetSymbol: string;
|
|
@@ -43,6 +47,7 @@ export declare const testnet: {
|
|
|
43
47
|
minDepositAmt: number;
|
|
44
48
|
ibcDenom: string;
|
|
45
49
|
fullDenomPath: string;
|
|
50
|
+
tokenAddress: string;
|
|
46
51
|
};
|
|
47
52
|
polygon: {
|
|
48
53
|
assetSymbol: string;
|
|
@@ -50,10 +55,19 @@ export declare const testnet: {
|
|
|
50
55
|
minDepositAmt: number;
|
|
51
56
|
ibcDenom: string;
|
|
52
57
|
fullDenomPath: string;
|
|
58
|
+
tokenAddress: string;
|
|
59
|
+
};
|
|
60
|
+
binance: {
|
|
61
|
+
assetSymbol: string;
|
|
62
|
+
assetName: string;
|
|
63
|
+
minDepositAmt: number;
|
|
64
|
+
ibcDenom: string;
|
|
65
|
+
fullDenomPath: string;
|
|
66
|
+
tokenAddress: string;
|
|
53
67
|
};
|
|
54
68
|
};
|
|
55
69
|
};
|
|
56
|
-
|
|
70
|
+
"wmatic-wei": {
|
|
57
71
|
common_key: {
|
|
58
72
|
devnet: string;
|
|
59
73
|
testnet: string;
|
|
@@ -69,6 +83,7 @@ export declare const testnet: {
|
|
|
69
83
|
minDepositAmt: number;
|
|
70
84
|
ibcDenom: string;
|
|
71
85
|
fullDenomPath: string;
|
|
86
|
+
tokenAddress: string;
|
|
72
87
|
};
|
|
73
88
|
moonbeam: {
|
|
74
89
|
assetSymbol: string;
|
|
@@ -76,6 +91,7 @@ export declare const testnet: {
|
|
|
76
91
|
minDepositAmt: number;
|
|
77
92
|
ibcDenom: string;
|
|
78
93
|
fullDenomPath: string;
|
|
94
|
+
tokenAddress: string;
|
|
79
95
|
};
|
|
80
96
|
fantom: {
|
|
81
97
|
assetSymbol: string;
|
|
@@ -83,6 +99,7 @@ export declare const testnet: {
|
|
|
83
99
|
minDepositAmt: number;
|
|
84
100
|
ibcDenom: string;
|
|
85
101
|
fullDenomPath: string;
|
|
102
|
+
tokenAddress: string;
|
|
86
103
|
};
|
|
87
104
|
ethereum: {
|
|
88
105
|
assetSymbol: string;
|
|
@@ -90,6 +107,7 @@ export declare const testnet: {
|
|
|
90
107
|
minDepositAmt: number;
|
|
91
108
|
ibcDenom: string;
|
|
92
109
|
fullDenomPath: string;
|
|
110
|
+
tokenAddress: string;
|
|
93
111
|
};
|
|
94
112
|
avalanche: {
|
|
95
113
|
assetSymbol: string;
|
|
@@ -97,6 +115,7 @@ export declare const testnet: {
|
|
|
97
115
|
minDepositAmt: number;
|
|
98
116
|
ibcDenom: string;
|
|
99
117
|
fullDenomPath: string;
|
|
118
|
+
tokenAddress: string;
|
|
100
119
|
};
|
|
101
120
|
polygon: {
|
|
102
121
|
assetSymbol: string;
|
|
@@ -104,17 +123,27 @@ export declare const testnet: {
|
|
|
104
123
|
minDepositAmt: number;
|
|
105
124
|
ibcDenom: string;
|
|
106
125
|
fullDenomPath: string;
|
|
126
|
+
tokenAddress: string;
|
|
107
127
|
};
|
|
108
|
-
|
|
128
|
+
binance: {
|
|
109
129
|
assetSymbol: string;
|
|
110
130
|
assetName: string;
|
|
111
131
|
minDepositAmt: number;
|
|
112
132
|
ibcDenom: string;
|
|
113
133
|
fullDenomPath: string;
|
|
134
|
+
tokenAddress: string;
|
|
135
|
+
};
|
|
136
|
+
osmosis: {
|
|
137
|
+
assetSymbol: string;
|
|
138
|
+
assetName: string;
|
|
139
|
+
minDepositAmt: number;
|
|
140
|
+
ibcDenom: string;
|
|
141
|
+
fullDenomPath: string;
|
|
142
|
+
tokenAddress: string;
|
|
114
143
|
};
|
|
115
144
|
};
|
|
116
145
|
};
|
|
117
|
-
|
|
146
|
+
"wftm-wei": {
|
|
118
147
|
common_key: {
|
|
119
148
|
devnet: string;
|
|
120
149
|
testnet: string;
|
|
@@ -130,6 +159,7 @@ export declare const testnet: {
|
|
|
130
159
|
minDepositAmt: number;
|
|
131
160
|
ibcDenom: string;
|
|
132
161
|
fullDenomPath: string;
|
|
162
|
+
tokenAddress: string;
|
|
133
163
|
};
|
|
134
164
|
moonbeam: {
|
|
135
165
|
assetSymbol: string;
|
|
@@ -137,6 +167,7 @@ export declare const testnet: {
|
|
|
137
167
|
minDepositAmt: number;
|
|
138
168
|
ibcDenom: string;
|
|
139
169
|
fullDenomPath: string;
|
|
170
|
+
tokenAddress: string;
|
|
140
171
|
};
|
|
141
172
|
fantom: {
|
|
142
173
|
assetSymbol: string;
|
|
@@ -144,6 +175,7 @@ export declare const testnet: {
|
|
|
144
175
|
minDepositAmt: number;
|
|
145
176
|
ibcDenom: string;
|
|
146
177
|
fullDenomPath: string;
|
|
178
|
+
tokenAddress: string;
|
|
147
179
|
};
|
|
148
180
|
ethereum: {
|
|
149
181
|
assetSymbol: string;
|
|
@@ -151,6 +183,7 @@ export declare const testnet: {
|
|
|
151
183
|
minDepositAmt: number;
|
|
152
184
|
ibcDenom: string;
|
|
153
185
|
fullDenomPath: string;
|
|
186
|
+
tokenAddress: string;
|
|
154
187
|
};
|
|
155
188
|
avalanche: {
|
|
156
189
|
assetSymbol: string;
|
|
@@ -158,6 +191,7 @@ export declare const testnet: {
|
|
|
158
191
|
minDepositAmt: number;
|
|
159
192
|
ibcDenom: string;
|
|
160
193
|
fullDenomPath: string;
|
|
194
|
+
tokenAddress: string;
|
|
161
195
|
};
|
|
162
196
|
polygon: {
|
|
163
197
|
assetSymbol: string;
|
|
@@ -165,17 +199,27 @@ export declare const testnet: {
|
|
|
165
199
|
minDepositAmt: number;
|
|
166
200
|
ibcDenom: string;
|
|
167
201
|
fullDenomPath: string;
|
|
202
|
+
tokenAddress: string;
|
|
168
203
|
};
|
|
169
|
-
|
|
204
|
+
binance: {
|
|
170
205
|
assetSymbol: string;
|
|
171
206
|
assetName: string;
|
|
172
207
|
minDepositAmt: number;
|
|
173
208
|
ibcDenom: string;
|
|
174
209
|
fullDenomPath: string;
|
|
210
|
+
tokenAddress: string;
|
|
211
|
+
};
|
|
212
|
+
osmosis: {
|
|
213
|
+
assetSymbol: string;
|
|
214
|
+
assetName: string;
|
|
215
|
+
minDepositAmt: number;
|
|
216
|
+
ibcDenom: string;
|
|
217
|
+
fullDenomPath: string;
|
|
218
|
+
tokenAddress: string;
|
|
175
219
|
};
|
|
176
220
|
};
|
|
177
221
|
};
|
|
178
|
-
"
|
|
222
|
+
"weth-wei": {
|
|
179
223
|
common_key: {
|
|
180
224
|
devnet: string;
|
|
181
225
|
testnet: string;
|
|
@@ -191,6 +235,7 @@ export declare const testnet: {
|
|
|
191
235
|
minDepositAmt: number;
|
|
192
236
|
ibcDenom: string;
|
|
193
237
|
fullDenomPath: string;
|
|
238
|
+
tokenAddress: string;
|
|
194
239
|
};
|
|
195
240
|
moonbeam: {
|
|
196
241
|
assetSymbol: string;
|
|
@@ -198,6 +243,7 @@ export declare const testnet: {
|
|
|
198
243
|
minDepositAmt: number;
|
|
199
244
|
ibcDenom: string;
|
|
200
245
|
fullDenomPath: string;
|
|
246
|
+
tokenAddress: string;
|
|
201
247
|
};
|
|
202
248
|
fantom: {
|
|
203
249
|
assetSymbol: string;
|
|
@@ -205,6 +251,7 @@ export declare const testnet: {
|
|
|
205
251
|
minDepositAmt: number;
|
|
206
252
|
ibcDenom: string;
|
|
207
253
|
fullDenomPath: string;
|
|
254
|
+
tokenAddress: string;
|
|
208
255
|
};
|
|
209
256
|
ethereum: {
|
|
210
257
|
assetSymbol: string;
|
|
@@ -212,6 +259,7 @@ export declare const testnet: {
|
|
|
212
259
|
minDepositAmt: number;
|
|
213
260
|
ibcDenom: string;
|
|
214
261
|
fullDenomPath: string;
|
|
262
|
+
tokenAddress: string;
|
|
215
263
|
};
|
|
216
264
|
avalanche: {
|
|
217
265
|
assetSymbol: string;
|
|
@@ -219,6 +267,7 @@ export declare const testnet: {
|
|
|
219
267
|
minDepositAmt: number;
|
|
220
268
|
ibcDenom: string;
|
|
221
269
|
fullDenomPath: string;
|
|
270
|
+
tokenAddress: string;
|
|
222
271
|
};
|
|
223
272
|
polygon: {
|
|
224
273
|
assetSymbol: string;
|
|
@@ -226,6 +275,15 @@ export declare const testnet: {
|
|
|
226
275
|
minDepositAmt: number;
|
|
227
276
|
ibcDenom: string;
|
|
228
277
|
fullDenomPath: string;
|
|
278
|
+
tokenAddress: string;
|
|
279
|
+
};
|
|
280
|
+
binance: {
|
|
281
|
+
assetSymbol: string;
|
|
282
|
+
assetName: string;
|
|
283
|
+
minDepositAmt: number;
|
|
284
|
+
ibcDenom: string;
|
|
285
|
+
fullDenomPath: string;
|
|
286
|
+
tokenAddress: string;
|
|
229
287
|
};
|
|
230
288
|
osmosis: {
|
|
231
289
|
assetSymbol: string;
|
|
@@ -233,10 +291,19 @@ export declare const testnet: {
|
|
|
233
291
|
minDepositAmt: number;
|
|
234
292
|
ibcDenom: string;
|
|
235
293
|
fullDenomPath: string;
|
|
294
|
+
tokenAddress: string;
|
|
295
|
+
};
|
|
296
|
+
crescent: {
|
|
297
|
+
assetSymbol: string;
|
|
298
|
+
assetName: string;
|
|
299
|
+
minDepositAmt: number;
|
|
300
|
+
ibcDenom: string;
|
|
301
|
+
fullDenomPath: string;
|
|
302
|
+
tokenAddress: string;
|
|
236
303
|
};
|
|
237
304
|
};
|
|
238
305
|
};
|
|
239
|
-
"
|
|
306
|
+
"wavax-wei": {
|
|
240
307
|
common_key: {
|
|
241
308
|
devnet: string;
|
|
242
309
|
testnet: string;
|
|
@@ -252,6 +319,7 @@ export declare const testnet: {
|
|
|
252
319
|
minDepositAmt: number;
|
|
253
320
|
ibcDenom: string;
|
|
254
321
|
fullDenomPath: string;
|
|
322
|
+
tokenAddress: string;
|
|
255
323
|
};
|
|
256
324
|
moonbeam: {
|
|
257
325
|
assetSymbol: string;
|
|
@@ -259,6 +327,7 @@ export declare const testnet: {
|
|
|
259
327
|
minDepositAmt: number;
|
|
260
328
|
ibcDenom: string;
|
|
261
329
|
fullDenomPath: string;
|
|
330
|
+
tokenAddress: string;
|
|
262
331
|
};
|
|
263
332
|
fantom: {
|
|
264
333
|
assetSymbol: string;
|
|
@@ -266,6 +335,7 @@ export declare const testnet: {
|
|
|
266
335
|
minDepositAmt: number;
|
|
267
336
|
ibcDenom: string;
|
|
268
337
|
fullDenomPath: string;
|
|
338
|
+
tokenAddress: string;
|
|
269
339
|
};
|
|
270
340
|
ethereum: {
|
|
271
341
|
assetSymbol: string;
|
|
@@ -273,6 +343,7 @@ export declare const testnet: {
|
|
|
273
343
|
minDepositAmt: number;
|
|
274
344
|
ibcDenom: string;
|
|
275
345
|
fullDenomPath: string;
|
|
346
|
+
tokenAddress: string;
|
|
276
347
|
};
|
|
277
348
|
avalanche: {
|
|
278
349
|
assetSymbol: string;
|
|
@@ -280,6 +351,7 @@ export declare const testnet: {
|
|
|
280
351
|
minDepositAmt: number;
|
|
281
352
|
ibcDenom: string;
|
|
282
353
|
fullDenomPath: string;
|
|
354
|
+
tokenAddress: string;
|
|
283
355
|
};
|
|
284
356
|
polygon: {
|
|
285
357
|
assetSymbol: string;
|
|
@@ -287,6 +359,15 @@ export declare const testnet: {
|
|
|
287
359
|
minDepositAmt: number;
|
|
288
360
|
ibcDenom: string;
|
|
289
361
|
fullDenomPath: string;
|
|
362
|
+
tokenAddress: string;
|
|
363
|
+
};
|
|
364
|
+
binance: {
|
|
365
|
+
assetSymbol: string;
|
|
366
|
+
assetName: string;
|
|
367
|
+
minDepositAmt: number;
|
|
368
|
+
ibcDenom: string;
|
|
369
|
+
fullDenomPath: string;
|
|
370
|
+
tokenAddress: string;
|
|
290
371
|
};
|
|
291
372
|
osmosis: {
|
|
292
373
|
assetSymbol: string;
|
|
@@ -294,10 +375,11 @@ export declare const testnet: {
|
|
|
294
375
|
minDepositAmt: number;
|
|
295
376
|
ibcDenom: string;
|
|
296
377
|
fullDenomPath: string;
|
|
378
|
+
tokenAddress: string;
|
|
297
379
|
};
|
|
298
380
|
};
|
|
299
381
|
};
|
|
300
|
-
"
|
|
382
|
+
"wdev-wei": {
|
|
301
383
|
common_key: {
|
|
302
384
|
devnet: string;
|
|
303
385
|
testnet: string;
|
|
@@ -313,6 +395,7 @@ export declare const testnet: {
|
|
|
313
395
|
minDepositAmt: number;
|
|
314
396
|
ibcDenom: string;
|
|
315
397
|
fullDenomPath: string;
|
|
398
|
+
tokenAddress: string;
|
|
316
399
|
};
|
|
317
400
|
moonbeam: {
|
|
318
401
|
assetSymbol: string;
|
|
@@ -320,6 +403,7 @@ export declare const testnet: {
|
|
|
320
403
|
minDepositAmt: number;
|
|
321
404
|
ibcDenom: string;
|
|
322
405
|
fullDenomPath: string;
|
|
406
|
+
tokenAddress: string;
|
|
323
407
|
};
|
|
324
408
|
fantom: {
|
|
325
409
|
assetSymbol: string;
|
|
@@ -327,6 +411,7 @@ export declare const testnet: {
|
|
|
327
411
|
minDepositAmt: number;
|
|
328
412
|
ibcDenom: string;
|
|
329
413
|
fullDenomPath: string;
|
|
414
|
+
tokenAddress: string;
|
|
330
415
|
};
|
|
331
416
|
ethereum: {
|
|
332
417
|
assetSymbol: string;
|
|
@@ -334,6 +419,7 @@ export declare const testnet: {
|
|
|
334
419
|
minDepositAmt: number;
|
|
335
420
|
ibcDenom: string;
|
|
336
421
|
fullDenomPath: string;
|
|
422
|
+
tokenAddress: string;
|
|
337
423
|
};
|
|
338
424
|
avalanche: {
|
|
339
425
|
assetSymbol: string;
|
|
@@ -341,6 +427,7 @@ export declare const testnet: {
|
|
|
341
427
|
minDepositAmt: number;
|
|
342
428
|
ibcDenom: string;
|
|
343
429
|
fullDenomPath: string;
|
|
430
|
+
tokenAddress: string;
|
|
344
431
|
};
|
|
345
432
|
polygon: {
|
|
346
433
|
assetSymbol: string;
|
|
@@ -348,24 +435,27 @@ export declare const testnet: {
|
|
|
348
435
|
minDepositAmt: number;
|
|
349
436
|
ibcDenom: string;
|
|
350
437
|
fullDenomPath: string;
|
|
438
|
+
tokenAddress: string;
|
|
351
439
|
};
|
|
352
|
-
|
|
440
|
+
binance: {
|
|
353
441
|
assetSymbol: string;
|
|
354
442
|
assetName: string;
|
|
355
443
|
minDepositAmt: number;
|
|
356
444
|
ibcDenom: string;
|
|
357
445
|
fullDenomPath: string;
|
|
446
|
+
tokenAddress: string;
|
|
358
447
|
};
|
|
359
|
-
|
|
448
|
+
osmosis: {
|
|
360
449
|
assetSymbol: string;
|
|
361
450
|
assetName: string;
|
|
362
451
|
minDepositAmt: number;
|
|
363
452
|
ibcDenom: string;
|
|
364
453
|
fullDenomPath: string;
|
|
454
|
+
tokenAddress: string;
|
|
365
455
|
};
|
|
366
456
|
};
|
|
367
457
|
};
|
|
368
|
-
|
|
458
|
+
uausdc: {
|
|
369
459
|
common_key: {
|
|
370
460
|
devnet: string;
|
|
371
461
|
testnet: string;
|
|
@@ -381,6 +471,7 @@ export declare const testnet: {
|
|
|
381
471
|
minDepositAmt: number;
|
|
382
472
|
ibcDenom: string;
|
|
383
473
|
fullDenomPath: string;
|
|
474
|
+
tokenAddress: string;
|
|
384
475
|
};
|
|
385
476
|
moonbeam: {
|
|
386
477
|
assetSymbol: string;
|
|
@@ -388,6 +479,7 @@ export declare const testnet: {
|
|
|
388
479
|
minDepositAmt: number;
|
|
389
480
|
ibcDenom: string;
|
|
390
481
|
fullDenomPath: string;
|
|
482
|
+
tokenAddress: string;
|
|
391
483
|
};
|
|
392
484
|
fantom: {
|
|
393
485
|
assetSymbol: string;
|
|
@@ -395,6 +487,7 @@ export declare const testnet: {
|
|
|
395
487
|
minDepositAmt: number;
|
|
396
488
|
ibcDenom: string;
|
|
397
489
|
fullDenomPath: string;
|
|
490
|
+
tokenAddress: string;
|
|
398
491
|
};
|
|
399
492
|
ethereum: {
|
|
400
493
|
assetSymbol: string;
|
|
@@ -402,6 +495,7 @@ export declare const testnet: {
|
|
|
402
495
|
minDepositAmt: number;
|
|
403
496
|
ibcDenom: string;
|
|
404
497
|
fullDenomPath: string;
|
|
498
|
+
tokenAddress: string;
|
|
405
499
|
};
|
|
406
500
|
avalanche: {
|
|
407
501
|
assetSymbol: string;
|
|
@@ -409,6 +503,7 @@ export declare const testnet: {
|
|
|
409
503
|
minDepositAmt: number;
|
|
410
504
|
ibcDenom: string;
|
|
411
505
|
fullDenomPath: string;
|
|
506
|
+
tokenAddress: string;
|
|
412
507
|
};
|
|
413
508
|
polygon: {
|
|
414
509
|
assetSymbol: string;
|
|
@@ -416,6 +511,15 @@ export declare const testnet: {
|
|
|
416
511
|
minDepositAmt: number;
|
|
417
512
|
ibcDenom: string;
|
|
418
513
|
fullDenomPath: string;
|
|
514
|
+
tokenAddress: string;
|
|
515
|
+
};
|
|
516
|
+
binance: {
|
|
517
|
+
assetSymbol: string;
|
|
518
|
+
assetName: string;
|
|
519
|
+
minDepositAmt: number;
|
|
520
|
+
ibcDenom: string;
|
|
521
|
+
fullDenomPath: string;
|
|
522
|
+
tokenAddress: string;
|
|
419
523
|
};
|
|
420
524
|
osmosis: {
|
|
421
525
|
assetSymbol: string;
|
|
@@ -423,10 +527,19 @@ export declare const testnet: {
|
|
|
423
527
|
minDepositAmt: number;
|
|
424
528
|
ibcDenom: string;
|
|
425
529
|
fullDenomPath: string;
|
|
530
|
+
tokenAddress: string;
|
|
531
|
+
};
|
|
532
|
+
crescent: {
|
|
533
|
+
assetSymbol: string;
|
|
534
|
+
assetName: string;
|
|
535
|
+
minDepositAmt: number;
|
|
536
|
+
ibcDenom: string;
|
|
537
|
+
fullDenomPath: string;
|
|
538
|
+
tokenAddress: string;
|
|
426
539
|
};
|
|
427
540
|
};
|
|
428
541
|
};
|
|
429
|
-
"
|
|
542
|
+
"wbtc-satoshi": {
|
|
430
543
|
common_key: {
|
|
431
544
|
devnet: string;
|
|
432
545
|
testnet: string;
|
|
@@ -442,20 +555,7 @@ export declare const testnet: {
|
|
|
442
555
|
minDepositAmt: number;
|
|
443
556
|
ibcDenom: string;
|
|
444
557
|
fullDenomPath: string;
|
|
445
|
-
|
|
446
|
-
moonbeam: {
|
|
447
|
-
assetSymbol: string;
|
|
448
|
-
assetName: string;
|
|
449
|
-
minDepositAmt: number;
|
|
450
|
-
ibcDenom: string;
|
|
451
|
-
fullDenomPath: string;
|
|
452
|
-
};
|
|
453
|
-
fantom: {
|
|
454
|
-
assetSymbol: string;
|
|
455
|
-
assetName: string;
|
|
456
|
-
minDepositAmt: number;
|
|
457
|
-
ibcDenom: string;
|
|
458
|
-
fullDenomPath: string;
|
|
558
|
+
tokenAddress: string;
|
|
459
559
|
};
|
|
460
560
|
ethereum: {
|
|
461
561
|
assetSymbol: string;
|
|
@@ -463,20 +563,7 @@ export declare const testnet: {
|
|
|
463
563
|
minDepositAmt: number;
|
|
464
564
|
ibcDenom: string;
|
|
465
565
|
fullDenomPath: string;
|
|
466
|
-
|
|
467
|
-
avalanche: {
|
|
468
|
-
assetSymbol: string;
|
|
469
|
-
assetName: string;
|
|
470
|
-
minDepositAmt: number;
|
|
471
|
-
ibcDenom: string;
|
|
472
|
-
fullDenomPath: string;
|
|
473
|
-
};
|
|
474
|
-
polygon: {
|
|
475
|
-
assetSymbol: string;
|
|
476
|
-
assetName: string;
|
|
477
|
-
minDepositAmt: number;
|
|
478
|
-
ibcDenom: string;
|
|
479
|
-
fullDenomPath: string;
|
|
566
|
+
tokenAddress: string;
|
|
480
567
|
};
|
|
481
568
|
osmosis: {
|
|
482
569
|
assetSymbol: string;
|
|
@@ -484,10 +571,11 @@ export declare const testnet: {
|
|
|
484
571
|
minDepositAmt: number;
|
|
485
572
|
ibcDenom: string;
|
|
486
573
|
fullDenomPath: string;
|
|
574
|
+
tokenAddress: string;
|
|
487
575
|
};
|
|
488
576
|
};
|
|
489
577
|
};
|
|
490
|
-
|
|
578
|
+
"wbnb-wei": {
|
|
491
579
|
common_key: {
|
|
492
580
|
devnet: string;
|
|
493
581
|
testnet: string;
|
|
@@ -503,6 +591,7 @@ export declare const testnet: {
|
|
|
503
591
|
minDepositAmt: number;
|
|
504
592
|
ibcDenom: string;
|
|
505
593
|
fullDenomPath: string;
|
|
594
|
+
tokenAddress: string;
|
|
506
595
|
};
|
|
507
596
|
moonbeam: {
|
|
508
597
|
assetSymbol: string;
|
|
@@ -510,6 +599,7 @@ export declare const testnet: {
|
|
|
510
599
|
minDepositAmt: number;
|
|
511
600
|
ibcDenom: string;
|
|
512
601
|
fullDenomPath: string;
|
|
602
|
+
tokenAddress: string;
|
|
513
603
|
};
|
|
514
604
|
fantom: {
|
|
515
605
|
assetSymbol: string;
|
|
@@ -517,6 +607,7 @@ export declare const testnet: {
|
|
|
517
607
|
minDepositAmt: number;
|
|
518
608
|
ibcDenom: string;
|
|
519
609
|
fullDenomPath: string;
|
|
610
|
+
tokenAddress: string;
|
|
520
611
|
};
|
|
521
612
|
ethereum: {
|
|
522
613
|
assetSymbol: string;
|
|
@@ -524,6 +615,7 @@ export declare const testnet: {
|
|
|
524
615
|
minDepositAmt: number;
|
|
525
616
|
ibcDenom: string;
|
|
526
617
|
fullDenomPath: string;
|
|
618
|
+
tokenAddress: string;
|
|
527
619
|
};
|
|
528
620
|
avalanche: {
|
|
529
621
|
assetSymbol: string;
|
|
@@ -531,6 +623,7 @@ export declare const testnet: {
|
|
|
531
623
|
minDepositAmt: number;
|
|
532
624
|
ibcDenom: string;
|
|
533
625
|
fullDenomPath: string;
|
|
626
|
+
tokenAddress: string;
|
|
534
627
|
};
|
|
535
628
|
polygon: {
|
|
536
629
|
assetSymbol: string;
|
|
@@ -538,46 +631,15 @@ export declare const testnet: {
|
|
|
538
631
|
minDepositAmt: number;
|
|
539
632
|
ibcDenom: string;
|
|
540
633
|
fullDenomPath: string;
|
|
634
|
+
tokenAddress: string;
|
|
541
635
|
};
|
|
542
|
-
|
|
543
|
-
assetSymbol: string;
|
|
544
|
-
assetName: string;
|
|
545
|
-
minDepositAmt: number;
|
|
546
|
-
ibcDenom: string;
|
|
547
|
-
fullDenomPath: string;
|
|
548
|
-
};
|
|
549
|
-
};
|
|
550
|
-
};
|
|
551
|
-
"wbtc-satoshi": {
|
|
552
|
-
common_key: {
|
|
553
|
-
devnet: string;
|
|
554
|
-
testnet: string;
|
|
555
|
-
mainnet: string;
|
|
556
|
-
};
|
|
557
|
-
native_chain: string;
|
|
558
|
-
fully_supported: boolean;
|
|
559
|
-
decimals: number;
|
|
560
|
-
chain_aliases: {
|
|
561
|
-
axelar: {
|
|
562
|
-
assetSymbol: string;
|
|
563
|
-
assetName: string;
|
|
564
|
-
minDepositAmt: number;
|
|
565
|
-
ibcDenom: string;
|
|
566
|
-
fullDenomPath: string;
|
|
567
|
-
};
|
|
568
|
-
ethereum: {
|
|
569
|
-
assetSymbol: string;
|
|
570
|
-
assetName: string;
|
|
571
|
-
minDepositAmt: number;
|
|
572
|
-
ibcDenom: string;
|
|
573
|
-
fullDenomPath: string;
|
|
574
|
-
};
|
|
575
|
-
osmosis: {
|
|
636
|
+
binance: {
|
|
576
637
|
assetSymbol: string;
|
|
577
638
|
assetName: string;
|
|
578
639
|
minDepositAmt: number;
|
|
579
640
|
ibcDenom: string;
|
|
580
641
|
fullDenomPath: string;
|
|
642
|
+
tokenAddress: string;
|
|
581
643
|
};
|
|
582
644
|
};
|
|
583
645
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testnet.assets.d.ts","sourceRoot":"","sources":["../../../src/assets/testnet.assets.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"testnet.assets.d.ts","sourceRoot":"","sources":["../../../src/assets/testnet.assets.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqoBnB,CAAC"}
|