@chain-registry/juno 1.9.0 → 1.11.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 +16 -0
- package/main/asset_list.js +124 -48
- package/main/assets.js +92 -0
- package/main/chain.js +74 -89
- package/main/testnet.js +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
# [1.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.10.0...@chain-registry/juno@1.11.0) (2023-03-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.9.0...@chain-registry/juno@1.10.0) (2023-03-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.8.0...@chain-registry/juno@1.9.0) (2023-02-24)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -51,7 +51,8 @@ var asset_list = {
|
|
|
51
51
|
display: 'mntl',
|
|
52
52
|
symbol: 'MNTL',
|
|
53
53
|
logo_URIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png'
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
55
56
|
},
|
|
56
57
|
coingecko_id: 'assetmantle',
|
|
57
58
|
traces: [{
|
|
@@ -123,8 +124,7 @@ var asset_list = {
|
|
|
123
124
|
logo_URIs: {
|
|
124
125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
125
126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
126
|
-
}
|
|
127
|
-
coingecko_id: 'usd-coin'
|
|
127
|
+
}
|
|
128
128
|
}, {
|
|
129
129
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
130
130
|
denom_units: [{
|
|
@@ -153,8 +153,7 @@ var asset_list = {
|
|
|
153
153
|
logo_URIs: {
|
|
154
154
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg',
|
|
155
155
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
156
|
-
}
|
|
157
|
-
coingecko_id: 'frax'
|
|
156
|
+
}
|
|
158
157
|
}, {
|
|
159
158
|
description: 'Dai stablecoin on Axelar',
|
|
160
159
|
denom_units: [{
|
|
@@ -183,8 +182,7 @@ var asset_list = {
|
|
|
183
182
|
logo_URIs: {
|
|
184
183
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg',
|
|
185
184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
186
|
-
}
|
|
187
|
-
coingecko_id: 'dai'
|
|
185
|
+
}
|
|
188
186
|
}, {
|
|
189
187
|
description: "Tether's USD stablecoin on Axelar",
|
|
190
188
|
denom_units: [{
|
|
@@ -213,8 +211,7 @@ var asset_list = {
|
|
|
213
211
|
logo_URIs: {
|
|
214
212
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg',
|
|
215
213
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
216
|
-
}
|
|
217
|
-
coingecko_id: 'tether'
|
|
214
|
+
}
|
|
218
215
|
}, {
|
|
219
216
|
description: 'Wrapped Ether on Axelar',
|
|
220
217
|
denom_units: [{
|
|
@@ -242,8 +239,7 @@ var asset_list = {
|
|
|
242
239
|
}],
|
|
243
240
|
logo_URIs: {
|
|
244
241
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
245
|
-
}
|
|
246
|
-
coingecko_id: 'weth'
|
|
242
|
+
}
|
|
247
243
|
}, {
|
|
248
244
|
description: 'Wrapped Bitcoin on Axelar',
|
|
249
245
|
denom_units: [{
|
|
@@ -271,8 +267,7 @@ var asset_list = {
|
|
|
271
267
|
}],
|
|
272
268
|
logo_URIs: {
|
|
273
269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
274
|
-
}
|
|
275
|
-
coingecko_id: 'wrapped-bitcoin'
|
|
270
|
+
}
|
|
276
271
|
}, {
|
|
277
272
|
description: 'Aave on Axelar',
|
|
278
273
|
denom_units: [{
|
|
@@ -300,8 +295,7 @@ var asset_list = {
|
|
|
300
295
|
}],
|
|
301
296
|
logo_URIs: {
|
|
302
297
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
303
|
-
}
|
|
304
|
-
coingecko_id: 'aave'
|
|
298
|
+
}
|
|
305
299
|
}, {
|
|
306
300
|
description: 'ApeCoin on Axelar',
|
|
307
301
|
denom_units: [{
|
|
@@ -329,8 +323,7 @@ var asset_list = {
|
|
|
329
323
|
}],
|
|
330
324
|
logo_URIs: {
|
|
331
325
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
332
|
-
}
|
|
333
|
-
coingecko_id: 'apecoin'
|
|
326
|
+
}
|
|
334
327
|
}, {
|
|
335
328
|
description: 'Axie Infinity Shard on Axelar',
|
|
336
329
|
denom_units: [{
|
|
@@ -358,8 +351,7 @@ var asset_list = {
|
|
|
358
351
|
}],
|
|
359
352
|
logo_URIs: {
|
|
360
353
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
361
|
-
}
|
|
362
|
-
coingecko_id: 'axie-infinity'
|
|
354
|
+
}
|
|
363
355
|
}, {
|
|
364
356
|
description: 'Chainlink on Axelar',
|
|
365
357
|
denom_units: [{
|
|
@@ -388,8 +380,7 @@ var asset_list = {
|
|
|
388
380
|
logo_URIs: {
|
|
389
381
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
390
382
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
391
|
-
}
|
|
392
|
-
coingecko_id: 'chainlink'
|
|
383
|
+
}
|
|
393
384
|
}, {
|
|
394
385
|
description: 'Maker on Axelar',
|
|
395
386
|
denom_units: [{
|
|
@@ -417,8 +408,7 @@ var asset_list = {
|
|
|
417
408
|
}],
|
|
418
409
|
logo_URIs: {
|
|
419
410
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
420
|
-
}
|
|
421
|
-
coingecko_id: 'maker'
|
|
411
|
+
}
|
|
422
412
|
}, {
|
|
423
413
|
description: 'Rai Reflex Index on Axelar',
|
|
424
414
|
denom_units: [{
|
|
@@ -446,8 +436,7 @@ var asset_list = {
|
|
|
446
436
|
}],
|
|
447
437
|
logo_URIs: {
|
|
448
438
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
449
|
-
}
|
|
450
|
-
coingecko_id: 'rai'
|
|
439
|
+
}
|
|
451
440
|
}, {
|
|
452
441
|
description: 'Shiba Inu on Axelar',
|
|
453
442
|
denom_units: [{
|
|
@@ -475,8 +464,7 @@ var asset_list = {
|
|
|
475
464
|
}],
|
|
476
465
|
logo_URIs: {
|
|
477
466
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
478
|
-
}
|
|
479
|
-
coingecko_id: 'shiba-inu'
|
|
467
|
+
}
|
|
480
468
|
}, {
|
|
481
469
|
description: 'Lido Staked Ether on Axelar',
|
|
482
470
|
denom_units: [{
|
|
@@ -504,8 +492,7 @@ var asset_list = {
|
|
|
504
492
|
}],
|
|
505
493
|
logo_URIs: {
|
|
506
494
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
507
|
-
}
|
|
508
|
-
coingecko_id: 'staked-ether'
|
|
495
|
+
}
|
|
509
496
|
}, {
|
|
510
497
|
description: 'Uniswap on Axelar',
|
|
511
498
|
denom_units: [{
|
|
@@ -533,8 +520,7 @@ var asset_list = {
|
|
|
533
520
|
}],
|
|
534
521
|
logo_URIs: {
|
|
535
522
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
536
|
-
}
|
|
537
|
-
coingecko_id: 'uniswap'
|
|
523
|
+
}
|
|
538
524
|
}, {
|
|
539
525
|
description: 'Chain on Axelar',
|
|
540
526
|
denom_units: [{
|
|
@@ -562,8 +548,7 @@ var asset_list = {
|
|
|
562
548
|
}],
|
|
563
549
|
logo_URIs: {
|
|
564
550
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
565
|
-
}
|
|
566
|
-
coingecko_id: 'chain-2'
|
|
551
|
+
}
|
|
567
552
|
}, {
|
|
568
553
|
description: 'Wrapped Polkadot on Axelar',
|
|
569
554
|
denom_units: [{
|
|
@@ -592,8 +577,7 @@ var asset_list = {
|
|
|
592
577
|
logo_URIs: {
|
|
593
578
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
|
|
594
579
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
595
|
-
}
|
|
596
|
-
coingecko_id: 'polkadot'
|
|
580
|
+
}
|
|
597
581
|
}, {
|
|
598
582
|
description: 'Wrapped Moonbeam on Axelar',
|
|
599
583
|
denom_units: [{
|
|
@@ -622,8 +606,7 @@ var asset_list = {
|
|
|
622
606
|
logo_URIs: {
|
|
623
607
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
624
608
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
625
|
-
}
|
|
626
|
-
coingecko_id: 'wrapped-moonbeam'
|
|
609
|
+
}
|
|
627
610
|
}, {
|
|
628
611
|
description: 'Wrapped Matic on Axelar',
|
|
629
612
|
denom_units: [{
|
|
@@ -652,8 +635,7 @@ var asset_list = {
|
|
|
652
635
|
logo_URIs: {
|
|
653
636
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
|
|
654
637
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
|
|
655
|
-
}
|
|
656
|
-
coingecko_id: 'matic-network'
|
|
638
|
+
}
|
|
657
639
|
}, {
|
|
658
640
|
description: 'Wrapped BNB on Axelar',
|
|
659
641
|
denom_units: [{
|
|
@@ -682,8 +664,7 @@ var asset_list = {
|
|
|
682
664
|
logo_URIs: {
|
|
683
665
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg',
|
|
684
666
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png'
|
|
685
|
-
}
|
|
686
|
-
coingecko_id: 'wbnb'
|
|
667
|
+
}
|
|
687
668
|
}, {
|
|
688
669
|
description: 'Binance USD on Axelar.',
|
|
689
670
|
denom_units: [{
|
|
@@ -711,8 +692,7 @@ var asset_list = {
|
|
|
711
692
|
}],
|
|
712
693
|
logo_URIs: {
|
|
713
694
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
|
|
714
|
-
}
|
|
715
|
-
coingecko_id: 'binance-usd'
|
|
695
|
+
}
|
|
716
696
|
}, {
|
|
717
697
|
description: 'Wrapped AVAX on Axelar.',
|
|
718
698
|
denom_units: [{
|
|
@@ -1280,6 +1260,34 @@ var asset_list = {
|
|
|
1280
1260
|
channel_id: 'channel-17'
|
|
1281
1261
|
}
|
|
1282
1262
|
}]
|
|
1263
|
+
}, {
|
|
1264
|
+
description: 'L DON a BitSong Music FanToken',
|
|
1265
|
+
denom_units: [{
|
|
1266
|
+
denom: 'ibc/98DDD2EC382F0BB185A0EC8206D939673B62FB2EA511D79ECC4A623E7FBC413E',
|
|
1267
|
+
exponent: 0,
|
|
1268
|
+
aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00']
|
|
1269
|
+
}, {
|
|
1270
|
+
denom: 'ldon',
|
|
1271
|
+
exponent: 6
|
|
1272
|
+
}],
|
|
1273
|
+
base: 'ibc/98DDD2EC382F0BB185A0EC8206D939673B62FB2EA511D79ECC4A623E7FBC413E',
|
|
1274
|
+
name: 'L DON Fantoken',
|
|
1275
|
+
display: 'ldon',
|
|
1276
|
+
symbol: 'LDON',
|
|
1277
|
+
logo_URIs: {
|
|
1278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png'
|
|
1279
|
+
},
|
|
1280
|
+
traces: [{
|
|
1281
|
+
type: 'ibc',
|
|
1282
|
+
counterparty: {
|
|
1283
|
+
channel_id: 'channel-5',
|
|
1284
|
+
base_denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00',
|
|
1285
|
+
chain_name: 'bitsong'
|
|
1286
|
+
},
|
|
1287
|
+
chain: {
|
|
1288
|
+
channel_id: 'channel-17'
|
|
1289
|
+
}
|
|
1290
|
+
}]
|
|
1283
1291
|
}, {
|
|
1284
1292
|
description: 'The native token of Chihuahua Chain',
|
|
1285
1293
|
denom_units: [{
|
|
@@ -1534,6 +1542,7 @@ var asset_list = {
|
|
|
1534
1542
|
display: 'ngm',
|
|
1535
1543
|
symbol: 'NGM',
|
|
1536
1544
|
logo_URIs: {
|
|
1545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg',
|
|
1537
1546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
|
1538
1547
|
},
|
|
1539
1548
|
coingecko_id: 'e-money',
|
|
@@ -1563,6 +1572,7 @@ var asset_list = {
|
|
|
1563
1572
|
display: 'eur',
|
|
1564
1573
|
symbol: 'EEUR',
|
|
1565
1574
|
logo_URIs: {
|
|
1575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg',
|
|
1566
1576
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1567
1577
|
},
|
|
1568
1578
|
coingecko_id: 'e-money-eur',
|
|
@@ -1593,6 +1603,7 @@ var asset_list = {
|
|
|
1593
1603
|
display: 'chf',
|
|
1594
1604
|
symbol: 'ECHF',
|
|
1595
1605
|
logo_URIs: {
|
|
1606
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg',
|
|
1596
1607
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
1597
1608
|
},
|
|
1598
1609
|
coingecko_id: '',
|
|
@@ -1623,6 +1634,7 @@ var asset_list = {
|
|
|
1623
1634
|
display: 'nok',
|
|
1624
1635
|
symbol: 'ENOK',
|
|
1625
1636
|
logo_URIs: {
|
|
1637
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg',
|
|
1626
1638
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
1627
1639
|
},
|
|
1628
1640
|
coingecko_id: '',
|
|
@@ -1653,6 +1665,7 @@ var asset_list = {
|
|
|
1653
1665
|
display: 'dkk',
|
|
1654
1666
|
symbol: 'EDKK',
|
|
1655
1667
|
logo_URIs: {
|
|
1668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg',
|
|
1656
1669
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
1657
1670
|
},
|
|
1658
1671
|
coingecko_id: '',
|
|
@@ -1683,6 +1696,7 @@ var asset_list = {
|
|
|
1683
1696
|
display: 'sek',
|
|
1684
1697
|
symbol: 'ESEK',
|
|
1685
1698
|
logo_URIs: {
|
|
1699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg',
|
|
1686
1700
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1687
1701
|
},
|
|
1688
1702
|
coingecko_id: '',
|
|
@@ -1715,7 +1729,7 @@ var asset_list = {
|
|
|
1715
1729
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1716
1730
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1717
1731
|
},
|
|
1718
|
-
coingecko_id: 'mars-protocol',
|
|
1732
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1719
1733
|
traces: [{
|
|
1720
1734
|
type: 'ibc',
|
|
1721
1735
|
counterparty: {
|
|
@@ -1727,6 +1741,64 @@ var asset_list = {
|
|
|
1727
1741
|
channel_id: 'channel-209'
|
|
1728
1742
|
}
|
|
1729
1743
|
}]
|
|
1744
|
+
}, {
|
|
1745
|
+
description: 'The native token of Migaloo Chain',
|
|
1746
|
+
denom_units: [{
|
|
1747
|
+
denom: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
1748
|
+
exponent: 0,
|
|
1749
|
+
aliases: ['uwhale']
|
|
1750
|
+
}, {
|
|
1751
|
+
denom: 'whale',
|
|
1752
|
+
exponent: 6
|
|
1753
|
+
}],
|
|
1754
|
+
base: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
1755
|
+
name: 'Whale',
|
|
1756
|
+
display: 'Whale',
|
|
1757
|
+
symbol: 'WHALE',
|
|
1758
|
+
logo_URIs: {
|
|
1759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whitewhale.png'
|
|
1760
|
+
},
|
|
1761
|
+
coingecko_id: '',
|
|
1762
|
+
traces: [{
|
|
1763
|
+
type: 'ibc',
|
|
1764
|
+
counterparty: {
|
|
1765
|
+
channel_id: 'channel-1',
|
|
1766
|
+
base_denom: 'uwhale',
|
|
1767
|
+
chain_name: 'migaloo'
|
|
1768
|
+
},
|
|
1769
|
+
chain: {
|
|
1770
|
+
channel_id: 'channel-210'
|
|
1771
|
+
}
|
|
1772
|
+
}]
|
|
1773
|
+
}, {
|
|
1774
|
+
description: 'The native token of OKExChain',
|
|
1775
|
+
denom_units: [{
|
|
1776
|
+
denom: 'ibc/F2FEE556361355D90AC9C86113A3C8A81BA90B95316FB8438F9ADCB0CC7ACA58',
|
|
1777
|
+
exponent: 0,
|
|
1778
|
+
aliases: ['wei']
|
|
1779
|
+
}, {
|
|
1780
|
+
denom: 'okt',
|
|
1781
|
+
exponent: 18
|
|
1782
|
+
}],
|
|
1783
|
+
base: 'ibc/F2FEE556361355D90AC9C86113A3C8A81BA90B95316FB8438F9ADCB0CC7ACA58',
|
|
1784
|
+
name: 'OKExChain',
|
|
1785
|
+
display: 'okt',
|
|
1786
|
+
symbol: 'OKT',
|
|
1787
|
+
logo_URIs: {
|
|
1788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1789
|
+
},
|
|
1790
|
+
coingecko_id: 'oec-token',
|
|
1791
|
+
traces: [{
|
|
1792
|
+
type: 'ibc',
|
|
1793
|
+
counterparty: {
|
|
1794
|
+
channel_id: 'channel-52',
|
|
1795
|
+
base_denom: 'wei',
|
|
1796
|
+
chain_name: 'okexchain'
|
|
1797
|
+
},
|
|
1798
|
+
chain: {
|
|
1799
|
+
channel_id: 'channel-212'
|
|
1800
|
+
}
|
|
1801
|
+
}]
|
|
1730
1802
|
}, {
|
|
1731
1803
|
description: 'The native token of Osmosis',
|
|
1732
1804
|
denom_units: [{
|
|
@@ -1837,6 +1909,7 @@ var asset_list = {
|
|
|
1837
1909
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
|
|
1838
1910
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
|
|
1839
1911
|
},
|
|
1912
|
+
coingecko_id: 'stkatom',
|
|
1840
1913
|
traces: [{
|
|
1841
1914
|
type: 'ibc',
|
|
1842
1915
|
counterparty: {
|
|
@@ -1858,6 +1931,7 @@ var asset_list = {
|
|
|
1858
1931
|
denom: 'pstake',
|
|
1859
1932
|
exponent: 18
|
|
1860
1933
|
}],
|
|
1934
|
+
type_asset: 'ics20',
|
|
1861
1935
|
base: 'ibc/BA3EB643F46DD1CB95246A5419CCB3A4BA9BB1A85C589C49F27B4A6BB11AACD1',
|
|
1862
1936
|
name: 'pSTAKE Finance',
|
|
1863
1937
|
display: 'pstake',
|
|
@@ -1877,7 +1951,7 @@ var asset_list = {
|
|
|
1877
1951
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
1878
1952
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1879
1953
|
},
|
|
1880
|
-
|
|
1954
|
+
keywords: ['canon']
|
|
1881
1955
|
}, {
|
|
1882
1956
|
description: 'The native token of Secret Network',
|
|
1883
1957
|
denom_units: [{
|
|
@@ -1953,6 +2027,7 @@ var asset_list = {
|
|
|
1953
2027
|
display: 'stars',
|
|
1954
2028
|
symbol: 'STARS',
|
|
1955
2029
|
logo_URIs: {
|
|
2030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1956
2031
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
1957
2032
|
},
|
|
1958
2033
|
coingecko_id: 'stargaze',
|
|
@@ -2140,13 +2215,14 @@ var asset_list = {
|
|
|
2140
2215
|
}
|
|
2141
2216
|
}, {
|
|
2142
2217
|
denom_units: [{
|
|
2143
|
-
denom: '
|
|
2144
|
-
exponent: 0
|
|
2218
|
+
denom: 'ibc/C19D8F369BE4279B727B58D225DB6D4916625BDE024D415B79288AC6705E0BB0',
|
|
2219
|
+
exponent: 0,
|
|
2220
|
+
aliases: ['staevmos']
|
|
2145
2221
|
}, {
|
|
2146
2222
|
denom: 'stevmos',
|
|
2147
2223
|
exponent: 18
|
|
2148
2224
|
}],
|
|
2149
|
-
base: 'ibc/
|
|
2225
|
+
base: 'ibc/C19D8F369BE4279B727B58D225DB6D4916625BDE024D415B79288AC6705E0BB0',
|
|
2150
2226
|
name: 'stEVMOS',
|
|
2151
2227
|
display: 'stevmos',
|
|
2152
2228
|
symbol: 'stEVMOS',
|
package/main/assets.js
CHANGED
|
@@ -157,6 +157,7 @@ var assets = {
|
|
|
157
157
|
display: 'raw',
|
|
158
158
|
symbol: 'RAW',
|
|
159
159
|
logo_URIs: {
|
|
160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg',
|
|
160
161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
161
162
|
},
|
|
162
163
|
coingecko_id: 'junoswap-raw-dao'
|
|
@@ -461,6 +462,7 @@ var assets = {
|
|
|
461
462
|
display: 'hopers',
|
|
462
463
|
symbol: 'HOPERS',
|
|
463
464
|
logo_URIs: {
|
|
465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg',
|
|
464
466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png'
|
|
465
467
|
},
|
|
466
468
|
coingecko_id: 'hopers-io '
|
|
@@ -556,6 +558,96 @@ var assets = {
|
|
|
556
558
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
|
|
557
559
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png'
|
|
558
560
|
}
|
|
561
|
+
}, {
|
|
562
|
+
description: 'Signal Art and Gaming on Juno',
|
|
563
|
+
type_asset: 'cw20',
|
|
564
|
+
address: 'juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k',
|
|
565
|
+
denom_units: [{
|
|
566
|
+
denom: 'cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k',
|
|
567
|
+
exponent: 0
|
|
568
|
+
}, {
|
|
569
|
+
denom: 'sgnl',
|
|
570
|
+
exponent: 6
|
|
571
|
+
}],
|
|
572
|
+
base: 'cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k',
|
|
573
|
+
name: 'Signal',
|
|
574
|
+
display: 'sgnl',
|
|
575
|
+
symbol: 'SGNL',
|
|
576
|
+
logo_URIs: {
|
|
577
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
|
|
578
|
+
}
|
|
579
|
+
}, {
|
|
580
|
+
description: 'Governance and utility token for the Junø Apes NFT platform on Juno',
|
|
581
|
+
type_asset: 'cw20',
|
|
582
|
+
address: 'juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps',
|
|
583
|
+
denom_units: [{
|
|
584
|
+
denom: 'cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps',
|
|
585
|
+
exponent: 0
|
|
586
|
+
}, {
|
|
587
|
+
denom: 'jape',
|
|
588
|
+
exponent: 6
|
|
589
|
+
}],
|
|
590
|
+
base: 'cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps',
|
|
591
|
+
name: 'Junø Apes',
|
|
592
|
+
display: 'jape',
|
|
593
|
+
symbol: 'JAPE',
|
|
594
|
+
logo_URIs: {
|
|
595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
|
|
596
|
+
}
|
|
597
|
+
}, {
|
|
598
|
+
description: 'A community meme token with a fantasy fiction storyline and comic based NFTs on Juno',
|
|
599
|
+
type_asset: 'cw20',
|
|
600
|
+
address: 'juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa',
|
|
601
|
+
denom_units: [{
|
|
602
|
+
denom: 'cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa',
|
|
603
|
+
exponent: 0
|
|
604
|
+
}, {
|
|
605
|
+
denom: 'catom',
|
|
606
|
+
exponent: 6
|
|
607
|
+
}],
|
|
608
|
+
base: 'cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa',
|
|
609
|
+
name: 'Catom',
|
|
610
|
+
display: 'catom',
|
|
611
|
+
symbol: 'CATOM',
|
|
612
|
+
logo_URIs: {
|
|
613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png'
|
|
614
|
+
}
|
|
615
|
+
}, {
|
|
616
|
+
description: 'Utility token of Howl.social, an on chain micro-blogging platform on Juno',
|
|
617
|
+
type_asset: 'cw20',
|
|
618
|
+
address: 'juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz',
|
|
619
|
+
denom_units: [{
|
|
620
|
+
denom: 'cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz',
|
|
621
|
+
exponent: 0
|
|
622
|
+
}, {
|
|
623
|
+
denom: 'howl',
|
|
624
|
+
exponent: 6
|
|
625
|
+
}],
|
|
626
|
+
base: 'cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz',
|
|
627
|
+
name: 'Howl',
|
|
628
|
+
display: 'howl',
|
|
629
|
+
symbol: 'HOWL',
|
|
630
|
+
logo_URIs: {
|
|
631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png'
|
|
632
|
+
}
|
|
633
|
+
}, {
|
|
634
|
+
description: 'Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.',
|
|
635
|
+
type_asset: 'cw20',
|
|
636
|
+
address: 'juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x',
|
|
637
|
+
denom_units: [{
|
|
638
|
+
denom: 'cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x',
|
|
639
|
+
exponent: 0
|
|
640
|
+
}, {
|
|
641
|
+
denom: 'fox',
|
|
642
|
+
exponent: 6
|
|
643
|
+
}],
|
|
644
|
+
base: 'cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x',
|
|
645
|
+
name: 'Juno Fox',
|
|
646
|
+
display: 'fox',
|
|
647
|
+
symbol: 'FOX',
|
|
648
|
+
logo_URIs: {
|
|
649
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
650
|
+
}
|
|
559
651
|
}, {
|
|
560
652
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
561
653
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -20,10 +20,10 @@ var chain = {
|
|
|
20
20
|
fees: {
|
|
21
21
|
fee_tokens: [{
|
|
22
22
|
denom: 'ujuno',
|
|
23
|
-
fixed_min_gas_price: 0.
|
|
24
|
-
low_gas_price: 0.
|
|
25
|
-
average_gas_price: 0.
|
|
26
|
-
high_gas_price: 0.
|
|
23
|
+
fixed_min_gas_price: 0.001,
|
|
24
|
+
low_gas_price: 0.001,
|
|
25
|
+
average_gas_price: 0.0025,
|
|
26
|
+
high_gas_price: 0.004
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
29
|
staking: {
|
|
@@ -33,11 +33,11 @@ var chain = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
36
|
-
recommended_version: '
|
|
37
|
-
compatible_versions: ['
|
|
36
|
+
recommended_version: 'v13.0.0',
|
|
37
|
+
compatible_versions: ['v13.0.0'],
|
|
38
38
|
cosmos_sdk_version: '0.45',
|
|
39
39
|
tendermint_version: '0.34',
|
|
40
|
-
cosmwasm_version: '0.
|
|
40
|
+
cosmwasm_version: '0.30',
|
|
41
41
|
cosmwasm_enabled: true,
|
|
42
42
|
genesis: {
|
|
43
43
|
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
@@ -48,16 +48,9 @@ var chain = {
|
|
|
48
48
|
id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
|
|
49
49
|
address: 'seed.rhinostake.com:12656',
|
|
50
50
|
provider: 'RHINO'
|
|
51
|
-
}, {
|
|
52
|
-
id: '2484353dab0b2c1275765b8ffa2c50b3b36158ca',
|
|
53
|
-
address: 'seed-node.junochain.com:26656'
|
|
54
51
|
}, {
|
|
55
52
|
id: '90b09362d9ce3845096c4938eea0dba682b0ad2c',
|
|
56
53
|
address: 'juno-seed-new.blockpane.com:26656'
|
|
57
|
-
}, {
|
|
58
|
-
id: '22ee6e65e5e79cd0b970dd11e52761de8d1d6dfd',
|
|
59
|
-
address: 'seeds.pupmos.network:2001',
|
|
60
|
-
provider: 'PUPMØS'
|
|
61
54
|
}, {
|
|
62
55
|
id: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0',
|
|
63
56
|
address: 'seeds.polkachu.com:12656',
|
|
@@ -70,10 +63,6 @@ var chain = {
|
|
|
70
63
|
id: 'ea67180befe4d9ca71142d21ada8ff58cc08f71c',
|
|
71
64
|
address: 'seeds.goldenratiostaking.net:1627',
|
|
72
65
|
provider: 'Golden Ratio Staking'
|
|
73
|
-
}, {
|
|
74
|
-
id: '47d942718533d36823e16b9502c035ca9f318ef4',
|
|
75
|
-
address: 'seeds.whispernode.com:12656',
|
|
76
|
-
provider: 'WhisperNode🤐'
|
|
77
66
|
}, {
|
|
78
67
|
id: 'e1b058e5cfa2b836ddaa496b10911da62dcf182e',
|
|
79
68
|
address: 'juno-seed-1.allnodes.me:26656',
|
|
@@ -82,43 +71,35 @@ var chain = {
|
|
|
82
71
|
id: 'e726816f42831689eab9378d5d577f1d06d25716',
|
|
83
72
|
address: 'juno-seed-2.allnodes.me:26656',
|
|
84
73
|
provider: 'Allnodes.com ⚡️ Nodes & Staking'
|
|
74
|
+
}, {
|
|
75
|
+
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
76
|
+
address: 'juno-mainnet-seed.autostake.com:27136',
|
|
77
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
78
|
+
}, {
|
|
79
|
+
id: '70fcee92283edc02340289b2a74e4ab1a0203848',
|
|
80
|
+
address: 'seed-juno.freshstaking.com:39656',
|
|
81
|
+
provider: 'FreshSTAKING'
|
|
85
82
|
}],
|
|
86
83
|
persistent_peers: [{
|
|
87
|
-
id: 'b1f46f1a1955fc773d3b73180179b0e0a07adce1',
|
|
88
|
-
address: '162.55.244.250:39656'
|
|
89
|
-
}, {
|
|
90
84
|
id: '7f593757c0cde8972ce929381d8ac8e446837811',
|
|
91
85
|
address: '178.18.255.244:26656'
|
|
92
86
|
}, {
|
|
93
|
-
id: '
|
|
94
|
-
address: '
|
|
87
|
+
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
88
|
+
address: 'juno-mainnet-peer.autostake.com:27136',
|
|
89
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
95
90
|
}, {
|
|
96
|
-
id: '
|
|
97
|
-
address: '
|
|
98
|
-
|
|
99
|
-
id: 'bd822a8057902fbc80fd9135e335f0dfefa32342',
|
|
100
|
-
address: '65.21.202.159:38656'
|
|
101
|
-
}, {
|
|
102
|
-
id: '15827c6c13f919e4d9c11bcca23dff4e3e79b1b8',
|
|
103
|
-
address: '51.38.52.210:38656'
|
|
104
|
-
}, {
|
|
105
|
-
id: 'e665df28999b2b7b40cff2fe4030682c380bf294',
|
|
106
|
-
address: '188.40.106.109:38656'
|
|
107
|
-
}, {
|
|
108
|
-
id: '92804ce50c85ff4c7cf149d347dd880fc3735bf4',
|
|
109
|
-
address: '34.94.231.154:26656'
|
|
110
|
-
}, {
|
|
111
|
-
id: '795ed214b8354e8468f46d1bbbf6e128a88fe3bd',
|
|
112
|
-
address: '34.127.19.222:26656'
|
|
113
|
-
}, {
|
|
114
|
-
id: 'ea9c1ac0e91639b2c7957d9604655e2263abe4e1',
|
|
115
|
-
address: '185.181.103.136:26656'
|
|
91
|
+
id: '70fcee92283edc02340289b2a74e4ab1a0203848',
|
|
92
|
+
address: 'seed-juno.freshstaking.com:39656',
|
|
93
|
+
provider: 'FreshSTAKING'
|
|
116
94
|
}]
|
|
117
95
|
},
|
|
118
96
|
apis: {
|
|
119
97
|
rpc: [{
|
|
120
98
|
address: 'https://rpc-juno.whispernode.com:443',
|
|
121
99
|
provider: 'WhisperNode🤐'
|
|
100
|
+
}, {
|
|
101
|
+
address: 'https://rpc-juno.goldenratiostaking.net',
|
|
102
|
+
provider: 'Golden Ratio Staking'
|
|
122
103
|
}, {
|
|
123
104
|
address: 'https://rpc-juno.itastakers.com',
|
|
124
105
|
provider: 'itastakers'
|
|
@@ -128,9 +109,6 @@ var chain = {
|
|
|
128
109
|
}, {
|
|
129
110
|
address: 'https://juno-rpc.polkachu.com',
|
|
130
111
|
provider: 'Polkachu'
|
|
131
|
-
}, {
|
|
132
|
-
address: 'https://juno.rpc.interchain.ivaldilabs.xyz',
|
|
133
|
-
provider: 'Ivaldi Labs'
|
|
134
112
|
}, {
|
|
135
113
|
address: 'https://juno-rpc.lavenderfive.com:443',
|
|
136
114
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -143,27 +121,18 @@ var chain = {
|
|
|
143
121
|
}, {
|
|
144
122
|
address: 'https://rpc.juno.chaintools.tech/',
|
|
145
123
|
provider: 'ChainTools'
|
|
146
|
-
}, {
|
|
147
|
-
address: 'https://rpc.juno.silknodes.io/',
|
|
148
|
-
provider: 'Silk Nodes'
|
|
149
124
|
}, {
|
|
150
125
|
address: 'https://juno-rpc.kleomedes.network',
|
|
151
126
|
provider: 'Kleomedes'
|
|
152
127
|
}, {
|
|
153
128
|
address: 'https://rpc.juno.interbloc.org',
|
|
154
129
|
provider: 'Interbloc'
|
|
155
|
-
}, {
|
|
156
|
-
address: 'https://juno.nodejumper.io',
|
|
157
|
-
provider: 'Nodejumper 🚀'
|
|
158
130
|
}, {
|
|
159
131
|
address: 'https://juno.rpc.stakin-nodes.com',
|
|
160
132
|
provider: 'Stakin'
|
|
161
133
|
}, {
|
|
162
134
|
address: 'https://juno-rpc.icycro.org',
|
|
163
135
|
provider: 'IcyCRO 🧊'
|
|
164
|
-
}, {
|
|
165
|
-
address: 'https://rpc-juno.goldenratiostaking.net',
|
|
166
|
-
provider: 'Golden Ratio Staking'
|
|
167
136
|
}, {
|
|
168
137
|
address: 'https://rpc.juno.bh.rocks',
|
|
169
138
|
provider: 'BlockHunters 🎯'
|
|
@@ -174,18 +143,27 @@ var chain = {
|
|
|
174
143
|
address: 'https://juno-rpc.reece.sh',
|
|
175
144
|
provider: 'Reecepbcups'
|
|
176
145
|
}, {
|
|
177
|
-
address: '
|
|
146
|
+
address: 'https://juno-rpc.stakeandrelax.net',
|
|
178
147
|
provider: 'Stake&Relax Validator 🦥'
|
|
148
|
+
}, {
|
|
149
|
+
address: 'https://juno-mainnet-rpc.autostake.com:443',
|
|
150
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
151
|
+
}, {
|
|
152
|
+
address: 'http://rpc-juno.freshstaking.com:39657',
|
|
153
|
+
provider: 'FreshSTAKING'
|
|
154
|
+
}, {
|
|
155
|
+
address: 'https://rpc-juno.architectnodes.com',
|
|
156
|
+
provider: 'Architect Nodes'
|
|
157
|
+
}, {
|
|
158
|
+
address: 'https://juno.rpc.interchain.ivaldilabs.xyz',
|
|
159
|
+
provider: 'ivaldilabs'
|
|
160
|
+
}, {
|
|
161
|
+
address: 'https://juno-rpc.cosmosrescue.com',
|
|
162
|
+
provider: 'cosmosrescue'
|
|
179
163
|
}],
|
|
180
164
|
rest: [{
|
|
181
|
-
address: 'https://lcd-juno.whispernode.com:443',
|
|
182
|
-
provider: 'WhisperNode🤐'
|
|
183
|
-
}, {
|
|
184
165
|
address: 'https://lcd-juno.itastakers.com',
|
|
185
166
|
provider: 'itastakers'
|
|
186
|
-
}, {
|
|
187
|
-
address: 'https://juno.rest.interchain.ivaldilabs.xyz',
|
|
188
|
-
provider: 'Ivaldi Labs'
|
|
189
167
|
}, {
|
|
190
168
|
address: 'https://rest-juno.ecostake.com',
|
|
191
169
|
provider: 'ecostake'
|
|
@@ -204,18 +182,12 @@ var chain = {
|
|
|
204
182
|
}, {
|
|
205
183
|
address: 'https://juno-api.polkachu.com',
|
|
206
184
|
provider: 'Polkachu'
|
|
207
|
-
}, {
|
|
208
|
-
address: 'https://api.juno.silknodes.io/',
|
|
209
|
-
provider: 'Silk Nodes'
|
|
210
185
|
}, {
|
|
211
186
|
address: 'https://juno-api.kleomedes.network',
|
|
212
187
|
provider: 'Kleomedes'
|
|
213
188
|
}, {
|
|
214
189
|
address: 'https://api.juno.interbloc.org',
|
|
215
190
|
provider: 'Interbloc'
|
|
216
|
-
}, {
|
|
217
|
-
address: 'https://juno.nodejumper.io:1317',
|
|
218
|
-
provider: 'Nodejumper 🚀'
|
|
219
191
|
}, {
|
|
220
192
|
address: 'https://juno.rest.stakin-nodes.com',
|
|
221
193
|
provider: 'Stakin'
|
|
@@ -228,43 +200,52 @@ var chain = {
|
|
|
228
200
|
}, {
|
|
229
201
|
address: 'https://juno-api.reece.sh',
|
|
230
202
|
provider: 'Reecepbcups'
|
|
203
|
+
}, {
|
|
204
|
+
address: 'https://juno-api.stakeandrelax.net',
|
|
205
|
+
provider: 'Stake&Relax Validator 🦥'
|
|
206
|
+
}, {
|
|
207
|
+
address: 'https://rest-juno.architectnodes.com',
|
|
208
|
+
provider: 'Architect Nodes'
|
|
209
|
+
}, {
|
|
210
|
+
address: 'https://juno-mainnet-lcd.autostake.com:443',
|
|
211
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
212
|
+
}, {
|
|
213
|
+
address: 'https://juno.rest.interchain.ivaldilabs.xyz',
|
|
214
|
+
provider: 'ivaldilabs'
|
|
215
|
+
}, {
|
|
216
|
+
address: 'https://juno-api.cosmosrescue.com',
|
|
217
|
+
provider: 'cosmosrescue'
|
|
231
218
|
}],
|
|
232
219
|
grpc: [{
|
|
233
|
-
address: '35.243.205.230:9090',
|
|
234
|
-
provider: 'strangelove'
|
|
235
|
-
}, {
|
|
236
220
|
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
|
237
221
|
provider: 'Notional'
|
|
238
222
|
}, {
|
|
239
|
-
address: '
|
|
223
|
+
address: 'juno-grpc.lavenderfive.com:443',
|
|
240
224
|
provider: 'Lavender.Five Nodes 🐝'
|
|
241
|
-
}, {
|
|
242
|
-
address: 'https://juno.grpcui.chaintools.host/',
|
|
243
|
-
provider: 'ChainTools'
|
|
244
225
|
}, {
|
|
245
226
|
address: 'juno-grpc.polkachu.com:12690',
|
|
246
227
|
provider: 'Polkachu'
|
|
247
|
-
}, {
|
|
248
|
-
address: 'https://grpc.juno.silknodes.io/',
|
|
249
|
-
provider: 'Silk Nodes'
|
|
250
|
-
}, {
|
|
251
|
-
address: 'juno.grpc.interchain.ivaldilabs.xyz:443',
|
|
252
|
-
provider: 'Ivaldi Labs'
|
|
253
|
-
}, {
|
|
254
|
-
address: 'https://juno.nodejumper.io:9090',
|
|
255
|
-
provider: 'Nodejumper 🚀'
|
|
256
228
|
}, {
|
|
257
229
|
address: 'juno.grpc.stakin-nodes.com:443',
|
|
258
230
|
provider: 'Stakin'
|
|
259
231
|
}, {
|
|
260
|
-
address: '
|
|
261
|
-
provider: 'BlockHunters 🎯'
|
|
262
|
-
}, {
|
|
263
|
-
address: 'https://grpc.juno.kingnodes.com',
|
|
232
|
+
address: 'grpc.juno.kingnodes.com:443',
|
|
264
233
|
provider: 'kingnodes 👑'
|
|
265
234
|
}, {
|
|
266
|
-
address: 'http://juno
|
|
235
|
+
address: 'http://juno-grpc.stakeandrelax.net:12690',
|
|
267
236
|
provider: 'Stake&Relax Validator 🦥'
|
|
237
|
+
}, {
|
|
238
|
+
address: 'grpc-juno.architectnodes.com:1443',
|
|
239
|
+
provider: 'Architect Nodes'
|
|
240
|
+
}, {
|
|
241
|
+
address: 'juno-mainnet-grpc.autostake.com:443',
|
|
242
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
243
|
+
}, {
|
|
244
|
+
address: 'juno.grpc.interchain.ivaldilabs.xyz:443',
|
|
245
|
+
provider: 'ivaldilabs'
|
|
246
|
+
}, {
|
|
247
|
+
address: 'juno-grpc.cosmosrescue.com:9090',
|
|
248
|
+
provider: 'cosmosrescue'
|
|
268
249
|
}]
|
|
269
250
|
},
|
|
270
251
|
explorers: [{
|
|
@@ -289,6 +270,10 @@ var chain = {
|
|
|
289
270
|
kind: 'atomscan',
|
|
290
271
|
url: 'https://atomscan.com/juno',
|
|
291
272
|
tx_page: 'https://atomscan.com/juno/transactions/${txHash}'
|
|
273
|
+
}, {
|
|
274
|
+
kind: 'TC Network',
|
|
275
|
+
url: 'https://explorer.tcnetwork.io/juno',
|
|
276
|
+
tx_page: 'https://explorer.tcnetwork.io/juno/transaction/${txHash}'
|
|
292
277
|
}]
|
|
293
278
|
};
|
|
294
279
|
var _default = chain;
|
package/main/testnet.js
CHANGED
|
@@ -31,13 +31,13 @@ var testnet = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
34
|
-
recommended_version: '
|
|
35
|
-
compatible_versions: ['
|
|
34
|
+
recommended_version: 'v13.0.0-beta.1',
|
|
35
|
+
compatible_versions: ['v13.0.0-beta.1'],
|
|
36
36
|
cosmos_sdk_version: '0.45',
|
|
37
37
|
tendermint_version: '0.34',
|
|
38
|
-
cosmwasm_version: '0.
|
|
38
|
+
cosmwasm_version: '0.30',
|
|
39
39
|
cosmwasm_enabled: true,
|
|
40
|
-
ibc_go_version: '
|
|
40
|
+
ibc_go_version: '4.3.0',
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.19.6",
|
|
51
51
|
"@babel/preset-env": "7.19.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.17.12",
|
|
53
|
-
"@chain-registry/utils": "^1.
|
|
53
|
+
"@chain-registry/utils": "^1.8.0",
|
|
54
54
|
"@types/jest": "^29.2.0",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
56
56
|
"@typescript-eslint/parser": "5.40.1",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.2.1",
|
|
59
59
|
"babel-watch": "^7.0.0",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.10.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.25.0",
|
|
63
63
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.19.4",
|
|
76
76
|
"@chain-registry/types": "^0.14.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "ffcf72b1c19f90354beca294ff5224ff6577f0ea"
|
|
79
79
|
}
|