@chain-registry/osmosis 0.9.3 → 0.12.0
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/CHANGELOG.md +24 -0
- package/main/asset_list.js +464 -129
- package/main/chain.js +54 -14
- package/package.json +26 -30
- package/types/index.d.ts +5 -5
- package/module/asset_list.js +0 -4024
- package/module/assets.js +0 -45
- package/module/chain.js +0 -262
- package/module/index.js +0 -13
- package/module/testnet.js +0 -83
- package/module/testnet_assets.js +0 -45
package/main/asset_list.js
CHANGED
|
@@ -7,6 +7,63 @@ exports["default"] = void 0;
|
|
|
7
7
|
var asset_list = {
|
|
8
8
|
chain_name: 'osmosis',
|
|
9
9
|
assets: [{
|
|
10
|
+
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
11
|
+
denom_units: [{
|
|
12
|
+
denom: 'ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604',
|
|
13
|
+
exponent: 0,
|
|
14
|
+
aliases: ['ubld']
|
|
15
|
+
}, {
|
|
16
|
+
denom: 'bld',
|
|
17
|
+
exponent: 6
|
|
18
|
+
}],
|
|
19
|
+
base: 'ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604',
|
|
20
|
+
name: 'Agoric',
|
|
21
|
+
display: 'bld',
|
|
22
|
+
symbol: 'BLD',
|
|
23
|
+
logo_URIs: {
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png'
|
|
25
|
+
},
|
|
26
|
+
coingecko_id: 'agoric',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel: 'channel-1',
|
|
31
|
+
denom: 'ubld',
|
|
32
|
+
chain_name: 'agoric'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel: 'channel-320'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
}, {
|
|
39
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
40
|
+
denom_units: [{
|
|
41
|
+
denom: 'ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5',
|
|
42
|
+
exponent: 0,
|
|
43
|
+
aliases: ['uist']
|
|
44
|
+
}, {
|
|
45
|
+
denom: 'ist',
|
|
46
|
+
exponent: 6
|
|
47
|
+
}],
|
|
48
|
+
base: 'ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5',
|
|
49
|
+
name: 'Inter Stable Token',
|
|
50
|
+
display: 'ist',
|
|
51
|
+
symbol: 'IST',
|
|
52
|
+
logo_URIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png'
|
|
54
|
+
},
|
|
55
|
+
traces: [{
|
|
56
|
+
type: 'ibc',
|
|
57
|
+
counterparty: {
|
|
58
|
+
channel: 'channel-1',
|
|
59
|
+
denom: 'uist',
|
|
60
|
+
chain_name: 'agoric'
|
|
61
|
+
},
|
|
62
|
+
chain: {
|
|
63
|
+
channel: 'channel-320'
|
|
64
|
+
}
|
|
65
|
+
}]
|
|
66
|
+
}, {
|
|
10
67
|
description: "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
|
11
68
|
denom_units: [{
|
|
12
69
|
denom: 'ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4',
|
|
@@ -109,11 +166,6 @@ var asset_list = {
|
|
|
109
166
|
name: 'USD Coin',
|
|
110
167
|
display: 'usdc',
|
|
111
168
|
symbol: 'USDC',
|
|
112
|
-
logo_URIs: {
|
|
113
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
114
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
115
|
-
},
|
|
116
|
-
coingecko_id: 'usd-coin',
|
|
117
169
|
traces: [{
|
|
118
170
|
type: 'ibc',
|
|
119
171
|
counterparty: {
|
|
@@ -124,7 +176,12 @@ var asset_list = {
|
|
|
124
176
|
chain: {
|
|
125
177
|
channel: 'channel-208'
|
|
126
178
|
}
|
|
127
|
-
}]
|
|
179
|
+
}],
|
|
180
|
+
logo_URIs: {
|
|
181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
183
|
+
},
|
|
184
|
+
coingecko_id: 'usd-coin'
|
|
128
185
|
}, {
|
|
129
186
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
130
187
|
denom_units: [{
|
|
@@ -139,11 +196,6 @@ var asset_list = {
|
|
|
139
196
|
name: 'Frax',
|
|
140
197
|
display: 'frax',
|
|
141
198
|
symbol: 'FRAX',
|
|
142
|
-
logo_URIs: {
|
|
143
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg',
|
|
144
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
145
|
-
},
|
|
146
|
-
coingecko_id: 'frax',
|
|
147
199
|
traces: [{
|
|
148
200
|
type: 'ibc',
|
|
149
201
|
counterparty: {
|
|
@@ -154,7 +206,12 @@ var asset_list = {
|
|
|
154
206
|
chain: {
|
|
155
207
|
channel: 'channel-208'
|
|
156
208
|
}
|
|
157
|
-
}]
|
|
209
|
+
}],
|
|
210
|
+
logo_URIs: {
|
|
211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg',
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
213
|
+
},
|
|
214
|
+
coingecko_id: 'frax'
|
|
158
215
|
}, {
|
|
159
216
|
description: 'Dai stablecoin on Axelar',
|
|
160
217
|
denom_units: [{
|
|
@@ -169,11 +226,6 @@ var asset_list = {
|
|
|
169
226
|
name: 'Dai Stablecoin',
|
|
170
227
|
display: 'dai',
|
|
171
228
|
symbol: 'DAI',
|
|
172
|
-
logo_URIs: {
|
|
173
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg',
|
|
174
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
175
|
-
},
|
|
176
|
-
coingecko_id: 'dai',
|
|
177
229
|
traces: [{
|
|
178
230
|
type: 'ibc',
|
|
179
231
|
counterparty: {
|
|
@@ -184,7 +236,12 @@ var asset_list = {
|
|
|
184
236
|
chain: {
|
|
185
237
|
channel: 'channel-208'
|
|
186
238
|
}
|
|
187
|
-
}]
|
|
239
|
+
}],
|
|
240
|
+
logo_URIs: {
|
|
241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg',
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
243
|
+
},
|
|
244
|
+
coingecko_id: 'dai'
|
|
188
245
|
}, {
|
|
189
246
|
description: "Tether's USD stablecoin on Axelar",
|
|
190
247
|
denom_units: [{
|
|
@@ -199,11 +256,6 @@ var asset_list = {
|
|
|
199
256
|
name: 'Tether USD',
|
|
200
257
|
display: 'usdt',
|
|
201
258
|
symbol: 'USDT',
|
|
202
|
-
logo_URIs: {
|
|
203
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg',
|
|
204
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
205
|
-
},
|
|
206
|
-
coingecko_id: 'tether',
|
|
207
259
|
traces: [{
|
|
208
260
|
type: 'ibc',
|
|
209
261
|
counterparty: {
|
|
@@ -214,7 +266,12 @@ var asset_list = {
|
|
|
214
266
|
chain: {
|
|
215
267
|
channel: 'channel-208'
|
|
216
268
|
}
|
|
217
|
-
}]
|
|
269
|
+
}],
|
|
270
|
+
logo_URIs: {
|
|
271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg',
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
273
|
+
},
|
|
274
|
+
coingecko_id: 'tether'
|
|
218
275
|
}, {
|
|
219
276
|
description: 'Wrapped Ether on Axelar',
|
|
220
277
|
denom_units: [{
|
|
@@ -229,10 +286,6 @@ var asset_list = {
|
|
|
229
286
|
name: 'Wrapped Ether',
|
|
230
287
|
display: 'weth',
|
|
231
288
|
symbol: 'WETH',
|
|
232
|
-
logo_URIs: {
|
|
233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
234
|
-
},
|
|
235
|
-
coingecko_id: 'weth',
|
|
236
289
|
traces: [{
|
|
237
290
|
type: 'ibc',
|
|
238
291
|
counterparty: {
|
|
@@ -243,7 +296,11 @@ var asset_list = {
|
|
|
243
296
|
chain: {
|
|
244
297
|
channel: 'channel-208'
|
|
245
298
|
}
|
|
246
|
-
}]
|
|
299
|
+
}],
|
|
300
|
+
logo_URIs: {
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
302
|
+
},
|
|
303
|
+
coingecko_id: 'weth'
|
|
247
304
|
}, {
|
|
248
305
|
description: 'Wrapped Bitcoin on Axelar',
|
|
249
306
|
denom_units: [{
|
|
@@ -258,10 +315,6 @@ var asset_list = {
|
|
|
258
315
|
name: 'Wrapped Bitcoin',
|
|
259
316
|
display: 'wbtc',
|
|
260
317
|
symbol: 'WBTC',
|
|
261
|
-
logo_URIs: {
|
|
262
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
263
|
-
},
|
|
264
|
-
coingecko_id: 'wrapped-bitcoin',
|
|
265
318
|
traces: [{
|
|
266
319
|
type: 'ibc',
|
|
267
320
|
counterparty: {
|
|
@@ -272,7 +325,11 @@ var asset_list = {
|
|
|
272
325
|
chain: {
|
|
273
326
|
channel: 'channel-208'
|
|
274
327
|
}
|
|
275
|
-
}]
|
|
328
|
+
}],
|
|
329
|
+
logo_URIs: {
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
331
|
+
},
|
|
332
|
+
coingecko_id: 'wrapped-bitcoin'
|
|
276
333
|
}, {
|
|
277
334
|
description: 'Aave on Axelar',
|
|
278
335
|
denom_units: [{
|
|
@@ -287,10 +344,6 @@ var asset_list = {
|
|
|
287
344
|
name: 'Aave',
|
|
288
345
|
display: 'aave',
|
|
289
346
|
symbol: 'AAVE',
|
|
290
|
-
logo_URIs: {
|
|
291
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
292
|
-
},
|
|
293
|
-
coingecko_id: 'aave',
|
|
294
347
|
traces: [{
|
|
295
348
|
type: 'ibc',
|
|
296
349
|
counterparty: {
|
|
@@ -301,7 +354,11 @@ var asset_list = {
|
|
|
301
354
|
chain: {
|
|
302
355
|
channel: 'channel-208'
|
|
303
356
|
}
|
|
304
|
-
}]
|
|
357
|
+
}],
|
|
358
|
+
logo_URIs: {
|
|
359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
360
|
+
},
|
|
361
|
+
coingecko_id: 'aave'
|
|
305
362
|
}, {
|
|
306
363
|
description: 'ApeCoin on Axelar',
|
|
307
364
|
denom_units: [{
|
|
@@ -316,10 +373,6 @@ var asset_list = {
|
|
|
316
373
|
name: 'ApeCoin',
|
|
317
374
|
display: 'ape',
|
|
318
375
|
symbol: 'APE',
|
|
319
|
-
logo_URIs: {
|
|
320
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
321
|
-
},
|
|
322
|
-
coingecko_id: 'apecoin',
|
|
323
376
|
traces: [{
|
|
324
377
|
type: 'ibc',
|
|
325
378
|
counterparty: {
|
|
@@ -330,11 +383,13 @@ var asset_list = {
|
|
|
330
383
|
chain: {
|
|
331
384
|
channel: 'channel-208'
|
|
332
385
|
}
|
|
333
|
-
}]
|
|
386
|
+
}],
|
|
387
|
+
logo_URIs: {
|
|
388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
389
|
+
},
|
|
390
|
+
coingecko_id: 'apecoin'
|
|
334
391
|
}, {
|
|
335
392
|
description: 'Axie Infinity Shard on Axelar',
|
|
336
|
-
type_asset: 'erc20',
|
|
337
|
-
address: '0xbb0e17ef65f82ab018d8edd776e8dd940327b28b',
|
|
338
393
|
denom_units: [{
|
|
339
394
|
denom: 'ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24',
|
|
340
395
|
exponent: 0,
|
|
@@ -347,10 +402,6 @@ var asset_list = {
|
|
|
347
402
|
name: 'Axie Infinity Shard',
|
|
348
403
|
display: 'axs',
|
|
349
404
|
symbol: 'AXS',
|
|
350
|
-
logo_URIs: {
|
|
351
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
352
|
-
},
|
|
353
|
-
coingecko_id: 'axie-infinity',
|
|
354
405
|
traces: [{
|
|
355
406
|
type: 'ibc',
|
|
356
407
|
counterparty: {
|
|
@@ -361,7 +412,11 @@ var asset_list = {
|
|
|
361
412
|
chain: {
|
|
362
413
|
channel: 'channel-208'
|
|
363
414
|
}
|
|
364
|
-
}]
|
|
415
|
+
}],
|
|
416
|
+
logo_URIs: {
|
|
417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
418
|
+
},
|
|
419
|
+
coingecko_id: 'axie-infinity'
|
|
365
420
|
}, {
|
|
366
421
|
description: 'Chainlink on Axelar',
|
|
367
422
|
denom_units: [{
|
|
@@ -376,11 +431,6 @@ var asset_list = {
|
|
|
376
431
|
name: 'Chainlink',
|
|
377
432
|
display: 'link',
|
|
378
433
|
symbol: 'LINK',
|
|
379
|
-
logo_URIs: {
|
|
380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
381
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
382
|
-
},
|
|
383
|
-
coingecko_id: 'chainlink',
|
|
384
434
|
traces: [{
|
|
385
435
|
type: 'ibc',
|
|
386
436
|
counterparty: {
|
|
@@ -391,7 +441,12 @@ var asset_list = {
|
|
|
391
441
|
chain: {
|
|
392
442
|
channel: 'channel-208'
|
|
393
443
|
}
|
|
394
|
-
}]
|
|
444
|
+
}],
|
|
445
|
+
logo_URIs: {
|
|
446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
448
|
+
},
|
|
449
|
+
coingecko_id: 'chainlink'
|
|
395
450
|
}, {
|
|
396
451
|
description: 'Maker on Axelar',
|
|
397
452
|
denom_units: [{
|
|
@@ -406,10 +461,6 @@ var asset_list = {
|
|
|
406
461
|
name: 'Maker',
|
|
407
462
|
display: 'mkr',
|
|
408
463
|
symbol: 'MKR',
|
|
409
|
-
logo_URIs: {
|
|
410
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
411
|
-
},
|
|
412
|
-
coingecko_id: 'maker',
|
|
413
464
|
traces: [{
|
|
414
465
|
type: 'ibc',
|
|
415
466
|
counterparty: {
|
|
@@ -420,7 +471,11 @@ var asset_list = {
|
|
|
420
471
|
chain: {
|
|
421
472
|
channel: 'channel-208'
|
|
422
473
|
}
|
|
423
|
-
}]
|
|
474
|
+
}],
|
|
475
|
+
logo_URIs: {
|
|
476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
477
|
+
},
|
|
478
|
+
coingecko_id: 'maker'
|
|
424
479
|
}, {
|
|
425
480
|
description: 'Rai Reflex Index on Axelar',
|
|
426
481
|
denom_units: [{
|
|
@@ -435,10 +490,6 @@ var asset_list = {
|
|
|
435
490
|
name: 'Rai Reflex Index',
|
|
436
491
|
display: 'rai',
|
|
437
492
|
symbol: 'RAI',
|
|
438
|
-
logo_URIs: {
|
|
439
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
440
|
-
},
|
|
441
|
-
coingecko_id: 'rai',
|
|
442
493
|
traces: [{
|
|
443
494
|
type: 'ibc',
|
|
444
495
|
counterparty: {
|
|
@@ -449,7 +500,11 @@ var asset_list = {
|
|
|
449
500
|
chain: {
|
|
450
501
|
channel: 'channel-208'
|
|
451
502
|
}
|
|
452
|
-
}]
|
|
503
|
+
}],
|
|
504
|
+
logo_URIs: {
|
|
505
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
506
|
+
},
|
|
507
|
+
coingecko_id: 'rai'
|
|
453
508
|
}, {
|
|
454
509
|
description: 'Shiba Inu on Axelar',
|
|
455
510
|
denom_units: [{
|
|
@@ -464,10 +519,6 @@ var asset_list = {
|
|
|
464
519
|
name: 'Shiba Inu',
|
|
465
520
|
display: 'shib',
|
|
466
521
|
symbol: 'SHIB',
|
|
467
|
-
logo_URIs: {
|
|
468
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
469
|
-
},
|
|
470
|
-
coingecko_id: 'shiba-inu',
|
|
471
522
|
traces: [{
|
|
472
523
|
type: 'ibc',
|
|
473
524
|
counterparty: {
|
|
@@ -478,7 +529,11 @@ var asset_list = {
|
|
|
478
529
|
chain: {
|
|
479
530
|
channel: 'channel-208'
|
|
480
531
|
}
|
|
481
|
-
}]
|
|
532
|
+
}],
|
|
533
|
+
logo_URIs: {
|
|
534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
535
|
+
},
|
|
536
|
+
coingecko_id: 'shiba-inu'
|
|
482
537
|
}, {
|
|
483
538
|
description: 'Lido Staked Ether on Axelar',
|
|
484
539
|
denom_units: [{
|
|
@@ -493,10 +548,6 @@ var asset_list = {
|
|
|
493
548
|
name: 'Lido Staked Ether',
|
|
494
549
|
display: 'steth',
|
|
495
550
|
symbol: 'stETH',
|
|
496
|
-
logo_URIs: {
|
|
497
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
498
|
-
},
|
|
499
|
-
coingecko_id: 'staked-ether',
|
|
500
551
|
traces: [{
|
|
501
552
|
type: 'ibc',
|
|
502
553
|
counterparty: {
|
|
@@ -507,7 +558,11 @@ var asset_list = {
|
|
|
507
558
|
chain: {
|
|
508
559
|
channel: 'channel-208'
|
|
509
560
|
}
|
|
510
|
-
}]
|
|
561
|
+
}],
|
|
562
|
+
logo_URIs: {
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
564
|
+
},
|
|
565
|
+
coingecko_id: 'staked-ether'
|
|
511
566
|
}, {
|
|
512
567
|
description: 'Uniswap on Axelar',
|
|
513
568
|
denom_units: [{
|
|
@@ -522,10 +577,6 @@ var asset_list = {
|
|
|
522
577
|
name: 'Uniswap',
|
|
523
578
|
display: 'uni',
|
|
524
579
|
symbol: 'UNI',
|
|
525
|
-
logo_URIs: {
|
|
526
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
527
|
-
},
|
|
528
|
-
coingecko_id: 'uniswap',
|
|
529
580
|
traces: [{
|
|
530
581
|
type: 'ibc',
|
|
531
582
|
counterparty: {
|
|
@@ -536,7 +587,11 @@ var asset_list = {
|
|
|
536
587
|
chain: {
|
|
537
588
|
channel: 'channel-208'
|
|
538
589
|
}
|
|
539
|
-
}]
|
|
590
|
+
}],
|
|
591
|
+
logo_URIs: {
|
|
592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
593
|
+
},
|
|
594
|
+
coingecko_id: 'uniswap'
|
|
540
595
|
}, {
|
|
541
596
|
description: 'Chain on Axelar',
|
|
542
597
|
denom_units: [{
|
|
@@ -551,10 +606,6 @@ var asset_list = {
|
|
|
551
606
|
name: 'Chain',
|
|
552
607
|
display: 'xcn',
|
|
553
608
|
symbol: 'XCN',
|
|
554
|
-
logo_URIs: {
|
|
555
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
556
|
-
},
|
|
557
|
-
coingecko_id: 'chain-2',
|
|
558
609
|
traces: [{
|
|
559
610
|
type: 'ibc',
|
|
560
611
|
counterparty: {
|
|
@@ -565,7 +616,11 @@ var asset_list = {
|
|
|
565
616
|
chain: {
|
|
566
617
|
channel: 'channel-208'
|
|
567
618
|
}
|
|
568
|
-
}]
|
|
619
|
+
}],
|
|
620
|
+
logo_URIs: {
|
|
621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
622
|
+
},
|
|
623
|
+
coingecko_id: 'chain-2'
|
|
569
624
|
}, {
|
|
570
625
|
description: 'Wrapped Polkadot on Axelar',
|
|
571
626
|
denom_units: [{
|
|
@@ -580,11 +635,6 @@ var asset_list = {
|
|
|
580
635
|
name: 'Wrapped Polkadot',
|
|
581
636
|
display: 'dot',
|
|
582
637
|
symbol: 'DOT',
|
|
583
|
-
logo_URIs: {
|
|
584
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
|
|
585
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
586
|
-
},
|
|
587
|
-
coingecko_id: 'polkadot',
|
|
588
638
|
traces: [{
|
|
589
639
|
type: 'ibc',
|
|
590
640
|
counterparty: {
|
|
@@ -595,7 +645,12 @@ var asset_list = {
|
|
|
595
645
|
chain: {
|
|
596
646
|
channel: 'channel-208'
|
|
597
647
|
}
|
|
598
|
-
}]
|
|
648
|
+
}],
|
|
649
|
+
logo_URIs: {
|
|
650
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
|
|
651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
652
|
+
},
|
|
653
|
+
coingecko_id: 'polkadot'
|
|
599
654
|
}, {
|
|
600
655
|
description: 'Wrapped Moonbeam on Axelar',
|
|
601
656
|
denom_units: [{
|
|
@@ -610,22 +665,52 @@ var asset_list = {
|
|
|
610
665
|
name: 'Wrapped Moonbeam',
|
|
611
666
|
display: 'wglmr',
|
|
612
667
|
symbol: 'WGLMR',
|
|
668
|
+
traces: [{
|
|
669
|
+
type: 'ibc',
|
|
670
|
+
counterparty: {
|
|
671
|
+
channel: 'channel-3',
|
|
672
|
+
denom: 'wglmr-wei',
|
|
673
|
+
chain_name: 'axelar'
|
|
674
|
+
},
|
|
675
|
+
chain: {
|
|
676
|
+
channel: 'channel-208'
|
|
677
|
+
}
|
|
678
|
+
}],
|
|
613
679
|
logo_URIs: {
|
|
614
680
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
615
681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
616
682
|
},
|
|
617
|
-
coingecko_id: 'wrapped-moonbeam'
|
|
683
|
+
coingecko_id: 'wrapped-moonbeam'
|
|
684
|
+
}, {
|
|
685
|
+
description: 'Wrapped Matic on Axelar',
|
|
686
|
+
denom_units: [{
|
|
687
|
+
denom: 'ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB',
|
|
688
|
+
exponent: 0,
|
|
689
|
+
aliases: ['wmatic-wei']
|
|
690
|
+
}, {
|
|
691
|
+
denom: 'wmatic',
|
|
692
|
+
exponent: 18
|
|
693
|
+
}],
|
|
694
|
+
base: 'ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB',
|
|
695
|
+
name: 'Wrapped Matic',
|
|
696
|
+
display: 'wmatic',
|
|
697
|
+
symbol: 'WMATIC',
|
|
618
698
|
traces: [{
|
|
619
699
|
type: 'ibc',
|
|
620
700
|
counterparty: {
|
|
621
701
|
channel: 'channel-3',
|
|
622
|
-
denom: '
|
|
702
|
+
denom: 'wmatic-wei',
|
|
623
703
|
chain_name: 'axelar'
|
|
624
704
|
},
|
|
625
705
|
chain: {
|
|
626
706
|
channel: 'channel-208'
|
|
627
707
|
}
|
|
628
|
-
}]
|
|
708
|
+
}],
|
|
709
|
+
logo_URIs: {
|
|
710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
|
|
711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
|
|
712
|
+
},
|
|
713
|
+
coingecko_id: 'matic-network'
|
|
629
714
|
}, {
|
|
630
715
|
description: 'The native token of BandChain',
|
|
631
716
|
denom_units: [{
|
|
@@ -1763,16 +1848,16 @@ var asset_list = {
|
|
|
1763
1848
|
}, {
|
|
1764
1849
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1765
1850
|
denom_units: [{
|
|
1766
|
-
denom: 'ibc/
|
|
1851
|
+
denom: 'ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273',
|
|
1767
1852
|
exponent: 0,
|
|
1768
|
-
aliases: ['
|
|
1853
|
+
aliases: ['inj']
|
|
1769
1854
|
}, {
|
|
1770
|
-
denom: '
|
|
1771
|
-
exponent:
|
|
1855
|
+
denom: 'INJ',
|
|
1856
|
+
exponent: 18
|
|
1772
1857
|
}],
|
|
1773
|
-
base: 'ibc/
|
|
1858
|
+
base: 'ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273',
|
|
1774
1859
|
name: 'Injective',
|
|
1775
|
-
display: '
|
|
1860
|
+
display: 'INJ',
|
|
1776
1861
|
symbol: 'INJ',
|
|
1777
1862
|
logo_URIs: {
|
|
1778
1863
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
@@ -1783,7 +1868,7 @@ var asset_list = {
|
|
|
1783
1868
|
type: 'ibc',
|
|
1784
1869
|
counterparty: {
|
|
1785
1870
|
channel: 'channel-8',
|
|
1786
|
-
denom: '
|
|
1871
|
+
denom: 'inj',
|
|
1787
1872
|
chain_name: 'injective'
|
|
1788
1873
|
},
|
|
1789
1874
|
chain: {
|
|
@@ -2337,16 +2422,6 @@ var asset_list = {
|
|
|
2337
2422
|
name: 'pSTAKE Finance',
|
|
2338
2423
|
display: 'pstake',
|
|
2339
2424
|
symbol: 'PSTAKE',
|
|
2340
|
-
ibc: {
|
|
2341
|
-
source_channel: 'channel-24',
|
|
2342
|
-
dst_channel: 'channel-38',
|
|
2343
|
-
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
2344
|
-
},
|
|
2345
|
-
logo_URIs: {
|
|
2346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2347
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2348
|
-
},
|
|
2349
|
-
coingecko_id: 'pstake-finance',
|
|
2350
2425
|
traces: [{
|
|
2351
2426
|
type: 'ibc',
|
|
2352
2427
|
counterparty: {
|
|
@@ -2357,7 +2432,17 @@ var asset_list = {
|
|
|
2357
2432
|
chain: {
|
|
2358
2433
|
channel: 'channel-4'
|
|
2359
2434
|
}
|
|
2360
|
-
}]
|
|
2435
|
+
}],
|
|
2436
|
+
ibc: {
|
|
2437
|
+
source_channel: 'channel-24',
|
|
2438
|
+
dst_channel: 'channel-38',
|
|
2439
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
2440
|
+
},
|
|
2441
|
+
logo_URIs: {
|
|
2442
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2443
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2444
|
+
},
|
|
2445
|
+
coingecko_id: 'pstake-finance'
|
|
2361
2446
|
}, {
|
|
2362
2447
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
2363
2448
|
denom_units: [{
|
|
@@ -2656,6 +2741,124 @@ var asset_list = {
|
|
|
2656
2741
|
channel: 'channel-15'
|
|
2657
2742
|
}
|
|
2658
2743
|
}]
|
|
2744
|
+
}, {
|
|
2745
|
+
description: 'The native token of Stride',
|
|
2746
|
+
denom_units: [{
|
|
2747
|
+
denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
|
|
2748
|
+
exponent: 0,
|
|
2749
|
+
aliases: ['ustrd']
|
|
2750
|
+
}, {
|
|
2751
|
+
denom: 'strd',
|
|
2752
|
+
exponent: 6,
|
|
2753
|
+
aliases: []
|
|
2754
|
+
}],
|
|
2755
|
+
base: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
|
|
2756
|
+
name: 'Stride',
|
|
2757
|
+
display: 'strd',
|
|
2758
|
+
symbol: 'STRD',
|
|
2759
|
+
logo_URIs: {
|
|
2760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
2761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
2762
|
+
},
|
|
2763
|
+
coingecko_id: 'stride',
|
|
2764
|
+
traces: [{
|
|
2765
|
+
type: 'ibc',
|
|
2766
|
+
counterparty: {
|
|
2767
|
+
channel: 'channel-5',
|
|
2768
|
+
denom: 'ustrd',
|
|
2769
|
+
chain_name: 'stride'
|
|
2770
|
+
},
|
|
2771
|
+
chain: {
|
|
2772
|
+
channel: 'channel-326'
|
|
2773
|
+
}
|
|
2774
|
+
}]
|
|
2775
|
+
}, {
|
|
2776
|
+
denom_units: [{
|
|
2777
|
+
denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
|
|
2778
|
+
exponent: 0,
|
|
2779
|
+
aliases: ['stuatom']
|
|
2780
|
+
}, {
|
|
2781
|
+
denom: 'statom',
|
|
2782
|
+
exponent: 6
|
|
2783
|
+
}],
|
|
2784
|
+
base: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
|
|
2785
|
+
name: 'stATOM',
|
|
2786
|
+
display: 'statom',
|
|
2787
|
+
symbol: 'stATOM',
|
|
2788
|
+
logo_URIs: {
|
|
2789
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
2790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
2791
|
+
},
|
|
2792
|
+
coingecko_id: 'stride-staked-atom',
|
|
2793
|
+
traces: [{
|
|
2794
|
+
type: 'ibc',
|
|
2795
|
+
counterparty: {
|
|
2796
|
+
channel: 'channel-5',
|
|
2797
|
+
denom: 'stuatom',
|
|
2798
|
+
chain_name: 'stride'
|
|
2799
|
+
},
|
|
2800
|
+
chain: {
|
|
2801
|
+
channel: 'channel-326'
|
|
2802
|
+
}
|
|
2803
|
+
}]
|
|
2804
|
+
}, {
|
|
2805
|
+
denom_units: [{
|
|
2806
|
+
denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
|
|
2807
|
+
exponent: 0,
|
|
2808
|
+
aliases: ['stuosmo']
|
|
2809
|
+
}, {
|
|
2810
|
+
denom: 'stosmo',
|
|
2811
|
+
exponent: 6
|
|
2812
|
+
}],
|
|
2813
|
+
base: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
|
|
2814
|
+
name: 'stOSMO',
|
|
2815
|
+
display: 'stosmo',
|
|
2816
|
+
symbol: 'stOSMO',
|
|
2817
|
+
logo_URIs: {
|
|
2818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
2819
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
2820
|
+
},
|
|
2821
|
+
coingecko_id: '',
|
|
2822
|
+
traces: [{
|
|
2823
|
+
type: 'ibc',
|
|
2824
|
+
counterparty: {
|
|
2825
|
+
channel: 'channel-5',
|
|
2826
|
+
denom: 'stuosmo',
|
|
2827
|
+
chain_name: 'stride'
|
|
2828
|
+
},
|
|
2829
|
+
chain: {
|
|
2830
|
+
channel: 'channel-326'
|
|
2831
|
+
}
|
|
2832
|
+
}]
|
|
2833
|
+
}, {
|
|
2834
|
+
denom_units: [{
|
|
2835
|
+
denom: 'ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE',
|
|
2836
|
+
exponent: 0,
|
|
2837
|
+
aliases: ['stujuno']
|
|
2838
|
+
}, {
|
|
2839
|
+
denom: 'stjuno',
|
|
2840
|
+
exponent: 6
|
|
2841
|
+
}],
|
|
2842
|
+
base: 'ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE',
|
|
2843
|
+
name: 'stJUNO',
|
|
2844
|
+
display: 'stjuno',
|
|
2845
|
+
symbol: 'stJUNO',
|
|
2846
|
+
logo_URIs: {
|
|
2847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
|
|
2848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
|
|
2849
|
+
},
|
|
2850
|
+
coingecko_id: '',
|
|
2851
|
+
traces: [{
|
|
2852
|
+
type: 'ibc',
|
|
2853
|
+
counterparty: {
|
|
2854
|
+
channel: 'channel-5',
|
|
2855
|
+
denom: 'stujuno',
|
|
2856
|
+
chain_name: 'stride'
|
|
2857
|
+
},
|
|
2858
|
+
chain: {
|
|
2859
|
+
channel: 'channel-326'
|
|
2860
|
+
}
|
|
2861
|
+
}]
|
|
2659
2862
|
}, {
|
|
2660
2863
|
description: 'The native staking token of Terra Classic.',
|
|
2661
2864
|
denom_units: [{
|
|
@@ -3554,7 +3757,7 @@ var asset_list = {
|
|
|
3554
3757
|
},
|
|
3555
3758
|
coingecko_id: 'neta',
|
|
3556
3759
|
traces: [{
|
|
3557
|
-
type: 'ibc',
|
|
3760
|
+
type: 'ibc-cw20',
|
|
3558
3761
|
counterparty: {
|
|
3559
3762
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3560
3763
|
channel: 'channel-47',
|
|
@@ -3588,7 +3791,7 @@ var asset_list = {
|
|
|
3588
3791
|
},
|
|
3589
3792
|
coingecko_id: 'marble',
|
|
3590
3793
|
traces: [{
|
|
3591
|
-
type: 'ibc',
|
|
3794
|
+
type: 'ibc-cw20',
|
|
3592
3795
|
counterparty: {
|
|
3593
3796
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3594
3797
|
channel: 'channel-47',
|
|
@@ -3622,7 +3825,7 @@ var asset_list = {
|
|
|
3622
3825
|
},
|
|
3623
3826
|
coingecko_id: 'hope-galaxy',
|
|
3624
3827
|
traces: [{
|
|
3625
|
-
type: 'ibc',
|
|
3828
|
+
type: 'ibc-cw20',
|
|
3626
3829
|
counterparty: {
|
|
3627
3830
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3628
3831
|
channel: 'channel-47',
|
|
@@ -3656,7 +3859,7 @@ var asset_list = {
|
|
|
3656
3859
|
},
|
|
3657
3860
|
coingecko_id: 'racoon',
|
|
3658
3861
|
traces: [{
|
|
3659
|
-
type: 'ibc',
|
|
3862
|
+
type: 'ibc-cw20',
|
|
3660
3863
|
counterparty: {
|
|
3661
3864
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3662
3865
|
channel: 'channel-47',
|
|
@@ -3689,7 +3892,7 @@ var asset_list = {
|
|
|
3689
3892
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3690
3893
|
},
|
|
3691
3894
|
traces: [{
|
|
3692
|
-
type: 'ibc',
|
|
3895
|
+
type: 'ibc-cw20',
|
|
3693
3896
|
counterparty: {
|
|
3694
3897
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3695
3898
|
channel: 'channel-47',
|
|
@@ -3719,7 +3922,7 @@ var asset_list = {
|
|
|
3719
3922
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3720
3923
|
},
|
|
3721
3924
|
traces: [{
|
|
3722
|
-
type: 'ibc',
|
|
3925
|
+
type: 'ibc-cw20',
|
|
3723
3926
|
counterparty: {
|
|
3724
3927
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3725
3928
|
channel: 'channel-47',
|
|
@@ -3752,7 +3955,7 @@ var asset_list = {
|
|
|
3752
3955
|
},
|
|
3753
3956
|
coingecko_id: 'junoswap-raw-dao',
|
|
3754
3957
|
traces: [{
|
|
3755
|
-
type: 'ibc',
|
|
3958
|
+
type: 'ibc-cw20',
|
|
3756
3959
|
counterparty: {
|
|
3757
3960
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3758
3961
|
channel: 'channel-47',
|
|
@@ -3784,7 +3987,7 @@ var asset_list = {
|
|
|
3784
3987
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3785
3988
|
},
|
|
3786
3989
|
traces: [{
|
|
3787
|
-
type: 'ibc',
|
|
3990
|
+
type: 'ibc-cw20',
|
|
3788
3991
|
counterparty: {
|
|
3789
3992
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3790
3993
|
channel: 'channel-47',
|
|
@@ -3816,7 +4019,7 @@ var asset_list = {
|
|
|
3816
4019
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3817
4020
|
},
|
|
3818
4021
|
traces: [{
|
|
3819
|
-
type: 'ibc',
|
|
4022
|
+
type: 'ibc-cw20',
|
|
3820
4023
|
counterparty: {
|
|
3821
4024
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3822
4025
|
channel: 'channel-47',
|
|
@@ -3848,7 +4051,7 @@ var asset_list = {
|
|
|
3848
4051
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3849
4052
|
},
|
|
3850
4053
|
traces: [{
|
|
3851
|
-
type: 'ibc',
|
|
4054
|
+
type: 'ibc-cw20',
|
|
3852
4055
|
counterparty: {
|
|
3853
4056
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3854
4057
|
channel: 'channel-47',
|
|
@@ -3881,7 +4084,7 @@ var asset_list = {
|
|
|
3881
4084
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3882
4085
|
},
|
|
3883
4086
|
traces: [{
|
|
3884
|
-
type: 'ibc',
|
|
4087
|
+
type: 'ibc-cw20',
|
|
3885
4088
|
counterparty: {
|
|
3886
4089
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3887
4090
|
channel: 'channel-47',
|
|
@@ -3914,7 +4117,7 @@ var asset_list = {
|
|
|
3914
4117
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3915
4118
|
},
|
|
3916
4119
|
traces: [{
|
|
3917
|
-
type: 'ibc',
|
|
4120
|
+
type: 'ibc-cw20',
|
|
3918
4121
|
counterparty: {
|
|
3919
4122
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3920
4123
|
channel: 'channel-47',
|
|
@@ -3947,7 +4150,7 @@ var asset_list = {
|
|
|
3947
4150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3948
4151
|
},
|
|
3949
4152
|
traces: [{
|
|
3950
|
-
type: 'ibc',
|
|
4153
|
+
type: 'ibc-cw20',
|
|
3951
4154
|
counterparty: {
|
|
3952
4155
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3953
4156
|
channel: 'channel-47',
|
|
@@ -3980,7 +4183,7 @@ var asset_list = {
|
|
|
3980
4183
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
3981
4184
|
},
|
|
3982
4185
|
traces: [{
|
|
3983
|
-
type: 'ibc',
|
|
4186
|
+
type: 'ibc-cw20',
|
|
3984
4187
|
counterparty: {
|
|
3985
4188
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3986
4189
|
channel: 'channel-47',
|
|
@@ -3992,6 +4195,138 @@ var asset_list = {
|
|
|
3992
4195
|
channel: 'channel-169'
|
|
3993
4196
|
}
|
|
3994
4197
|
}]
|
|
4198
|
+
}, {
|
|
4199
|
+
description: 'Staking derivative seJUNO for staked JUNO',
|
|
4200
|
+
type_asset: 'cw20',
|
|
4201
|
+
address: 'juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
4202
|
+
denom_units: [{
|
|
4203
|
+
denom: 'ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B',
|
|
4204
|
+
exponent: 0,
|
|
4205
|
+
aliases: ['cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv']
|
|
4206
|
+
}, {
|
|
4207
|
+
denom: 'sejuno',
|
|
4208
|
+
exponent: 6
|
|
4209
|
+
}],
|
|
4210
|
+
base: 'ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B',
|
|
4211
|
+
name: 'StakeEasy seJUNO',
|
|
4212
|
+
display: 'sejuno',
|
|
4213
|
+
symbol: 'SEJUNO',
|
|
4214
|
+
logo_URIs: {
|
|
4215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
|
4216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
4217
|
+
},
|
|
4218
|
+
traces: [{
|
|
4219
|
+
type: 'ibc-cw20',
|
|
4220
|
+
counterparty: {
|
|
4221
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
4222
|
+
channel: 'channel-47',
|
|
4223
|
+
denom: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
4224
|
+
chain_name: 'juno'
|
|
4225
|
+
},
|
|
4226
|
+
chain: {
|
|
4227
|
+
port: 'transfer',
|
|
4228
|
+
channel: 'channel-169'
|
|
4229
|
+
}
|
|
4230
|
+
}]
|
|
4231
|
+
}, {
|
|
4232
|
+
description: 'Staking derivative bJUNO for staked JUNO',
|
|
4233
|
+
type_asset: 'cw20',
|
|
4234
|
+
address: 'juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
4235
|
+
denom_units: [{
|
|
4236
|
+
denom: 'ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3',
|
|
4237
|
+
exponent: 0,
|
|
4238
|
+
aliases: ['cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3']
|
|
4239
|
+
}, {
|
|
4240
|
+
denom: 'bjuno',
|
|
4241
|
+
exponent: 6
|
|
4242
|
+
}],
|
|
4243
|
+
base: 'ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3',
|
|
4244
|
+
name: 'StakeEasy bJUNO',
|
|
4245
|
+
display: 'bjuno',
|
|
4246
|
+
symbol: 'BJUNO',
|
|
4247
|
+
logo_URIs: {
|
|
4248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
|
4249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
4250
|
+
},
|
|
4251
|
+
traces: [{
|
|
4252
|
+
type: 'ibc-cw20',
|
|
4253
|
+
counterparty: {
|
|
4254
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
4255
|
+
channel: 'channel-47',
|
|
4256
|
+
denom: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
4257
|
+
chain_name: 'juno'
|
|
4258
|
+
},
|
|
4259
|
+
chain: {
|
|
4260
|
+
port: 'transfer',
|
|
4261
|
+
channel: 'channel-169'
|
|
4262
|
+
}
|
|
4263
|
+
}]
|
|
4264
|
+
}, {
|
|
4265
|
+
description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
|
|
4266
|
+
type_asset: 'cw20',
|
|
4267
|
+
address: 'juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
|
4268
|
+
denom_units: [{
|
|
4269
|
+
denom: 'ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C',
|
|
4270
|
+
exponent: 0,
|
|
4271
|
+
aliases: ['cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse']
|
|
4272
|
+
}, {
|
|
4273
|
+
denom: 'solar',
|
|
4274
|
+
exponent: 6
|
|
4275
|
+
}],
|
|
4276
|
+
base: 'ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C',
|
|
4277
|
+
name: 'Solarbank DAO',
|
|
4278
|
+
display: 'solar',
|
|
4279
|
+
symbol: 'SOLAR',
|
|
4280
|
+
logo_URIs: {
|
|
4281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
4282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
4283
|
+
},
|
|
4284
|
+
traces: [{
|
|
4285
|
+
type: 'ibc-cw20',
|
|
4286
|
+
counterparty: {
|
|
4287
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
4288
|
+
channel: 'channel-47',
|
|
4289
|
+
denom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
|
4290
|
+
chain_name: 'juno'
|
|
4291
|
+
},
|
|
4292
|
+
chain: {
|
|
4293
|
+
port: 'transfer',
|
|
4294
|
+
channel: 'channel-169'
|
|
4295
|
+
}
|
|
4296
|
+
}]
|
|
4297
|
+
}, {
|
|
4298
|
+
description: 'StakeEasy governance token',
|
|
4299
|
+
type_asset: 'cw20',
|
|
4300
|
+
address: 'juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
|
4301
|
+
denom_units: [{
|
|
4302
|
+
denom: 'ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6',
|
|
4303
|
+
exponent: 0,
|
|
4304
|
+
aliases: ['cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf']
|
|
4305
|
+
}, {
|
|
4306
|
+
denom: 'seasy',
|
|
4307
|
+
exponent: 6
|
|
4308
|
+
}],
|
|
4309
|
+
base: 'ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6',
|
|
4310
|
+
name: 'StakeEasy SEASY',
|
|
4311
|
+
display: 'seasy',
|
|
4312
|
+
symbol: 'SEASY',
|
|
4313
|
+
logo_URIs: {
|
|
4314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
4315
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
4316
|
+
},
|
|
4317
|
+
traces: [{
|
|
4318
|
+
type: 'ibc-cw20',
|
|
4319
|
+
counterparty: {
|
|
4320
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
4321
|
+
channel: 'channel-47',
|
|
4322
|
+
denom: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
|
4323
|
+
chain_name: 'juno'
|
|
4324
|
+
},
|
|
4325
|
+
chain: {
|
|
4326
|
+
port: 'transfer',
|
|
4327
|
+
channel: 'channel-169'
|
|
4328
|
+
}
|
|
4329
|
+
}]
|
|
3995
4330
|
}, {
|
|
3996
4331
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
3997
4332
|
type_asset: 'cw20',
|
|
@@ -4013,7 +4348,7 @@ var asset_list = {
|
|
|
4013
4348
|
},
|
|
4014
4349
|
coingecko_id: 'lvn',
|
|
4015
4350
|
traces: [{
|
|
4016
|
-
type: 'ibc',
|
|
4351
|
+
type: 'ibc-cw20',
|
|
4017
4352
|
counterparty: {
|
|
4018
4353
|
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|
|
4019
4354
|
channel: 'channel-18',
|