@axelar-network/axelarjs-sdk 0.6.0 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/assets/testnet.assets.d.ts +224 -42
- package/dist/src/assets/testnet.assets.d.ts.map +1 -1
- package/dist/src/assets/testnet.assets.js +356 -174
- 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 +26 -0
- package/dist/src/chains/Binance/index.js.map +1 -0
- package/dist/src/chains/Kujira/index.d.ts +8 -0
- package/dist/src/chains/Kujira/index.d.ts.map +1 -0
- package/dist/src/chains/Kujira/index.js +57 -0
- package/dist/src/chains/Kujira/index.js.map +1 -0
- package/dist/src/chains/Osmosis/index.js +1 -1
- package/dist/src/chains/Sei/index.d.ts +8 -0
- package/dist/src/chains/Sei/index.d.ts.map +1 -0
- package/dist/src/chains/Sei/index.js +57 -0
- package/dist/src/chains/Sei/index.js.map +1 -0
- package/dist/src/chains/index.d.ts.map +1 -1
- package/dist/src/chains/index.js +6 -0
- package/dist/src/chains/index.js.map +1 -1
- package/dist/src/index.js +5 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/libs/index.js +5 -1
- package/dist/src/libs/index.js.map +1 -1
- package/dist/src/libs/test/axelarGateway.test.js +5 -1
- package/dist/src/libs/test/axelarGateway.test.js.map +1 -1
- package/dist/src/services/index.js +5 -1
- package/dist/src/services/index.js.map +1 -1
- package/dist/src/utils/index.js +5 -1
- package/dist/src/utils/index.js.map +1 -1
- 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,6 +123,31 @@ export declare const testnet: {
|
|
|
104
123
|
minDepositAmt: number;
|
|
105
124
|
ibcDenom: string;
|
|
106
125
|
fullDenomPath: string;
|
|
126
|
+
tokenAddress: string;
|
|
127
|
+
};
|
|
128
|
+
binance: {
|
|
129
|
+
assetSymbol: string;
|
|
130
|
+
assetName: string;
|
|
131
|
+
minDepositAmt: number;
|
|
132
|
+
ibcDenom: string;
|
|
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;
|
|
143
|
+
};
|
|
144
|
+
kujira: {
|
|
145
|
+
assetSymbol: string;
|
|
146
|
+
assetName: string;
|
|
147
|
+
minDepositAmt: number;
|
|
148
|
+
ibcDenom: string;
|
|
149
|
+
fullDenomPath: string;
|
|
150
|
+
tokenAddress: string;
|
|
107
151
|
};
|
|
108
152
|
terra: {
|
|
109
153
|
assetSymbol: string;
|
|
@@ -111,10 +155,11 @@ export declare const testnet: {
|
|
|
111
155
|
minDepositAmt: number;
|
|
112
156
|
ibcDenom: string;
|
|
113
157
|
fullDenomPath: string;
|
|
158
|
+
tokenAddress: string;
|
|
114
159
|
};
|
|
115
160
|
};
|
|
116
161
|
};
|
|
117
|
-
|
|
162
|
+
"wftm-wei": {
|
|
118
163
|
common_key: {
|
|
119
164
|
devnet: string;
|
|
120
165
|
testnet: string;
|
|
@@ -130,6 +175,7 @@ export declare const testnet: {
|
|
|
130
175
|
minDepositAmt: number;
|
|
131
176
|
ibcDenom: string;
|
|
132
177
|
fullDenomPath: string;
|
|
178
|
+
tokenAddress: string;
|
|
133
179
|
};
|
|
134
180
|
moonbeam: {
|
|
135
181
|
assetSymbol: string;
|
|
@@ -137,6 +183,7 @@ export declare const testnet: {
|
|
|
137
183
|
minDepositAmt: number;
|
|
138
184
|
ibcDenom: string;
|
|
139
185
|
fullDenomPath: string;
|
|
186
|
+
tokenAddress: string;
|
|
140
187
|
};
|
|
141
188
|
fantom: {
|
|
142
189
|
assetSymbol: string;
|
|
@@ -144,6 +191,7 @@ export declare const testnet: {
|
|
|
144
191
|
minDepositAmt: number;
|
|
145
192
|
ibcDenom: string;
|
|
146
193
|
fullDenomPath: string;
|
|
194
|
+
tokenAddress: string;
|
|
147
195
|
};
|
|
148
196
|
ethereum: {
|
|
149
197
|
assetSymbol: string;
|
|
@@ -151,6 +199,7 @@ export declare const testnet: {
|
|
|
151
199
|
minDepositAmt: number;
|
|
152
200
|
ibcDenom: string;
|
|
153
201
|
fullDenomPath: string;
|
|
202
|
+
tokenAddress: string;
|
|
154
203
|
};
|
|
155
204
|
avalanche: {
|
|
156
205
|
assetSymbol: string;
|
|
@@ -158,6 +207,7 @@ export declare const testnet: {
|
|
|
158
207
|
minDepositAmt: number;
|
|
159
208
|
ibcDenom: string;
|
|
160
209
|
fullDenomPath: string;
|
|
210
|
+
tokenAddress: string;
|
|
161
211
|
};
|
|
162
212
|
polygon: {
|
|
163
213
|
assetSymbol: string;
|
|
@@ -165,6 +215,31 @@ export declare const testnet: {
|
|
|
165
215
|
minDepositAmt: number;
|
|
166
216
|
ibcDenom: string;
|
|
167
217
|
fullDenomPath: string;
|
|
218
|
+
tokenAddress: string;
|
|
219
|
+
};
|
|
220
|
+
binance: {
|
|
221
|
+
assetSymbol: string;
|
|
222
|
+
assetName: string;
|
|
223
|
+
minDepositAmt: number;
|
|
224
|
+
ibcDenom: string;
|
|
225
|
+
fullDenomPath: string;
|
|
226
|
+
tokenAddress: string;
|
|
227
|
+
};
|
|
228
|
+
osmosis: {
|
|
229
|
+
assetSymbol: string;
|
|
230
|
+
assetName: string;
|
|
231
|
+
minDepositAmt: number;
|
|
232
|
+
ibcDenom: string;
|
|
233
|
+
fullDenomPath: string;
|
|
234
|
+
tokenAddress: string;
|
|
235
|
+
};
|
|
236
|
+
kujira: {
|
|
237
|
+
assetSymbol: string;
|
|
238
|
+
assetName: string;
|
|
239
|
+
minDepositAmt: number;
|
|
240
|
+
ibcDenom: string;
|
|
241
|
+
fullDenomPath: string;
|
|
242
|
+
tokenAddress: string;
|
|
168
243
|
};
|
|
169
244
|
terra: {
|
|
170
245
|
assetSymbol: string;
|
|
@@ -172,10 +247,11 @@ export declare const testnet: {
|
|
|
172
247
|
minDepositAmt: number;
|
|
173
248
|
ibcDenom: string;
|
|
174
249
|
fullDenomPath: string;
|
|
250
|
+
tokenAddress: string;
|
|
175
251
|
};
|
|
176
252
|
};
|
|
177
253
|
};
|
|
178
|
-
"
|
|
254
|
+
"weth-wei": {
|
|
179
255
|
common_key: {
|
|
180
256
|
devnet: string;
|
|
181
257
|
testnet: string;
|
|
@@ -191,6 +267,7 @@ export declare const testnet: {
|
|
|
191
267
|
minDepositAmt: number;
|
|
192
268
|
ibcDenom: string;
|
|
193
269
|
fullDenomPath: string;
|
|
270
|
+
tokenAddress: string;
|
|
194
271
|
};
|
|
195
272
|
moonbeam: {
|
|
196
273
|
assetSymbol: string;
|
|
@@ -198,6 +275,7 @@ export declare const testnet: {
|
|
|
198
275
|
minDepositAmt: number;
|
|
199
276
|
ibcDenom: string;
|
|
200
277
|
fullDenomPath: string;
|
|
278
|
+
tokenAddress: string;
|
|
201
279
|
};
|
|
202
280
|
fantom: {
|
|
203
281
|
assetSymbol: string;
|
|
@@ -205,6 +283,7 @@ export declare const testnet: {
|
|
|
205
283
|
minDepositAmt: number;
|
|
206
284
|
ibcDenom: string;
|
|
207
285
|
fullDenomPath: string;
|
|
286
|
+
tokenAddress: string;
|
|
208
287
|
};
|
|
209
288
|
ethereum: {
|
|
210
289
|
assetSymbol: string;
|
|
@@ -212,6 +291,7 @@ export declare const testnet: {
|
|
|
212
291
|
minDepositAmt: number;
|
|
213
292
|
ibcDenom: string;
|
|
214
293
|
fullDenomPath: string;
|
|
294
|
+
tokenAddress: string;
|
|
215
295
|
};
|
|
216
296
|
avalanche: {
|
|
217
297
|
assetSymbol: string;
|
|
@@ -219,6 +299,7 @@ export declare const testnet: {
|
|
|
219
299
|
minDepositAmt: number;
|
|
220
300
|
ibcDenom: string;
|
|
221
301
|
fullDenomPath: string;
|
|
302
|
+
tokenAddress: string;
|
|
222
303
|
};
|
|
223
304
|
polygon: {
|
|
224
305
|
assetSymbol: string;
|
|
@@ -226,6 +307,15 @@ export declare const testnet: {
|
|
|
226
307
|
minDepositAmt: number;
|
|
227
308
|
ibcDenom: string;
|
|
228
309
|
fullDenomPath: string;
|
|
310
|
+
tokenAddress: string;
|
|
311
|
+
};
|
|
312
|
+
binance: {
|
|
313
|
+
assetSymbol: string;
|
|
314
|
+
assetName: string;
|
|
315
|
+
minDepositAmt: number;
|
|
316
|
+
ibcDenom: string;
|
|
317
|
+
fullDenomPath: string;
|
|
318
|
+
tokenAddress: string;
|
|
229
319
|
};
|
|
230
320
|
osmosis: {
|
|
231
321
|
assetSymbol: string;
|
|
@@ -233,10 +323,27 @@ export declare const testnet: {
|
|
|
233
323
|
minDepositAmt: number;
|
|
234
324
|
ibcDenom: string;
|
|
235
325
|
fullDenomPath: string;
|
|
326
|
+
tokenAddress: string;
|
|
327
|
+
};
|
|
328
|
+
kujira: {
|
|
329
|
+
assetSymbol: string;
|
|
330
|
+
assetName: string;
|
|
331
|
+
minDepositAmt: number;
|
|
332
|
+
ibcDenom: string;
|
|
333
|
+
fullDenomPath: string;
|
|
334
|
+
tokenAddress: string;
|
|
335
|
+
};
|
|
336
|
+
terra: {
|
|
337
|
+
assetSymbol: string;
|
|
338
|
+
assetName: string;
|
|
339
|
+
minDepositAmt: number;
|
|
340
|
+
ibcDenom: string;
|
|
341
|
+
fullDenomPath: string;
|
|
342
|
+
tokenAddress: string;
|
|
236
343
|
};
|
|
237
344
|
};
|
|
238
345
|
};
|
|
239
|
-
"
|
|
346
|
+
"wavax-wei": {
|
|
240
347
|
common_key: {
|
|
241
348
|
devnet: string;
|
|
242
349
|
testnet: string;
|
|
@@ -252,6 +359,7 @@ export declare const testnet: {
|
|
|
252
359
|
minDepositAmt: number;
|
|
253
360
|
ibcDenom: string;
|
|
254
361
|
fullDenomPath: string;
|
|
362
|
+
tokenAddress: string;
|
|
255
363
|
};
|
|
256
364
|
moonbeam: {
|
|
257
365
|
assetSymbol: string;
|
|
@@ -259,6 +367,7 @@ export declare const testnet: {
|
|
|
259
367
|
minDepositAmt: number;
|
|
260
368
|
ibcDenom: string;
|
|
261
369
|
fullDenomPath: string;
|
|
370
|
+
tokenAddress: string;
|
|
262
371
|
};
|
|
263
372
|
fantom: {
|
|
264
373
|
assetSymbol: string;
|
|
@@ -266,6 +375,7 @@ export declare const testnet: {
|
|
|
266
375
|
minDepositAmt: number;
|
|
267
376
|
ibcDenom: string;
|
|
268
377
|
fullDenomPath: string;
|
|
378
|
+
tokenAddress: string;
|
|
269
379
|
};
|
|
270
380
|
ethereum: {
|
|
271
381
|
assetSymbol: string;
|
|
@@ -273,6 +383,7 @@ export declare const testnet: {
|
|
|
273
383
|
minDepositAmt: number;
|
|
274
384
|
ibcDenom: string;
|
|
275
385
|
fullDenomPath: string;
|
|
386
|
+
tokenAddress: string;
|
|
276
387
|
};
|
|
277
388
|
avalanche: {
|
|
278
389
|
assetSymbol: string;
|
|
@@ -280,6 +391,7 @@ export declare const testnet: {
|
|
|
280
391
|
minDepositAmt: number;
|
|
281
392
|
ibcDenom: string;
|
|
282
393
|
fullDenomPath: string;
|
|
394
|
+
tokenAddress: string;
|
|
283
395
|
};
|
|
284
396
|
polygon: {
|
|
285
397
|
assetSymbol: string;
|
|
@@ -287,6 +399,15 @@ export declare const testnet: {
|
|
|
287
399
|
minDepositAmt: number;
|
|
288
400
|
ibcDenom: string;
|
|
289
401
|
fullDenomPath: string;
|
|
402
|
+
tokenAddress: string;
|
|
403
|
+
};
|
|
404
|
+
binance: {
|
|
405
|
+
assetSymbol: string;
|
|
406
|
+
assetName: string;
|
|
407
|
+
minDepositAmt: number;
|
|
408
|
+
ibcDenom: string;
|
|
409
|
+
fullDenomPath: string;
|
|
410
|
+
tokenAddress: string;
|
|
290
411
|
};
|
|
291
412
|
osmosis: {
|
|
292
413
|
assetSymbol: string;
|
|
@@ -294,10 +415,27 @@ export declare const testnet: {
|
|
|
294
415
|
minDepositAmt: number;
|
|
295
416
|
ibcDenom: string;
|
|
296
417
|
fullDenomPath: string;
|
|
418
|
+
tokenAddress: string;
|
|
419
|
+
};
|
|
420
|
+
kujira: {
|
|
421
|
+
assetSymbol: string;
|
|
422
|
+
assetName: string;
|
|
423
|
+
minDepositAmt: number;
|
|
424
|
+
ibcDenom: string;
|
|
425
|
+
fullDenomPath: string;
|
|
426
|
+
tokenAddress: string;
|
|
427
|
+
};
|
|
428
|
+
terra: {
|
|
429
|
+
assetSymbol: string;
|
|
430
|
+
assetName: string;
|
|
431
|
+
minDepositAmt: number;
|
|
432
|
+
ibcDenom: string;
|
|
433
|
+
fullDenomPath: string;
|
|
434
|
+
tokenAddress: string;
|
|
297
435
|
};
|
|
298
436
|
};
|
|
299
437
|
};
|
|
300
|
-
"
|
|
438
|
+
"wdev-wei": {
|
|
301
439
|
common_key: {
|
|
302
440
|
devnet: string;
|
|
303
441
|
testnet: string;
|
|
@@ -313,6 +451,7 @@ export declare const testnet: {
|
|
|
313
451
|
minDepositAmt: number;
|
|
314
452
|
ibcDenom: string;
|
|
315
453
|
fullDenomPath: string;
|
|
454
|
+
tokenAddress: string;
|
|
316
455
|
};
|
|
317
456
|
moonbeam: {
|
|
318
457
|
assetSymbol: string;
|
|
@@ -320,6 +459,7 @@ export declare const testnet: {
|
|
|
320
459
|
minDepositAmt: number;
|
|
321
460
|
ibcDenom: string;
|
|
322
461
|
fullDenomPath: string;
|
|
462
|
+
tokenAddress: string;
|
|
323
463
|
};
|
|
324
464
|
fantom: {
|
|
325
465
|
assetSymbol: string;
|
|
@@ -327,6 +467,7 @@ export declare const testnet: {
|
|
|
327
467
|
minDepositAmt: number;
|
|
328
468
|
ibcDenom: string;
|
|
329
469
|
fullDenomPath: string;
|
|
470
|
+
tokenAddress: string;
|
|
330
471
|
};
|
|
331
472
|
ethereum: {
|
|
332
473
|
assetSymbol: string;
|
|
@@ -334,6 +475,7 @@ export declare const testnet: {
|
|
|
334
475
|
minDepositAmt: number;
|
|
335
476
|
ibcDenom: string;
|
|
336
477
|
fullDenomPath: string;
|
|
478
|
+
tokenAddress: string;
|
|
337
479
|
};
|
|
338
480
|
avalanche: {
|
|
339
481
|
assetSymbol: string;
|
|
@@ -341,6 +483,7 @@ export declare const testnet: {
|
|
|
341
483
|
minDepositAmt: number;
|
|
342
484
|
ibcDenom: string;
|
|
343
485
|
fullDenomPath: string;
|
|
486
|
+
tokenAddress: string;
|
|
344
487
|
};
|
|
345
488
|
polygon: {
|
|
346
489
|
assetSymbol: string;
|
|
@@ -348,6 +491,15 @@ export declare const testnet: {
|
|
|
348
491
|
minDepositAmt: number;
|
|
349
492
|
ibcDenom: string;
|
|
350
493
|
fullDenomPath: string;
|
|
494
|
+
tokenAddress: string;
|
|
495
|
+
};
|
|
496
|
+
binance: {
|
|
497
|
+
assetSymbol: string;
|
|
498
|
+
assetName: string;
|
|
499
|
+
minDepositAmt: number;
|
|
500
|
+
ibcDenom: string;
|
|
501
|
+
fullDenomPath: string;
|
|
502
|
+
tokenAddress: string;
|
|
351
503
|
};
|
|
352
504
|
osmosis: {
|
|
353
505
|
assetSymbol: string;
|
|
@@ -355,17 +507,27 @@ export declare const testnet: {
|
|
|
355
507
|
minDepositAmt: number;
|
|
356
508
|
ibcDenom: string;
|
|
357
509
|
fullDenomPath: string;
|
|
510
|
+
tokenAddress: string;
|
|
511
|
+
};
|
|
512
|
+
kujira: {
|
|
513
|
+
assetSymbol: string;
|
|
514
|
+
assetName: string;
|
|
515
|
+
minDepositAmt: number;
|
|
516
|
+
ibcDenom: string;
|
|
517
|
+
fullDenomPath: string;
|
|
518
|
+
tokenAddress: string;
|
|
358
519
|
};
|
|
359
|
-
|
|
520
|
+
terra: {
|
|
360
521
|
assetSymbol: string;
|
|
361
522
|
assetName: string;
|
|
362
523
|
minDepositAmt: number;
|
|
363
524
|
ibcDenom: string;
|
|
364
525
|
fullDenomPath: string;
|
|
526
|
+
tokenAddress: string;
|
|
365
527
|
};
|
|
366
528
|
};
|
|
367
529
|
};
|
|
368
|
-
|
|
530
|
+
uausdc: {
|
|
369
531
|
common_key: {
|
|
370
532
|
devnet: string;
|
|
371
533
|
testnet: string;
|
|
@@ -381,6 +543,7 @@ export declare const testnet: {
|
|
|
381
543
|
minDepositAmt: number;
|
|
382
544
|
ibcDenom: string;
|
|
383
545
|
fullDenomPath: string;
|
|
546
|
+
tokenAddress: string;
|
|
384
547
|
};
|
|
385
548
|
moonbeam: {
|
|
386
549
|
assetSymbol: string;
|
|
@@ -388,6 +551,7 @@ export declare const testnet: {
|
|
|
388
551
|
minDepositAmt: number;
|
|
389
552
|
ibcDenom: string;
|
|
390
553
|
fullDenomPath: string;
|
|
554
|
+
tokenAddress: string;
|
|
391
555
|
};
|
|
392
556
|
fantom: {
|
|
393
557
|
assetSymbol: string;
|
|
@@ -395,6 +559,7 @@ export declare const testnet: {
|
|
|
395
559
|
minDepositAmt: number;
|
|
396
560
|
ibcDenom: string;
|
|
397
561
|
fullDenomPath: string;
|
|
562
|
+
tokenAddress: string;
|
|
398
563
|
};
|
|
399
564
|
ethereum: {
|
|
400
565
|
assetSymbol: string;
|
|
@@ -402,6 +567,7 @@ export declare const testnet: {
|
|
|
402
567
|
minDepositAmt: number;
|
|
403
568
|
ibcDenom: string;
|
|
404
569
|
fullDenomPath: string;
|
|
570
|
+
tokenAddress: string;
|
|
405
571
|
};
|
|
406
572
|
avalanche: {
|
|
407
573
|
assetSymbol: string;
|
|
@@ -409,6 +575,7 @@ export declare const testnet: {
|
|
|
409
575
|
minDepositAmt: number;
|
|
410
576
|
ibcDenom: string;
|
|
411
577
|
fullDenomPath: string;
|
|
578
|
+
tokenAddress: string;
|
|
412
579
|
};
|
|
413
580
|
polygon: {
|
|
414
581
|
assetSymbol: string;
|
|
@@ -416,6 +583,15 @@ export declare const testnet: {
|
|
|
416
583
|
minDepositAmt: number;
|
|
417
584
|
ibcDenom: string;
|
|
418
585
|
fullDenomPath: string;
|
|
586
|
+
tokenAddress: string;
|
|
587
|
+
};
|
|
588
|
+
binance: {
|
|
589
|
+
assetSymbol: string;
|
|
590
|
+
assetName: string;
|
|
591
|
+
minDepositAmt: number;
|
|
592
|
+
ibcDenom: string;
|
|
593
|
+
fullDenomPath: string;
|
|
594
|
+
tokenAddress: string;
|
|
419
595
|
};
|
|
420
596
|
osmosis: {
|
|
421
597
|
assetSymbol: string;
|
|
@@ -423,39 +599,43 @@ export declare const testnet: {
|
|
|
423
599
|
minDepositAmt: number;
|
|
424
600
|
ibcDenom: string;
|
|
425
601
|
fullDenomPath: string;
|
|
602
|
+
tokenAddress: string;
|
|
426
603
|
};
|
|
427
|
-
|
|
428
|
-
};
|
|
429
|
-
"wdev-wei": {
|
|
430
|
-
common_key: {
|
|
431
|
-
devnet: string;
|
|
432
|
-
testnet: string;
|
|
433
|
-
mainnet: string;
|
|
434
|
-
};
|
|
435
|
-
native_chain: string;
|
|
436
|
-
fully_supported: boolean;
|
|
437
|
-
decimals: number;
|
|
438
|
-
chain_aliases: {
|
|
439
|
-
axelar: {
|
|
604
|
+
kujira: {
|
|
440
605
|
assetSymbol: string;
|
|
441
606
|
assetName: string;
|
|
442
607
|
minDepositAmt: number;
|
|
443
608
|
ibcDenom: string;
|
|
444
609
|
fullDenomPath: string;
|
|
610
|
+
tokenAddress: string;
|
|
445
611
|
};
|
|
446
|
-
|
|
612
|
+
terra: {
|
|
447
613
|
assetSymbol: string;
|
|
448
614
|
assetName: string;
|
|
449
615
|
minDepositAmt: number;
|
|
450
616
|
ibcDenom: string;
|
|
451
617
|
fullDenomPath: string;
|
|
618
|
+
tokenAddress: string;
|
|
452
619
|
};
|
|
453
|
-
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
"wbtc-satoshi": {
|
|
623
|
+
common_key: {
|
|
624
|
+
devnet: string;
|
|
625
|
+
testnet: string;
|
|
626
|
+
mainnet: string;
|
|
627
|
+
};
|
|
628
|
+
native_chain: string;
|
|
629
|
+
fully_supported: boolean;
|
|
630
|
+
decimals: number;
|
|
631
|
+
chain_aliases: {
|
|
632
|
+
axelar: {
|
|
454
633
|
assetSymbol: string;
|
|
455
634
|
assetName: string;
|
|
456
635
|
minDepositAmt: number;
|
|
457
636
|
ibcDenom: string;
|
|
458
637
|
fullDenomPath: string;
|
|
638
|
+
tokenAddress: string;
|
|
459
639
|
};
|
|
460
640
|
ethereum: {
|
|
461
641
|
assetSymbol: string;
|
|
@@ -463,31 +643,35 @@ export declare const testnet: {
|
|
|
463
643
|
minDepositAmt: number;
|
|
464
644
|
ibcDenom: string;
|
|
465
645
|
fullDenomPath: string;
|
|
646
|
+
tokenAddress: string;
|
|
466
647
|
};
|
|
467
|
-
|
|
648
|
+
osmosis: {
|
|
468
649
|
assetSymbol: string;
|
|
469
650
|
assetName: string;
|
|
470
651
|
minDepositAmt: number;
|
|
471
652
|
ibcDenom: string;
|
|
472
653
|
fullDenomPath: string;
|
|
654
|
+
tokenAddress: string;
|
|
473
655
|
};
|
|
474
|
-
|
|
656
|
+
kujira: {
|
|
475
657
|
assetSymbol: string;
|
|
476
658
|
assetName: string;
|
|
477
659
|
minDepositAmt: number;
|
|
478
660
|
ibcDenom: string;
|
|
479
661
|
fullDenomPath: string;
|
|
662
|
+
tokenAddress: string;
|
|
480
663
|
};
|
|
481
|
-
|
|
664
|
+
terra: {
|
|
482
665
|
assetSymbol: string;
|
|
483
666
|
assetName: string;
|
|
484
667
|
minDepositAmt: number;
|
|
485
668
|
ibcDenom: string;
|
|
486
669
|
fullDenomPath: string;
|
|
670
|
+
tokenAddress: string;
|
|
487
671
|
};
|
|
488
672
|
};
|
|
489
673
|
};
|
|
490
|
-
|
|
674
|
+
"wbnb-wei": {
|
|
491
675
|
common_key: {
|
|
492
676
|
devnet: string;
|
|
493
677
|
testnet: string;
|
|
@@ -503,6 +687,7 @@ export declare const testnet: {
|
|
|
503
687
|
minDepositAmt: number;
|
|
504
688
|
ibcDenom: string;
|
|
505
689
|
fullDenomPath: string;
|
|
690
|
+
tokenAddress: string;
|
|
506
691
|
};
|
|
507
692
|
moonbeam: {
|
|
508
693
|
assetSymbol: string;
|
|
@@ -510,6 +695,7 @@ export declare const testnet: {
|
|
|
510
695
|
minDepositAmt: number;
|
|
511
696
|
ibcDenom: string;
|
|
512
697
|
fullDenomPath: string;
|
|
698
|
+
tokenAddress: string;
|
|
513
699
|
};
|
|
514
700
|
fantom: {
|
|
515
701
|
assetSymbol: string;
|
|
@@ -517,6 +703,7 @@ export declare const testnet: {
|
|
|
517
703
|
minDepositAmt: number;
|
|
518
704
|
ibcDenom: string;
|
|
519
705
|
fullDenomPath: string;
|
|
706
|
+
tokenAddress: string;
|
|
520
707
|
};
|
|
521
708
|
ethereum: {
|
|
522
709
|
assetSymbol: string;
|
|
@@ -524,6 +711,7 @@ export declare const testnet: {
|
|
|
524
711
|
minDepositAmt: number;
|
|
525
712
|
ibcDenom: string;
|
|
526
713
|
fullDenomPath: string;
|
|
714
|
+
tokenAddress: string;
|
|
527
715
|
};
|
|
528
716
|
avalanche: {
|
|
529
717
|
assetSymbol: string;
|
|
@@ -531,6 +719,7 @@ export declare const testnet: {
|
|
|
531
719
|
minDepositAmt: number;
|
|
532
720
|
ibcDenom: string;
|
|
533
721
|
fullDenomPath: string;
|
|
722
|
+
tokenAddress: string;
|
|
534
723
|
};
|
|
535
724
|
polygon: {
|
|
536
725
|
assetSymbol: string;
|
|
@@ -538,46 +727,39 @@ export declare const testnet: {
|
|
|
538
727
|
minDepositAmt: number;
|
|
539
728
|
ibcDenom: string;
|
|
540
729
|
fullDenomPath: string;
|
|
730
|
+
tokenAddress: string;
|
|
541
731
|
};
|
|
542
|
-
|
|
732
|
+
binance: {
|
|
543
733
|
assetSymbol: string;
|
|
544
734
|
assetName: string;
|
|
545
735
|
minDepositAmt: number;
|
|
546
736
|
ibcDenom: string;
|
|
547
737
|
fullDenomPath: string;
|
|
738
|
+
tokenAddress: string;
|
|
548
739
|
};
|
|
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: {
|
|
740
|
+
osmosis: {
|
|
562
741
|
assetSymbol: string;
|
|
563
742
|
assetName: string;
|
|
564
743
|
minDepositAmt: number;
|
|
565
744
|
ibcDenom: string;
|
|
566
745
|
fullDenomPath: string;
|
|
746
|
+
tokenAddress: string;
|
|
567
747
|
};
|
|
568
|
-
|
|
748
|
+
kujira: {
|
|
569
749
|
assetSymbol: string;
|
|
570
750
|
assetName: string;
|
|
571
751
|
minDepositAmt: number;
|
|
572
752
|
ibcDenom: string;
|
|
573
753
|
fullDenomPath: string;
|
|
754
|
+
tokenAddress: string;
|
|
574
755
|
};
|
|
575
|
-
|
|
756
|
+
terra: {
|
|
576
757
|
assetSymbol: string;
|
|
577
758
|
assetName: string;
|
|
578
759
|
minDepositAmt: number;
|
|
579
760
|
ibcDenom: string;
|
|
580
761
|
fullDenomPath: string;
|
|
762
|
+
tokenAddress: string;
|
|
581
763
|
};
|
|
582
764
|
};
|
|
583
765
|
};
|