@chain-registry/juno 0.10.0 → 0.12.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.
- package/CHANGELOG.md +24 -0
- package/main/asset_list.js +135 -107
- package/main/assets.js +76 -0
- package/main/chain.js +18 -3
- package/package.json +26 -30
- package/types/index.d.ts +5 -5
- package/module/asset_list.js +0 -2251
- package/module/assets.js +0 -309
- package/module/chain.js +0 -150
- package/module/index.js +0 -13
- package/module/testnet.js +0 -69
- package/module/testnet_assets.js +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.12.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.12.0...@chain-registry/juno@0.12.1) (2022-09-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.11.0...@chain-registry/juno@0.12.0) (2022-09-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.10.0...@chain-registry/juno@0.11.0) (2022-09-16)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.3...@chain-registry/juno@0.10.0) (2022-09-14)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -109,11 +109,6 @@ var asset_list = {
|
|
|
109
109
|
name: 'USD Coin',
|
|
110
110
|
display: 'usdc',
|
|
111
111
|
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
112
|
traces: [{
|
|
118
113
|
type: 'ibc',
|
|
119
114
|
counterparty: {
|
|
@@ -124,7 +119,12 @@ var asset_list = {
|
|
|
124
119
|
chain: {
|
|
125
120
|
channel: 'channel-71'
|
|
126
121
|
}
|
|
127
|
-
}]
|
|
122
|
+
}],
|
|
123
|
+
logo_URIs: {
|
|
124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
126
|
+
},
|
|
127
|
+
coingecko_id: 'usd-coin'
|
|
128
128
|
}, {
|
|
129
129
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
130
130
|
denom_units: [{
|
|
@@ -139,11 +139,6 @@ var asset_list = {
|
|
|
139
139
|
name: 'Frax',
|
|
140
140
|
display: 'frax',
|
|
141
141
|
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
142
|
traces: [{
|
|
148
143
|
type: 'ibc',
|
|
149
144
|
counterparty: {
|
|
@@ -154,7 +149,12 @@ var asset_list = {
|
|
|
154
149
|
chain: {
|
|
155
150
|
channel: 'channel-71'
|
|
156
151
|
}
|
|
157
|
-
}]
|
|
152
|
+
}],
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg',
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
156
|
+
},
|
|
157
|
+
coingecko_id: 'frax'
|
|
158
158
|
}, {
|
|
159
159
|
description: 'Dai stablecoin on Axelar',
|
|
160
160
|
denom_units: [{
|
|
@@ -169,11 +169,6 @@ var asset_list = {
|
|
|
169
169
|
name: 'Dai Stablecoin',
|
|
170
170
|
display: 'dai',
|
|
171
171
|
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
172
|
traces: [{
|
|
178
173
|
type: 'ibc',
|
|
179
174
|
counterparty: {
|
|
@@ -184,7 +179,12 @@ var asset_list = {
|
|
|
184
179
|
chain: {
|
|
185
180
|
channel: 'channel-71'
|
|
186
181
|
}
|
|
187
|
-
}]
|
|
182
|
+
}],
|
|
183
|
+
logo_URIs: {
|
|
184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg',
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
186
|
+
},
|
|
187
|
+
coingecko_id: 'dai'
|
|
188
188
|
}, {
|
|
189
189
|
description: "Tether's USD stablecoin on Axelar",
|
|
190
190
|
denom_units: [{
|
|
@@ -199,11 +199,6 @@ var asset_list = {
|
|
|
199
199
|
name: 'Tether USD',
|
|
200
200
|
display: 'usdt',
|
|
201
201
|
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
202
|
traces: [{
|
|
208
203
|
type: 'ibc',
|
|
209
204
|
counterparty: {
|
|
@@ -214,7 +209,12 @@ var asset_list = {
|
|
|
214
209
|
chain: {
|
|
215
210
|
channel: 'channel-71'
|
|
216
211
|
}
|
|
217
|
-
}]
|
|
212
|
+
}],
|
|
213
|
+
logo_URIs: {
|
|
214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg',
|
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
216
|
+
},
|
|
217
|
+
coingecko_id: 'tether'
|
|
218
218
|
}, {
|
|
219
219
|
description: 'Wrapped Ether on Axelar',
|
|
220
220
|
denom_units: [{
|
|
@@ -229,10 +229,6 @@ var asset_list = {
|
|
|
229
229
|
name: 'Wrapped Ether',
|
|
230
230
|
display: 'weth',
|
|
231
231
|
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
232
|
traces: [{
|
|
237
233
|
type: 'ibc',
|
|
238
234
|
counterparty: {
|
|
@@ -243,7 +239,11 @@ var asset_list = {
|
|
|
243
239
|
chain: {
|
|
244
240
|
channel: 'channel-71'
|
|
245
241
|
}
|
|
246
|
-
}]
|
|
242
|
+
}],
|
|
243
|
+
logo_URIs: {
|
|
244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
245
|
+
},
|
|
246
|
+
coingecko_id: 'weth'
|
|
247
247
|
}, {
|
|
248
248
|
description: 'Wrapped Bitcoin on Axelar',
|
|
249
249
|
denom_units: [{
|
|
@@ -258,10 +258,6 @@ var asset_list = {
|
|
|
258
258
|
name: 'Wrapped Bitcoin',
|
|
259
259
|
display: 'wbtc',
|
|
260
260
|
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
261
|
traces: [{
|
|
266
262
|
type: 'ibc',
|
|
267
263
|
counterparty: {
|
|
@@ -272,7 +268,11 @@ var asset_list = {
|
|
|
272
268
|
chain: {
|
|
273
269
|
channel: 'channel-71'
|
|
274
270
|
}
|
|
275
|
-
}]
|
|
271
|
+
}],
|
|
272
|
+
logo_URIs: {
|
|
273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
274
|
+
},
|
|
275
|
+
coingecko_id: 'wrapped-bitcoin'
|
|
276
276
|
}, {
|
|
277
277
|
description: 'Aave on Axelar',
|
|
278
278
|
denom_units: [{
|
|
@@ -287,10 +287,6 @@ var asset_list = {
|
|
|
287
287
|
name: 'Aave',
|
|
288
288
|
display: 'aave',
|
|
289
289
|
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
290
|
traces: [{
|
|
295
291
|
type: 'ibc',
|
|
296
292
|
counterparty: {
|
|
@@ -301,7 +297,11 @@ var asset_list = {
|
|
|
301
297
|
chain: {
|
|
302
298
|
channel: 'channel-71'
|
|
303
299
|
}
|
|
304
|
-
}]
|
|
300
|
+
}],
|
|
301
|
+
logo_URIs: {
|
|
302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
303
|
+
},
|
|
304
|
+
coingecko_id: 'aave'
|
|
305
305
|
}, {
|
|
306
306
|
description: 'ApeCoin on Axelar',
|
|
307
307
|
denom_units: [{
|
|
@@ -316,10 +316,6 @@ var asset_list = {
|
|
|
316
316
|
name: 'ApeCoin',
|
|
317
317
|
display: 'ape',
|
|
318
318
|
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
319
|
traces: [{
|
|
324
320
|
type: 'ibc',
|
|
325
321
|
counterparty: {
|
|
@@ -330,11 +326,13 @@ var asset_list = {
|
|
|
330
326
|
chain: {
|
|
331
327
|
channel: 'channel-71'
|
|
332
328
|
}
|
|
333
|
-
}]
|
|
329
|
+
}],
|
|
330
|
+
logo_URIs: {
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
332
|
+
},
|
|
333
|
+
coingecko_id: 'apecoin'
|
|
334
334
|
}, {
|
|
335
335
|
description: 'Axie Infinity Shard on Axelar',
|
|
336
|
-
type_asset: 'erc20',
|
|
337
|
-
address: '0xbb0e17ef65f82ab018d8edd776e8dd940327b28b',
|
|
338
336
|
denom_units: [{
|
|
339
337
|
denom: 'ibc/424DD4BE67F6ADD52BA9A810B0B4157694A962B96BC676E4A22EB1E50679677F',
|
|
340
338
|
exponent: 0,
|
|
@@ -347,10 +345,6 @@ var asset_list = {
|
|
|
347
345
|
name: 'Axie Infinity Shard',
|
|
348
346
|
display: 'axs',
|
|
349
347
|
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
348
|
traces: [{
|
|
355
349
|
type: 'ibc',
|
|
356
350
|
counterparty: {
|
|
@@ -361,7 +355,11 @@ var asset_list = {
|
|
|
361
355
|
chain: {
|
|
362
356
|
channel: 'channel-71'
|
|
363
357
|
}
|
|
364
|
-
}]
|
|
358
|
+
}],
|
|
359
|
+
logo_URIs: {
|
|
360
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
361
|
+
},
|
|
362
|
+
coingecko_id: 'axie-infinity'
|
|
365
363
|
}, {
|
|
366
364
|
description: 'Chainlink on Axelar',
|
|
367
365
|
denom_units: [{
|
|
@@ -376,11 +374,6 @@ var asset_list = {
|
|
|
376
374
|
name: 'Chainlink',
|
|
377
375
|
display: 'link',
|
|
378
376
|
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
377
|
traces: [{
|
|
385
378
|
type: 'ibc',
|
|
386
379
|
counterparty: {
|
|
@@ -391,7 +384,12 @@ var asset_list = {
|
|
|
391
384
|
chain: {
|
|
392
385
|
channel: 'channel-71'
|
|
393
386
|
}
|
|
394
|
-
}]
|
|
387
|
+
}],
|
|
388
|
+
logo_URIs: {
|
|
389
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
390
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
391
|
+
},
|
|
392
|
+
coingecko_id: 'chainlink'
|
|
395
393
|
}, {
|
|
396
394
|
description: 'Maker on Axelar',
|
|
397
395
|
denom_units: [{
|
|
@@ -406,10 +404,6 @@ var asset_list = {
|
|
|
406
404
|
name: 'Maker',
|
|
407
405
|
display: 'mkr',
|
|
408
406
|
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
407
|
traces: [{
|
|
414
408
|
type: 'ibc',
|
|
415
409
|
counterparty: {
|
|
@@ -420,7 +414,11 @@ var asset_list = {
|
|
|
420
414
|
chain: {
|
|
421
415
|
channel: 'channel-71'
|
|
422
416
|
}
|
|
423
|
-
}]
|
|
417
|
+
}],
|
|
418
|
+
logo_URIs: {
|
|
419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
420
|
+
},
|
|
421
|
+
coingecko_id: 'maker'
|
|
424
422
|
}, {
|
|
425
423
|
description: 'Rai Reflex Index on Axelar',
|
|
426
424
|
denom_units: [{
|
|
@@ -435,10 +433,6 @@ var asset_list = {
|
|
|
435
433
|
name: 'Rai Reflex Index',
|
|
436
434
|
display: 'rai',
|
|
437
435
|
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
436
|
traces: [{
|
|
443
437
|
type: 'ibc',
|
|
444
438
|
counterparty: {
|
|
@@ -449,7 +443,11 @@ var asset_list = {
|
|
|
449
443
|
chain: {
|
|
450
444
|
channel: 'channel-71'
|
|
451
445
|
}
|
|
452
|
-
}]
|
|
446
|
+
}],
|
|
447
|
+
logo_URIs: {
|
|
448
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
449
|
+
},
|
|
450
|
+
coingecko_id: 'rai'
|
|
453
451
|
}, {
|
|
454
452
|
description: 'Shiba Inu on Axelar',
|
|
455
453
|
denom_units: [{
|
|
@@ -464,10 +462,6 @@ var asset_list = {
|
|
|
464
462
|
name: 'Shiba Inu',
|
|
465
463
|
display: 'shib',
|
|
466
464
|
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
465
|
traces: [{
|
|
472
466
|
type: 'ibc',
|
|
473
467
|
counterparty: {
|
|
@@ -478,7 +472,11 @@ var asset_list = {
|
|
|
478
472
|
chain: {
|
|
479
473
|
channel: 'channel-71'
|
|
480
474
|
}
|
|
481
|
-
}]
|
|
475
|
+
}],
|
|
476
|
+
logo_URIs: {
|
|
477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
478
|
+
},
|
|
479
|
+
coingecko_id: 'shiba-inu'
|
|
482
480
|
}, {
|
|
483
481
|
description: 'Lido Staked Ether on Axelar',
|
|
484
482
|
denom_units: [{
|
|
@@ -493,10 +491,6 @@ var asset_list = {
|
|
|
493
491
|
name: 'Lido Staked Ether',
|
|
494
492
|
display: 'steth',
|
|
495
493
|
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
494
|
traces: [{
|
|
501
495
|
type: 'ibc',
|
|
502
496
|
counterparty: {
|
|
@@ -507,7 +501,11 @@ var asset_list = {
|
|
|
507
501
|
chain: {
|
|
508
502
|
channel: 'channel-71'
|
|
509
503
|
}
|
|
510
|
-
}]
|
|
504
|
+
}],
|
|
505
|
+
logo_URIs: {
|
|
506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
507
|
+
},
|
|
508
|
+
coingecko_id: 'staked-ether'
|
|
511
509
|
}, {
|
|
512
510
|
description: 'Uniswap on Axelar',
|
|
513
511
|
denom_units: [{
|
|
@@ -522,10 +520,6 @@ var asset_list = {
|
|
|
522
520
|
name: 'Uniswap',
|
|
523
521
|
display: 'uni',
|
|
524
522
|
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
523
|
traces: [{
|
|
530
524
|
type: 'ibc',
|
|
531
525
|
counterparty: {
|
|
@@ -536,7 +530,11 @@ var asset_list = {
|
|
|
536
530
|
chain: {
|
|
537
531
|
channel: 'channel-71'
|
|
538
532
|
}
|
|
539
|
-
}]
|
|
533
|
+
}],
|
|
534
|
+
logo_URIs: {
|
|
535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
536
|
+
},
|
|
537
|
+
coingecko_id: 'uniswap'
|
|
540
538
|
}, {
|
|
541
539
|
description: 'Chain on Axelar',
|
|
542
540
|
denom_units: [{
|
|
@@ -551,10 +549,6 @@ var asset_list = {
|
|
|
551
549
|
name: 'Chain',
|
|
552
550
|
display: 'xcn',
|
|
553
551
|
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
552
|
traces: [{
|
|
559
553
|
type: 'ibc',
|
|
560
554
|
counterparty: {
|
|
@@ -565,7 +559,11 @@ var asset_list = {
|
|
|
565
559
|
chain: {
|
|
566
560
|
channel: 'channel-71'
|
|
567
561
|
}
|
|
568
|
-
}]
|
|
562
|
+
}],
|
|
563
|
+
logo_URIs: {
|
|
564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
565
|
+
},
|
|
566
|
+
coingecko_id: 'chain-2'
|
|
569
567
|
}, {
|
|
570
568
|
description: 'Wrapped Polkadot on Axelar',
|
|
571
569
|
denom_units: [{
|
|
@@ -580,11 +578,6 @@ var asset_list = {
|
|
|
580
578
|
name: 'Wrapped Polkadot',
|
|
581
579
|
display: 'dot',
|
|
582
580
|
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
581
|
traces: [{
|
|
589
582
|
type: 'ibc',
|
|
590
583
|
counterparty: {
|
|
@@ -595,7 +588,12 @@ var asset_list = {
|
|
|
595
588
|
chain: {
|
|
596
589
|
channel: 'channel-71'
|
|
597
590
|
}
|
|
598
|
-
}]
|
|
591
|
+
}],
|
|
592
|
+
logo_URIs: {
|
|
593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
|
|
594
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
595
|
+
},
|
|
596
|
+
coingecko_id: 'polkadot'
|
|
599
597
|
}, {
|
|
600
598
|
description: 'Wrapped Moonbeam on Axelar',
|
|
601
599
|
denom_units: [{
|
|
@@ -610,22 +608,52 @@ var asset_list = {
|
|
|
610
608
|
name: 'Wrapped Moonbeam',
|
|
611
609
|
display: 'wglmr',
|
|
612
610
|
symbol: 'WGLMR',
|
|
611
|
+
traces: [{
|
|
612
|
+
type: 'ibc',
|
|
613
|
+
counterparty: {
|
|
614
|
+
channel: 'channel-4',
|
|
615
|
+
denom: 'wglmr-wei',
|
|
616
|
+
chain_name: 'axelar'
|
|
617
|
+
},
|
|
618
|
+
chain: {
|
|
619
|
+
channel: 'channel-71'
|
|
620
|
+
}
|
|
621
|
+
}],
|
|
613
622
|
logo_URIs: {
|
|
614
623
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
615
624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
616
625
|
},
|
|
617
|
-
coingecko_id: 'wrapped-moonbeam'
|
|
626
|
+
coingecko_id: 'wrapped-moonbeam'
|
|
627
|
+
}, {
|
|
628
|
+
description: 'Wrapped Matic on Axelar',
|
|
629
|
+
denom_units: [{
|
|
630
|
+
denom: 'ibc/C3A8C0BA97F3CD808F828E422CCBB39A5206644DF0A65FA79160E4413684EE14',
|
|
631
|
+
exponent: 0,
|
|
632
|
+
aliases: ['wmatic-wei']
|
|
633
|
+
}, {
|
|
634
|
+
denom: 'wmatic',
|
|
635
|
+
exponent: 18
|
|
636
|
+
}],
|
|
637
|
+
base: 'ibc/C3A8C0BA97F3CD808F828E422CCBB39A5206644DF0A65FA79160E4413684EE14',
|
|
638
|
+
name: 'Wrapped Matic',
|
|
639
|
+
display: 'wmatic',
|
|
640
|
+
symbol: 'WMATIC',
|
|
618
641
|
traces: [{
|
|
619
642
|
type: 'ibc',
|
|
620
643
|
counterparty: {
|
|
621
644
|
channel: 'channel-4',
|
|
622
|
-
denom: '
|
|
645
|
+
denom: 'wmatic-wei',
|
|
623
646
|
chain_name: 'axelar'
|
|
624
647
|
},
|
|
625
648
|
chain: {
|
|
626
649
|
channel: 'channel-71'
|
|
627
650
|
}
|
|
628
|
-
}]
|
|
651
|
+
}],
|
|
652
|
+
logo_URIs: {
|
|
653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
|
|
654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
|
|
655
|
+
},
|
|
656
|
+
coingecko_id: 'matic-network'
|
|
629
657
|
}, {
|
|
630
658
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
631
659
|
denom_units: [{
|
|
@@ -1360,16 +1388,6 @@ var asset_list = {
|
|
|
1360
1388
|
name: 'pSTAKE Finance',
|
|
1361
1389
|
display: 'pstake',
|
|
1362
1390
|
symbol: 'PSTAKE',
|
|
1363
|
-
ibc: {
|
|
1364
|
-
source_channel: 'channel-24',
|
|
1365
|
-
dst_channel: 'channel-38',
|
|
1366
|
-
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
1367
|
-
},
|
|
1368
|
-
logo_URIs: {
|
|
1369
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
1370
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1371
|
-
},
|
|
1372
|
-
coingecko_id: 'pstake-finance',
|
|
1373
1391
|
traces: [{
|
|
1374
1392
|
type: 'ibc',
|
|
1375
1393
|
counterparty: {
|
|
@@ -1380,7 +1398,17 @@ var asset_list = {
|
|
|
1380
1398
|
chain: {
|
|
1381
1399
|
channel: 'channel-33'
|
|
1382
1400
|
}
|
|
1383
|
-
}]
|
|
1401
|
+
}],
|
|
1402
|
+
ibc: {
|
|
1403
|
+
source_channel: 'channel-24',
|
|
1404
|
+
dst_channel: 'channel-38',
|
|
1405
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
1406
|
+
},
|
|
1407
|
+
logo_URIs: {
|
|
1408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
1409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1410
|
+
},
|
|
1411
|
+
coingecko_id: 'pstake-finance'
|
|
1384
1412
|
}, {
|
|
1385
1413
|
description: 'The native token of Secret Network',
|
|
1386
1414
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -290,6 +290,82 @@ var assets = {
|
|
|
290
290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
291
291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
292
292
|
}
|
|
293
|
+
}, {
|
|
294
|
+
description: 'Staking derivative seJUNO for staked JUNO',
|
|
295
|
+
type_asset: 'cw20',
|
|
296
|
+
address: 'juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
297
|
+
denom_units: [{
|
|
298
|
+
denom: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
299
|
+
exponent: 0
|
|
300
|
+
}, {
|
|
301
|
+
denom: 'sejuno',
|
|
302
|
+
exponent: 6
|
|
303
|
+
}],
|
|
304
|
+
base: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
305
|
+
name: 'StakeEasy seJUNO',
|
|
306
|
+
display: 'sejuno',
|
|
307
|
+
symbol: 'SEJUNO',
|
|
308
|
+
logo_URIs: {
|
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
|
310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
311
|
+
}
|
|
312
|
+
}, {
|
|
313
|
+
description: 'Staking derivative bJUNO for staked JUNO',
|
|
314
|
+
type_asset: 'cw20',
|
|
315
|
+
address: 'juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
316
|
+
denom_units: [{
|
|
317
|
+
denom: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
318
|
+
exponent: 0
|
|
319
|
+
}, {
|
|
320
|
+
denom: 'bjuno',
|
|
321
|
+
exponent: 6
|
|
322
|
+
}],
|
|
323
|
+
base: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
324
|
+
name: 'StakeEasy bJUNO',
|
|
325
|
+
display: 'bjuno',
|
|
326
|
+
symbol: 'BJUNO',
|
|
327
|
+
logo_URIs: {
|
|
328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
|
329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
330
|
+
}
|
|
331
|
+
}, {
|
|
332
|
+
description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
|
|
333
|
+
type_asset: 'cw20',
|
|
334
|
+
address: 'juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
|
335
|
+
denom_units: [{
|
|
336
|
+
denom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
|
337
|
+
exponent: 0
|
|
338
|
+
}, {
|
|
339
|
+
denom: 'solar',
|
|
340
|
+
exponent: 6
|
|
341
|
+
}],
|
|
342
|
+
base: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
|
343
|
+
name: 'Solarbank DAO',
|
|
344
|
+
display: 'solar',
|
|
345
|
+
symbol: 'SOLAR',
|
|
346
|
+
logo_URIs: {
|
|
347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
349
|
+
}
|
|
350
|
+
}, {
|
|
351
|
+
description: 'StakeEasy governance token',
|
|
352
|
+
type_asset: 'cw20',
|
|
353
|
+
address: 'juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
|
354
|
+
denom_units: [{
|
|
355
|
+
denom: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
|
356
|
+
exponent: 0
|
|
357
|
+
}, {
|
|
358
|
+
denom: 'seasy',
|
|
359
|
+
exponent: 6
|
|
360
|
+
}],
|
|
361
|
+
base: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
|
362
|
+
name: 'StakeEasy SEASY',
|
|
363
|
+
display: 'seasy',
|
|
364
|
+
symbol: 'SEASY',
|
|
365
|
+
logo_URIs: {
|
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
368
|
+
}
|
|
293
369
|
}, {
|
|
294
370
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
295
371
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -105,8 +105,11 @@ var chain = {
|
|
|
105
105
|
address: 'https://rpc.junomint.com',
|
|
106
106
|
provider: 'EZStaking.io'
|
|
107
107
|
}, {
|
|
108
|
-
address: 'https://rpc-juno-ia.notional.ventures/',
|
|
108
|
+
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
|
109
109
|
provider: 'Notional'
|
|
110
|
+
}, {
|
|
111
|
+
address: 'https://rpc.juno.chaintools.tech/',
|
|
112
|
+
provider: 'ChainTools'
|
|
110
113
|
}],
|
|
111
114
|
rest: [{
|
|
112
115
|
address: 'https://lcd-juno.whispernode.com',
|
|
@@ -124,15 +127,27 @@ var chain = {
|
|
|
124
127
|
address: 'https://lcd.junomint.com',
|
|
125
128
|
provider: 'EZStaking.io'
|
|
126
129
|
}, {
|
|
127
|
-
address: 'https://api-juno-ia.notional.ventures/',
|
|
130
|
+
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
|
128
131
|
provider: 'Notional'
|
|
132
|
+
}, {
|
|
133
|
+
address: 'https://api.juno.chaintools.tech/',
|
|
134
|
+
provider: 'ChainTools'
|
|
135
|
+
}, {
|
|
136
|
+
address: 'https://juno-api.polkachu.com',
|
|
137
|
+
provider: 'Polkachu'
|
|
129
138
|
}],
|
|
130
139
|
grpc: [{
|
|
131
140
|
address: '35.243.205.230:9090',
|
|
132
141
|
provider: 'strangelove'
|
|
133
142
|
}, {
|
|
134
|
-
address: 'grpc-juno-ia.notional.ventures:443',
|
|
143
|
+
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
|
135
144
|
provider: 'Notional'
|
|
145
|
+
}, {
|
|
146
|
+
address: 'https://juno.grpcui.chaintools.host/',
|
|
147
|
+
provider: 'ChainTools'
|
|
148
|
+
}, {
|
|
149
|
+
address: 'juno-grpc.polkachu.com:12690',
|
|
150
|
+
provider: 'Polkachu'
|
|
136
151
|
}]
|
|
137
152
|
},
|
|
138
153
|
explorers: [{
|