@chain-registry/juno 1.7.0 → 1.9.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 +444 -8
- package/main/assets.js +2 -2
- package/main/chain.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.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
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.7.0...@chain-registry/juno@1.8.0) (2023-02-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.6.1...@chain-registry/juno@1.7.0) (2023-02-08)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -684,6 +684,149 @@ var asset_list = {
|
|
|
684
684
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png'
|
|
685
685
|
},
|
|
686
686
|
coingecko_id: 'wbnb'
|
|
687
|
+
}, {
|
|
688
|
+
description: 'Binance USD on Axelar.',
|
|
689
|
+
denom_units: [{
|
|
690
|
+
denom: 'ibc/01D29B33757B631D6E02A4AE8A852969273E2476ED83CB3F947D4AA5DB9F151E',
|
|
691
|
+
exponent: 0,
|
|
692
|
+
aliases: ['busd-wei']
|
|
693
|
+
}, {
|
|
694
|
+
denom: 'busd',
|
|
695
|
+
exponent: 18
|
|
696
|
+
}],
|
|
697
|
+
base: 'ibc/01D29B33757B631D6E02A4AE8A852969273E2476ED83CB3F947D4AA5DB9F151E',
|
|
698
|
+
name: 'Binance USD',
|
|
699
|
+
display: 'busd',
|
|
700
|
+
symbol: 'BUSD',
|
|
701
|
+
traces: [{
|
|
702
|
+
type: 'ibc',
|
|
703
|
+
counterparty: {
|
|
704
|
+
channel_id: 'channel-4',
|
|
705
|
+
base_denom: 'busd-wei',
|
|
706
|
+
chain_name: 'axelar'
|
|
707
|
+
},
|
|
708
|
+
chain: {
|
|
709
|
+
channel_id: 'channel-71'
|
|
710
|
+
}
|
|
711
|
+
}],
|
|
712
|
+
logo_URIs: {
|
|
713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
|
|
714
|
+
},
|
|
715
|
+
coingecko_id: 'binance-usd'
|
|
716
|
+
}, {
|
|
717
|
+
description: 'Wrapped AVAX on Axelar.',
|
|
718
|
+
denom_units: [{
|
|
719
|
+
denom: 'ibc/02B88E41C96FCADA33F15642CEE961EE17A63866EDCA4098EDDB6F9C6671EB92',
|
|
720
|
+
exponent: 0,
|
|
721
|
+
aliases: ['wavax-wei']
|
|
722
|
+
}, {
|
|
723
|
+
denom: 'avax',
|
|
724
|
+
exponent: 18
|
|
725
|
+
}],
|
|
726
|
+
base: 'ibc/02B88E41C96FCADA33F15642CEE961EE17A63866EDCA4098EDDB6F9C6671EB92',
|
|
727
|
+
name: 'Wrapped AVAX',
|
|
728
|
+
display: 'avax',
|
|
729
|
+
symbol: 'WAVAX',
|
|
730
|
+
traces: [{
|
|
731
|
+
type: 'ibc',
|
|
732
|
+
counterparty: {
|
|
733
|
+
channel_id: 'channel-4',
|
|
734
|
+
base_denom: 'wavax-wei',
|
|
735
|
+
chain_name: 'axelar'
|
|
736
|
+
},
|
|
737
|
+
chain: {
|
|
738
|
+
channel_id: 'channel-71'
|
|
739
|
+
}
|
|
740
|
+
}],
|
|
741
|
+
logo_URIs: {
|
|
742
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
|
|
743
|
+
}
|
|
744
|
+
}, {
|
|
745
|
+
description: 'Wrapped FTM on Axelar.',
|
|
746
|
+
denom_units: [{
|
|
747
|
+
denom: 'ibc/BCA8E085B8D4D9D89D5316165E51545B826C5E034EACD6C00A7464C58F318379',
|
|
748
|
+
exponent: 0,
|
|
749
|
+
aliases: ['wftm-wei']
|
|
750
|
+
}, {
|
|
751
|
+
denom: 'ftm',
|
|
752
|
+
exponent: 18
|
|
753
|
+
}],
|
|
754
|
+
base: 'ibc/BCA8E085B8D4D9D89D5316165E51545B826C5E034EACD6C00A7464C58F318379',
|
|
755
|
+
name: 'Wrapped FTM',
|
|
756
|
+
display: 'ftm',
|
|
757
|
+
symbol: 'WFTM',
|
|
758
|
+
traces: [{
|
|
759
|
+
type: 'ibc',
|
|
760
|
+
counterparty: {
|
|
761
|
+
channel_id: 'channel-4',
|
|
762
|
+
base_denom: 'wftm-wei',
|
|
763
|
+
chain_name: 'axelar'
|
|
764
|
+
},
|
|
765
|
+
chain: {
|
|
766
|
+
channel_id: 'channel-71'
|
|
767
|
+
}
|
|
768
|
+
}],
|
|
769
|
+
logo_URIs: {
|
|
770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
|
|
771
|
+
}
|
|
772
|
+
}, {
|
|
773
|
+
description: "Circle's stablecoin from Polygon on Axelar",
|
|
774
|
+
denom_units: [{
|
|
775
|
+
denom: 'ibc/AA6342A4B85CBEECD8B97EA11BF78266FD8900D0782BBA64B2A546025A4C2A13',
|
|
776
|
+
exponent: 0,
|
|
777
|
+
aliases: ['polygon-uusdc']
|
|
778
|
+
}, {
|
|
779
|
+
denom: 'polygon-usdc',
|
|
780
|
+
exponent: 6
|
|
781
|
+
}],
|
|
782
|
+
base: 'ibc/AA6342A4B85CBEECD8B97EA11BF78266FD8900D0782BBA64B2A546025A4C2A13',
|
|
783
|
+
name: 'USD Coin from Polygon',
|
|
784
|
+
display: 'polygon-usdc',
|
|
785
|
+
symbol: 'USDC',
|
|
786
|
+
traces: [{
|
|
787
|
+
type: 'ibc',
|
|
788
|
+
counterparty: {
|
|
789
|
+
channel_id: 'channel-4',
|
|
790
|
+
base_denom: 'polygon-uusdc',
|
|
791
|
+
chain_name: 'axelar'
|
|
792
|
+
},
|
|
793
|
+
chain: {
|
|
794
|
+
channel_id: 'channel-71'
|
|
795
|
+
}
|
|
796
|
+
}],
|
|
797
|
+
logo_URIs: {
|
|
798
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
800
|
+
}
|
|
801
|
+
}, {
|
|
802
|
+
description: "Circle's stablecoin from Avalanche on Axelar",
|
|
803
|
+
denom_units: [{
|
|
804
|
+
denom: 'ibc/AE29EC52972A51930675D851D414CFFC1FB0850B0956C9E06F001358EC46F3A4',
|
|
805
|
+
exponent: 0,
|
|
806
|
+
aliases: ['avalanche-uusdc']
|
|
807
|
+
}, {
|
|
808
|
+
denom: 'avalanche-usdc',
|
|
809
|
+
exponent: 6
|
|
810
|
+
}],
|
|
811
|
+
base: 'ibc/AE29EC52972A51930675D851D414CFFC1FB0850B0956C9E06F001358EC46F3A4',
|
|
812
|
+
name: 'USD Coin from Avalanche',
|
|
813
|
+
display: 'avalanche-usdc',
|
|
814
|
+
symbol: 'USDC',
|
|
815
|
+
traces: [{
|
|
816
|
+
type: 'ibc',
|
|
817
|
+
counterparty: {
|
|
818
|
+
channel_id: 'channel-4',
|
|
819
|
+
base_denom: 'avalanche-uusdc',
|
|
820
|
+
chain_name: 'axelar'
|
|
821
|
+
},
|
|
822
|
+
chain: {
|
|
823
|
+
channel_id: 'channel-71'
|
|
824
|
+
}
|
|
825
|
+
}],
|
|
826
|
+
logo_URIs: {
|
|
827
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
829
|
+
}
|
|
687
830
|
}, {
|
|
688
831
|
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.',
|
|
689
832
|
denom_units: [{
|
|
@@ -1182,7 +1325,8 @@ var asset_list = {
|
|
|
1182
1325
|
display: 'cmdx',
|
|
1183
1326
|
symbol: 'CMDX',
|
|
1184
1327
|
logo_URIs: {
|
|
1185
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
|
1328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
1186
1330
|
},
|
|
1187
1331
|
coingecko_id: 'comdex',
|
|
1188
1332
|
traces: [{
|
|
@@ -1211,7 +1355,8 @@ var asset_list = {
|
|
|
1211
1355
|
display: 'harbor',
|
|
1212
1356
|
symbol: 'HARBOR',
|
|
1213
1357
|
logo_URIs: {
|
|
1214
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
|
|
1358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
1359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
1215
1360
|
},
|
|
1216
1361
|
coingecko_id: '',
|
|
1217
1362
|
traces: [{
|
|
@@ -1240,9 +1385,10 @@ var asset_list = {
|
|
|
1240
1385
|
display: 'cmst',
|
|
1241
1386
|
symbol: 'CMST',
|
|
1242
1387
|
logo_URIs: {
|
|
1243
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
|
|
1388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
|
|
1389
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
|
|
1244
1390
|
},
|
|
1245
|
-
coingecko_id: '',
|
|
1391
|
+
coingecko_id: 'composite',
|
|
1246
1392
|
traces: [{
|
|
1247
1393
|
type: 'ibc',
|
|
1248
1394
|
counterparty: {
|
|
@@ -1284,6 +1430,66 @@ var asset_list = {
|
|
|
1284
1430
|
channel_id: 'channel-1'
|
|
1285
1431
|
}
|
|
1286
1432
|
}]
|
|
1433
|
+
}, {
|
|
1434
|
+
description: 'The native token of Crescent',
|
|
1435
|
+
denom_units: [{
|
|
1436
|
+
denom: 'ibc/B7EA961307B6915512F1204B78B6180851DD7474469EB21F16D30DF74DA22903',
|
|
1437
|
+
exponent: 0,
|
|
1438
|
+
aliases: ['ucre']
|
|
1439
|
+
}, {
|
|
1440
|
+
denom: 'cre',
|
|
1441
|
+
exponent: 6
|
|
1442
|
+
}],
|
|
1443
|
+
base: 'ibc/B7EA961307B6915512F1204B78B6180851DD7474469EB21F16D30DF74DA22903',
|
|
1444
|
+
name: 'Crescent',
|
|
1445
|
+
display: 'cre',
|
|
1446
|
+
symbol: 'CRE',
|
|
1447
|
+
logo_URIs: {
|
|
1448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
1449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1450
|
+
},
|
|
1451
|
+
coingecko_id: 'crescent-network',
|
|
1452
|
+
traces: [{
|
|
1453
|
+
type: 'ibc',
|
|
1454
|
+
counterparty: {
|
|
1455
|
+
channel_id: 'channel-3',
|
|
1456
|
+
base_denom: 'ucre',
|
|
1457
|
+
chain_name: 'crescent'
|
|
1458
|
+
},
|
|
1459
|
+
chain: {
|
|
1460
|
+
channel_id: 'channel-81'
|
|
1461
|
+
}
|
|
1462
|
+
}]
|
|
1463
|
+
}, {
|
|
1464
|
+
description: 'The bonded token of Crescent',
|
|
1465
|
+
denom_units: [{
|
|
1466
|
+
denom: 'ibc/B8EE79E4CABC454512974F71D20725BCEEDA42FB2251729EE30E528132152508',
|
|
1467
|
+
exponent: 0,
|
|
1468
|
+
aliases: ['ubcre']
|
|
1469
|
+
}, {
|
|
1470
|
+
denom: 'bcre',
|
|
1471
|
+
exponent: 6
|
|
1472
|
+
}],
|
|
1473
|
+
base: 'ibc/B8EE79E4CABC454512974F71D20725BCEEDA42FB2251729EE30E528132152508',
|
|
1474
|
+
name: 'Bonded Crescent',
|
|
1475
|
+
display: 'bcre',
|
|
1476
|
+
symbol: 'bCRE',
|
|
1477
|
+
logo_URIs: {
|
|
1478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
|
|
1479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1480
|
+
},
|
|
1481
|
+
coingecko_id: 'liquid-staking-crescent',
|
|
1482
|
+
traces: [{
|
|
1483
|
+
type: 'ibc',
|
|
1484
|
+
counterparty: {
|
|
1485
|
+
channel_id: 'channel-3',
|
|
1486
|
+
base_denom: 'ubcre',
|
|
1487
|
+
chain_name: 'crescent'
|
|
1488
|
+
},
|
|
1489
|
+
chain: {
|
|
1490
|
+
channel_id: 'channel-81'
|
|
1491
|
+
}
|
|
1492
|
+
}]
|
|
1287
1493
|
}, {
|
|
1288
1494
|
description: 'Native token of Dig Chain',
|
|
1289
1495
|
denom_units: [{
|
|
@@ -1491,6 +1697,36 @@ var asset_list = {
|
|
|
1491
1697
|
channel_id: 'channel-9'
|
|
1492
1698
|
}
|
|
1493
1699
|
}]
|
|
1700
|
+
}, {
|
|
1701
|
+
description: 'Mars protocol token',
|
|
1702
|
+
denom_units: [{
|
|
1703
|
+
denom: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
|
|
1704
|
+
exponent: 0,
|
|
1705
|
+
aliases: ['umars']
|
|
1706
|
+
}, {
|
|
1707
|
+
denom: 'mars',
|
|
1708
|
+
exponent: 6
|
|
1709
|
+
}],
|
|
1710
|
+
base: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
|
|
1711
|
+
name: 'Mars',
|
|
1712
|
+
display: 'mars',
|
|
1713
|
+
symbol: 'MARS',
|
|
1714
|
+
logo_URIs: {
|
|
1715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1717
|
+
},
|
|
1718
|
+
coingecko_id: 'mars-protocol',
|
|
1719
|
+
traces: [{
|
|
1720
|
+
type: 'ibc',
|
|
1721
|
+
counterparty: {
|
|
1722
|
+
channel_id: 'channel-3',
|
|
1723
|
+
base_denom: 'umars',
|
|
1724
|
+
chain_name: 'mars'
|
|
1725
|
+
},
|
|
1726
|
+
chain: {
|
|
1727
|
+
channel_id: 'channel-209'
|
|
1728
|
+
}
|
|
1729
|
+
}]
|
|
1494
1730
|
}, {
|
|
1495
1731
|
description: 'The native token of Osmosis',
|
|
1496
1732
|
denom_units: [{
|
|
@@ -1499,8 +1735,7 @@ var asset_list = {
|
|
|
1499
1735
|
aliases: ['uosmo']
|
|
1500
1736
|
}, {
|
|
1501
1737
|
denom: 'osmo',
|
|
1502
|
-
exponent: 6
|
|
1503
|
-
aliases: []
|
|
1738
|
+
exponent: 6
|
|
1504
1739
|
}],
|
|
1505
1740
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
1506
1741
|
name: 'Osmosis',
|
|
@@ -1677,12 +1912,15 @@ var asset_list = {
|
|
|
1677
1912
|
description: "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
|
1678
1913
|
denom_units: [{
|
|
1679
1914
|
denom: 'ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D',
|
|
1680
|
-
exponent:
|
|
1915
|
+
exponent: 0,
|
|
1681
1916
|
aliases: ['rowan']
|
|
1917
|
+
}, {
|
|
1918
|
+
denom: 'ROWAN',
|
|
1919
|
+
exponent: 18
|
|
1682
1920
|
}],
|
|
1683
1921
|
base: 'ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D',
|
|
1684
1922
|
name: 'Sifchain Rowan',
|
|
1685
|
-
display: '
|
|
1923
|
+
display: 'ROWAN',
|
|
1686
1924
|
symbol: 'ROWAN',
|
|
1687
1925
|
logo_URIs: {
|
|
1688
1926
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg',
|
|
@@ -1729,6 +1967,204 @@ var asset_list = {
|
|
|
1729
1967
|
channel_id: 'channel-20'
|
|
1730
1968
|
}
|
|
1731
1969
|
}]
|
|
1970
|
+
}, {
|
|
1971
|
+
description: 'The native token of Stride',
|
|
1972
|
+
denom_units: [{
|
|
1973
|
+
denom: 'ibc/266D1A31785C3E815879EC32AB3B812F0CDFBF3514C5058275C626C9A18AF1FB',
|
|
1974
|
+
exponent: 0,
|
|
1975
|
+
aliases: ['ustrd']
|
|
1976
|
+
}, {
|
|
1977
|
+
denom: 'strd',
|
|
1978
|
+
exponent: 6
|
|
1979
|
+
}],
|
|
1980
|
+
base: 'ibc/266D1A31785C3E815879EC32AB3B812F0CDFBF3514C5058275C626C9A18AF1FB',
|
|
1981
|
+
name: 'Stride',
|
|
1982
|
+
display: 'strd',
|
|
1983
|
+
symbol: 'STRD',
|
|
1984
|
+
logo_URIs: {
|
|
1985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1987
|
+
},
|
|
1988
|
+
coingecko_id: 'stride',
|
|
1989
|
+
traces: [{
|
|
1990
|
+
type: 'ibc',
|
|
1991
|
+
counterparty: {
|
|
1992
|
+
channel_id: 'channel-24',
|
|
1993
|
+
base_denom: 'ustrd',
|
|
1994
|
+
chain_name: 'stride'
|
|
1995
|
+
},
|
|
1996
|
+
chain: {
|
|
1997
|
+
channel_id: 'channel-139'
|
|
1998
|
+
}
|
|
1999
|
+
}]
|
|
2000
|
+
}, {
|
|
2001
|
+
denom_units: [{
|
|
2002
|
+
denom: 'ibc/680F35B5D3DC99BA4A6BD8A1106847DC4CF42D2A20B42AEB1931CC8F0918B013',
|
|
2003
|
+
exponent: 0,
|
|
2004
|
+
aliases: ['stuatom']
|
|
2005
|
+
}, {
|
|
2006
|
+
denom: 'statom',
|
|
2007
|
+
exponent: 6
|
|
2008
|
+
}],
|
|
2009
|
+
base: 'ibc/680F35B5D3DC99BA4A6BD8A1106847DC4CF42D2A20B42AEB1931CC8F0918B013',
|
|
2010
|
+
name: 'stATOM',
|
|
2011
|
+
display: 'statom',
|
|
2012
|
+
symbol: 'stATOM',
|
|
2013
|
+
traces: [{
|
|
2014
|
+
type: 'ibc',
|
|
2015
|
+
counterparty: {
|
|
2016
|
+
channel_id: 'channel-24',
|
|
2017
|
+
base_denom: 'stuatom',
|
|
2018
|
+
chain_name: 'stride'
|
|
2019
|
+
},
|
|
2020
|
+
chain: {
|
|
2021
|
+
channel_id: 'channel-139'
|
|
2022
|
+
}
|
|
2023
|
+
}],
|
|
2024
|
+
logo_URIs: {
|
|
2025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
2026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
2027
|
+
},
|
|
2028
|
+
coingecko_id: 'stride-staked-atom'
|
|
2029
|
+
}, {
|
|
2030
|
+
denom_units: [{
|
|
2031
|
+
denom: 'ibc/0A3FD262BFF3F7CBDE8DD8F0B45DF6D28E339ACBBC92D37A3726534C79C7E016',
|
|
2032
|
+
exponent: 0,
|
|
2033
|
+
aliases: ['stustars']
|
|
2034
|
+
}, {
|
|
2035
|
+
denom: 'ststars',
|
|
2036
|
+
exponent: 6
|
|
2037
|
+
}],
|
|
2038
|
+
base: 'ibc/0A3FD262BFF3F7CBDE8DD8F0B45DF6D28E339ACBBC92D37A3726534C79C7E016',
|
|
2039
|
+
name: 'stSTARS',
|
|
2040
|
+
display: 'ststars',
|
|
2041
|
+
symbol: 'stSTARS',
|
|
2042
|
+
traces: [{
|
|
2043
|
+
type: 'ibc',
|
|
2044
|
+
counterparty: {
|
|
2045
|
+
channel_id: 'channel-24',
|
|
2046
|
+
base_denom: 'stustars',
|
|
2047
|
+
chain_name: 'stride'
|
|
2048
|
+
},
|
|
2049
|
+
chain: {
|
|
2050
|
+
channel_id: 'channel-139'
|
|
2051
|
+
}
|
|
2052
|
+
}],
|
|
2053
|
+
logo_URIs: {
|
|
2054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
|
|
2055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
2056
|
+
}
|
|
2057
|
+
}, {
|
|
2058
|
+
denom_units: [{
|
|
2059
|
+
denom: 'ibc/8CBAE8833FA65F04A64B4179F9BB8DCD9B7DEA9E6C66E0774252D6A1D84256AC',
|
|
2060
|
+
exponent: 0,
|
|
2061
|
+
aliases: ['stuosmo']
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'stosmo',
|
|
2064
|
+
exponent: 6
|
|
2065
|
+
}],
|
|
2066
|
+
base: 'ibc/8CBAE8833FA65F04A64B4179F9BB8DCD9B7DEA9E6C66E0774252D6A1D84256AC',
|
|
2067
|
+
name: 'stOSMO',
|
|
2068
|
+
display: 'stosmo',
|
|
2069
|
+
symbol: 'stOSMO',
|
|
2070
|
+
traces: [{
|
|
2071
|
+
type: 'ibc',
|
|
2072
|
+
counterparty: {
|
|
2073
|
+
channel_id: 'channel-24',
|
|
2074
|
+
base_denom: 'stuosmo',
|
|
2075
|
+
chain_name: 'stride'
|
|
2076
|
+
},
|
|
2077
|
+
chain: {
|
|
2078
|
+
channel_id: 'channel-139'
|
|
2079
|
+
}
|
|
2080
|
+
}],
|
|
2081
|
+
logo_URIs: {
|
|
2082
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
2083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
2084
|
+
}
|
|
2085
|
+
}, {
|
|
2086
|
+
denom_units: [{
|
|
2087
|
+
denom: 'ibc/F4F5F27F40F927F8A4FF9F5601F80AD5D77B366570E7C59856B8CE4135AC1F59',
|
|
2088
|
+
exponent: 0,
|
|
2089
|
+
aliases: ['stujuno']
|
|
2090
|
+
}, {
|
|
2091
|
+
denom: 'stjuno',
|
|
2092
|
+
exponent: 6
|
|
2093
|
+
}],
|
|
2094
|
+
base: 'ibc/F4F5F27F40F927F8A4FF9F5601F80AD5D77B366570E7C59856B8CE4135AC1F59',
|
|
2095
|
+
name: 'stJUNO',
|
|
2096
|
+
display: 'stjuno',
|
|
2097
|
+
symbol: 'stJUNO',
|
|
2098
|
+
traces: [{
|
|
2099
|
+
type: 'ibc',
|
|
2100
|
+
counterparty: {
|
|
2101
|
+
channel_id: 'channel-24',
|
|
2102
|
+
base_denom: 'stujuno',
|
|
2103
|
+
chain_name: 'stride'
|
|
2104
|
+
},
|
|
2105
|
+
chain: {
|
|
2106
|
+
channel_id: 'channel-139'
|
|
2107
|
+
}
|
|
2108
|
+
}],
|
|
2109
|
+
logo_URIs: {
|
|
2110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
|
|
2111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
|
|
2112
|
+
}
|
|
2113
|
+
}, {
|
|
2114
|
+
denom_units: [{
|
|
2115
|
+
denom: 'ibc/132D49B0571241584C3081B4DAB5B405F26569EA79CA0B137F96BA7E741E70B0',
|
|
2116
|
+
exponent: 0,
|
|
2117
|
+
aliases: ['stuluna']
|
|
2118
|
+
}, {
|
|
2119
|
+
denom: 'stluna',
|
|
2120
|
+
exponent: 6
|
|
2121
|
+
}],
|
|
2122
|
+
base: 'ibc/132D49B0571241584C3081B4DAB5B405F26569EA79CA0B137F96BA7E741E70B0',
|
|
2123
|
+
name: 'stLUNA',
|
|
2124
|
+
display: 'stluna',
|
|
2125
|
+
symbol: 'stLUNA',
|
|
2126
|
+
traces: [{
|
|
2127
|
+
type: 'ibc',
|
|
2128
|
+
counterparty: {
|
|
2129
|
+
channel_id: 'channel-24',
|
|
2130
|
+
base_denom: 'stuluna',
|
|
2131
|
+
chain_name: 'stride'
|
|
2132
|
+
},
|
|
2133
|
+
chain: {
|
|
2134
|
+
channel_id: 'channel-139'
|
|
2135
|
+
}
|
|
2136
|
+
}],
|
|
2137
|
+
logo_URIs: {
|
|
2138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
2139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
2140
|
+
}
|
|
2141
|
+
}, {
|
|
2142
|
+
denom_units: [{
|
|
2143
|
+
denom: 'staevmos',
|
|
2144
|
+
exponent: 0
|
|
2145
|
+
}, {
|
|
2146
|
+
denom: 'stevmos',
|
|
2147
|
+
exponent: 18
|
|
2148
|
+
}],
|
|
2149
|
+
base: 'ibc/2193FFF54DCB24C93F92C846689FA73974C064741C36015EEA2FFBBC1817CB92',
|
|
2150
|
+
name: 'stEVMOS',
|
|
2151
|
+
display: 'stevmos',
|
|
2152
|
+
symbol: 'stEVMOS',
|
|
2153
|
+
traces: [{
|
|
2154
|
+
type: 'ibc',
|
|
2155
|
+
counterparty: {
|
|
2156
|
+
channel_id: 'channel-24',
|
|
2157
|
+
base_denom: 'staevmos',
|
|
2158
|
+
chain_name: 'stride'
|
|
2159
|
+
},
|
|
2160
|
+
chain: {
|
|
2161
|
+
channel_id: 'channel-139'
|
|
2162
|
+
}
|
|
2163
|
+
}],
|
|
2164
|
+
logo_URIs: {
|
|
2165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
2166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
2167
|
+
}
|
|
1732
2168
|
}, {
|
|
1733
2169
|
description: 'The native staking token of Terra Classic.',
|
|
1734
2170
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -527,12 +527,12 @@ var assets = {
|
|
|
527
527
|
denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
528
528
|
exponent: 0
|
|
529
529
|
}, {
|
|
530
|
-
denom: '
|
|
530
|
+
denom: 'banana',
|
|
531
531
|
exponent: 6
|
|
532
532
|
}],
|
|
533
533
|
base: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
534
534
|
name: 'Banana Token',
|
|
535
|
-
display: '
|
|
535
|
+
display: 'banana',
|
|
536
536
|
symbol: 'BANANA',
|
|
537
537
|
logo_URIs: {
|
|
538
538
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
package/main/chain.js
CHANGED
|
@@ -117,8 +117,8 @@ var chain = {
|
|
|
117
117
|
},
|
|
118
118
|
apis: {
|
|
119
119
|
rpc: [{
|
|
120
|
-
address: 'https://rpc-juno.whispernode.com',
|
|
121
|
-
provider: '
|
|
120
|
+
address: 'https://rpc-juno.whispernode.com:443',
|
|
121
|
+
provider: 'WhisperNode🤐'
|
|
122
122
|
}, {
|
|
123
123
|
address: 'https://rpc-juno.itastakers.com',
|
|
124
124
|
provider: 'itastakers'
|
|
@@ -178,8 +178,8 @@ var chain = {
|
|
|
178
178
|
provider: 'Stake&Relax Validator 🦥'
|
|
179
179
|
}],
|
|
180
180
|
rest: [{
|
|
181
|
-
address: 'https://lcd-juno.whispernode.com',
|
|
182
|
-
provider: '
|
|
181
|
+
address: 'https://lcd-juno.whispernode.com:443',
|
|
182
|
+
provider: 'WhisperNode🤐'
|
|
183
183
|
}, {
|
|
184
184
|
address: 'https://lcd-juno.itastakers.com',
|
|
185
185
|
provider: 'itastakers'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.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.6.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.8.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": "15febb6c8c815a9d561027967f496cd1f160bc20"
|
|
79
79
|
}
|