@chain-registry/osmosis 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 +1674 -141
- package/main/assets.js +2 -4
- package/main/chain.js +2 -2
- package/package.json +4 -4
package/main/asset_list.js
CHANGED
|
@@ -7,6 +7,93 @@ exports["default"] = void 0;
|
|
|
7
7
|
var asset_list = {
|
|
8
8
|
chain_name: 'osmosis',
|
|
9
9
|
assets: [{
|
|
10
|
+
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
11
|
+
denom_units: [{
|
|
12
|
+
denom: 'ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06',
|
|
13
|
+
exponent: 0,
|
|
14
|
+
aliases: ['aacre']
|
|
15
|
+
}, {
|
|
16
|
+
denom: 'acre',
|
|
17
|
+
exponent: 18
|
|
18
|
+
}],
|
|
19
|
+
base: 'ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06',
|
|
20
|
+
name: 'Acre',
|
|
21
|
+
display: 'acre',
|
|
22
|
+
symbol: 'ACRE',
|
|
23
|
+
logo_URIs: {
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'arable-protocol',
|
|
28
|
+
traces: [{
|
|
29
|
+
type: 'ibc',
|
|
30
|
+
counterparty: {
|
|
31
|
+
channel_id: 'channel-0',
|
|
32
|
+
base_denom: 'aacre',
|
|
33
|
+
chain_name: 'acrechain'
|
|
34
|
+
},
|
|
35
|
+
chain: {
|
|
36
|
+
channel_id: 'channel-490'
|
|
37
|
+
}
|
|
38
|
+
}]
|
|
39
|
+
}, {
|
|
40
|
+
description: 'Overcollateralized stable coin for Arable derivatives v1',
|
|
41
|
+
denom_units: [{
|
|
42
|
+
denom: 'ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F',
|
|
43
|
+
exponent: 0,
|
|
44
|
+
aliases: ['erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c']
|
|
45
|
+
}, {
|
|
46
|
+
denom: 'arusd',
|
|
47
|
+
exponent: 18
|
|
48
|
+
}],
|
|
49
|
+
base: 'ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F',
|
|
50
|
+
name: 'Arable USD',
|
|
51
|
+
display: 'arusd',
|
|
52
|
+
symbol: 'arUSD',
|
|
53
|
+
logo_URIs: {
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png'
|
|
55
|
+
},
|
|
56
|
+
coingecko_id: 'arable-usd',
|
|
57
|
+
traces: [{
|
|
58
|
+
type: 'ibc',
|
|
59
|
+
counterparty: {
|
|
60
|
+
channel_id: 'channel-0',
|
|
61
|
+
base_denom: 'erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c',
|
|
62
|
+
chain_name: 'acrechain'
|
|
63
|
+
},
|
|
64
|
+
chain: {
|
|
65
|
+
channel_id: 'channel-490'
|
|
66
|
+
}
|
|
67
|
+
}]
|
|
68
|
+
}, {
|
|
69
|
+
description: 'Ciento Exchange Token',
|
|
70
|
+
denom_units: [{
|
|
71
|
+
denom: 'ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5',
|
|
72
|
+
exponent: 0,
|
|
73
|
+
aliases: ['erc20/0xAE6D3334989a22A65228732446731438672418F2']
|
|
74
|
+
}, {
|
|
75
|
+
denom: 'cnto',
|
|
76
|
+
exponent: 18
|
|
77
|
+
}],
|
|
78
|
+
base: 'ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5',
|
|
79
|
+
name: 'Ciento Token',
|
|
80
|
+
display: 'cnto',
|
|
81
|
+
symbol: 'CNTO',
|
|
82
|
+
logo_URIs: {
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png'
|
|
84
|
+
},
|
|
85
|
+
traces: [{
|
|
86
|
+
type: 'ibc',
|
|
87
|
+
counterparty: {
|
|
88
|
+
channel_id: 'channel-0',
|
|
89
|
+
base_denom: 'erc20/0xAE6D3334989a22A65228732446731438672418F2',
|
|
90
|
+
chain_name: 'acrechain'
|
|
91
|
+
},
|
|
92
|
+
chain: {
|
|
93
|
+
channel_id: 'channel-490'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
}, {
|
|
10
97
|
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
11
98
|
denom_units: [{
|
|
12
99
|
denom: 'ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604',
|
|
@@ -741,6 +828,149 @@ var asset_list = {
|
|
|
741
828
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png'
|
|
742
829
|
},
|
|
743
830
|
coingecko_id: 'wbnb'
|
|
831
|
+
}, {
|
|
832
|
+
description: 'Binance USD on Axelar.',
|
|
833
|
+
denom_units: [{
|
|
834
|
+
denom: 'ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D',
|
|
835
|
+
exponent: 0,
|
|
836
|
+
aliases: ['busd-wei']
|
|
837
|
+
}, {
|
|
838
|
+
denom: 'busd',
|
|
839
|
+
exponent: 18
|
|
840
|
+
}],
|
|
841
|
+
base: 'ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D',
|
|
842
|
+
name: 'Binance USD',
|
|
843
|
+
display: 'busd',
|
|
844
|
+
symbol: 'BUSD',
|
|
845
|
+
traces: [{
|
|
846
|
+
type: 'ibc',
|
|
847
|
+
counterparty: {
|
|
848
|
+
channel_id: 'channel-3',
|
|
849
|
+
base_denom: 'busd-wei',
|
|
850
|
+
chain_name: 'axelar'
|
|
851
|
+
},
|
|
852
|
+
chain: {
|
|
853
|
+
channel_id: 'channel-208'
|
|
854
|
+
}
|
|
855
|
+
}],
|
|
856
|
+
logo_URIs: {
|
|
857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
|
|
858
|
+
},
|
|
859
|
+
coingecko_id: 'binance-usd'
|
|
860
|
+
}, {
|
|
861
|
+
description: 'Wrapped AVAX on Axelar.',
|
|
862
|
+
denom_units: [{
|
|
863
|
+
denom: 'ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373',
|
|
864
|
+
exponent: 0,
|
|
865
|
+
aliases: ['wavax-wei']
|
|
866
|
+
}, {
|
|
867
|
+
denom: 'avax',
|
|
868
|
+
exponent: 18
|
|
869
|
+
}],
|
|
870
|
+
base: 'ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373',
|
|
871
|
+
name: 'Wrapped AVAX',
|
|
872
|
+
display: 'avax',
|
|
873
|
+
symbol: 'WAVAX',
|
|
874
|
+
traces: [{
|
|
875
|
+
type: 'ibc',
|
|
876
|
+
counterparty: {
|
|
877
|
+
channel_id: 'channel-3',
|
|
878
|
+
base_denom: 'wavax-wei',
|
|
879
|
+
chain_name: 'axelar'
|
|
880
|
+
},
|
|
881
|
+
chain: {
|
|
882
|
+
channel_id: 'channel-208'
|
|
883
|
+
}
|
|
884
|
+
}],
|
|
885
|
+
logo_URIs: {
|
|
886
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
|
|
887
|
+
}
|
|
888
|
+
}, {
|
|
889
|
+
description: 'Wrapped FTM on Axelar.',
|
|
890
|
+
denom_units: [{
|
|
891
|
+
denom: 'ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4',
|
|
892
|
+
exponent: 0,
|
|
893
|
+
aliases: ['wftm-wei']
|
|
894
|
+
}, {
|
|
895
|
+
denom: 'ftm',
|
|
896
|
+
exponent: 18
|
|
897
|
+
}],
|
|
898
|
+
base: 'ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4',
|
|
899
|
+
name: 'Wrapped FTM',
|
|
900
|
+
display: 'ftm',
|
|
901
|
+
symbol: 'WFTM',
|
|
902
|
+
traces: [{
|
|
903
|
+
type: 'ibc',
|
|
904
|
+
counterparty: {
|
|
905
|
+
channel_id: 'channel-3',
|
|
906
|
+
base_denom: 'wftm-wei',
|
|
907
|
+
chain_name: 'axelar'
|
|
908
|
+
},
|
|
909
|
+
chain: {
|
|
910
|
+
channel_id: 'channel-208'
|
|
911
|
+
}
|
|
912
|
+
}],
|
|
913
|
+
logo_URIs: {
|
|
914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
|
|
915
|
+
}
|
|
916
|
+
}, {
|
|
917
|
+
description: "Circle's stablecoin from Polygon on Axelar",
|
|
918
|
+
denom_units: [{
|
|
919
|
+
denom: 'ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A',
|
|
920
|
+
exponent: 0,
|
|
921
|
+
aliases: ['polygon-uusdc']
|
|
922
|
+
}, {
|
|
923
|
+
denom: 'polygon-usdc',
|
|
924
|
+
exponent: 6
|
|
925
|
+
}],
|
|
926
|
+
base: 'ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A',
|
|
927
|
+
name: 'USD Coin from Polygon',
|
|
928
|
+
display: 'polygon-usdc',
|
|
929
|
+
symbol: 'USDC',
|
|
930
|
+
traces: [{
|
|
931
|
+
type: 'ibc',
|
|
932
|
+
counterparty: {
|
|
933
|
+
channel_id: 'channel-3',
|
|
934
|
+
base_denom: 'polygon-uusdc',
|
|
935
|
+
chain_name: 'axelar'
|
|
936
|
+
},
|
|
937
|
+
chain: {
|
|
938
|
+
channel_id: 'channel-208'
|
|
939
|
+
}
|
|
940
|
+
}],
|
|
941
|
+
logo_URIs: {
|
|
942
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
943
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
944
|
+
}
|
|
945
|
+
}, {
|
|
946
|
+
description: "Circle's stablecoin from Avalanche on Axelar",
|
|
947
|
+
denom_units: [{
|
|
948
|
+
denom: 'ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C',
|
|
949
|
+
exponent: 0,
|
|
950
|
+
aliases: ['avalanche-uusdc']
|
|
951
|
+
}, {
|
|
952
|
+
denom: 'avalanche-usdc',
|
|
953
|
+
exponent: 6
|
|
954
|
+
}],
|
|
955
|
+
base: 'ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C',
|
|
956
|
+
name: 'USD Coin from Avalanche',
|
|
957
|
+
display: 'avalanche-usdc',
|
|
958
|
+
symbol: 'USDC',
|
|
959
|
+
traces: [{
|
|
960
|
+
type: 'ibc',
|
|
961
|
+
counterparty: {
|
|
962
|
+
channel_id: 'channel-3',
|
|
963
|
+
base_denom: 'avalanche-uusdc',
|
|
964
|
+
chain_name: 'axelar'
|
|
965
|
+
},
|
|
966
|
+
chain: {
|
|
967
|
+
channel_id: 'channel-208'
|
|
968
|
+
}
|
|
969
|
+
}],
|
|
970
|
+
logo_URIs: {
|
|
971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
972
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
973
|
+
}
|
|
744
974
|
}, {
|
|
745
975
|
description: 'The native token of BandChain',
|
|
746
976
|
denom_units: [{
|
|
@@ -779,8 +1009,7 @@ var asset_list = {
|
|
|
779
1009
|
aliases: ['ubze']
|
|
780
1010
|
}, {
|
|
781
1011
|
denom: 'bze',
|
|
782
|
-
exponent: 6
|
|
783
|
-
aliases: []
|
|
1012
|
+
exponent: 6
|
|
784
1013
|
}],
|
|
785
1014
|
base: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
786
1015
|
name: 'BeeZee',
|
|
@@ -1282,7 +1511,36 @@ var asset_list = {
|
|
|
1282
1511
|
}
|
|
1283
1512
|
}]
|
|
1284
1513
|
}, {
|
|
1285
|
-
description: '
|
|
1514
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
1515
|
+
denom_units: [{
|
|
1516
|
+
denom: 'ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F',
|
|
1517
|
+
exponent: 0,
|
|
1518
|
+
aliases: ['acanto']
|
|
1519
|
+
}, {
|
|
1520
|
+
denom: 'canto',
|
|
1521
|
+
exponent: 18
|
|
1522
|
+
}],
|
|
1523
|
+
base: 'ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F',
|
|
1524
|
+
name: 'Canto',
|
|
1525
|
+
display: 'canto',
|
|
1526
|
+
symbol: 'CANTO',
|
|
1527
|
+
logo_URIs: {
|
|
1528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png'
|
|
1529
|
+
},
|
|
1530
|
+
coingecko_id: 'canto',
|
|
1531
|
+
traces: [{
|
|
1532
|
+
type: 'ibc',
|
|
1533
|
+
counterparty: {
|
|
1534
|
+
channel_id: 'channel-5',
|
|
1535
|
+
base_denom: 'acanto',
|
|
1536
|
+
chain_name: 'canto'
|
|
1537
|
+
},
|
|
1538
|
+
chain: {
|
|
1539
|
+
channel_id: 'channel-550'
|
|
1540
|
+
}
|
|
1541
|
+
}]
|
|
1542
|
+
}, {
|
|
1543
|
+
description: 'The native governance token of Carbon',
|
|
1286
1544
|
denom_units: [{
|
|
1287
1545
|
denom: 'ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3',
|
|
1288
1546
|
exponent: 0,
|
|
@@ -1313,131 +1571,650 @@ var asset_list = {
|
|
|
1313
1571
|
}
|
|
1314
1572
|
}]
|
|
1315
1573
|
}, {
|
|
1316
|
-
description: 'The native
|
|
1574
|
+
description: 'The native stablecoin of Carbon',
|
|
1317
1575
|
denom_units: [{
|
|
1318
|
-
denom: 'ibc/
|
|
1576
|
+
denom: 'ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6',
|
|
1319
1577
|
exponent: 0,
|
|
1320
|
-
aliases: ['
|
|
1578
|
+
aliases: ['usc']
|
|
1321
1579
|
}, {
|
|
1322
|
-
denom: '
|
|
1323
|
-
exponent:
|
|
1580
|
+
denom: 'dusc',
|
|
1581
|
+
exponent: 8,
|
|
1582
|
+
aliases: ['USC']
|
|
1324
1583
|
}],
|
|
1325
|
-
base: 'ibc/
|
|
1326
|
-
name: '
|
|
1327
|
-
display: '
|
|
1328
|
-
symbol: '
|
|
1584
|
+
base: 'ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6',
|
|
1585
|
+
name: 'Carbon USD Coin',
|
|
1586
|
+
display: 'dusc',
|
|
1587
|
+
symbol: 'USC',
|
|
1329
1588
|
logo_URIs: {
|
|
1330
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
|
|
1590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg'
|
|
1331
1591
|
},
|
|
1332
|
-
coingecko_id: '
|
|
1592
|
+
coingecko_id: 'carbon-usd',
|
|
1333
1593
|
traces: [{
|
|
1334
1594
|
type: 'ibc',
|
|
1335
1595
|
counterparty: {
|
|
1336
|
-
channel_id: 'channel-
|
|
1337
|
-
base_denom: '
|
|
1338
|
-
chain_name: '
|
|
1596
|
+
channel_id: 'channel-0',
|
|
1597
|
+
base_denom: 'usc',
|
|
1598
|
+
chain_name: 'carbon'
|
|
1339
1599
|
},
|
|
1340
1600
|
chain: {
|
|
1341
|
-
channel_id: 'channel-
|
|
1601
|
+
channel_id: 'channel-188'
|
|
1342
1602
|
}
|
|
1343
1603
|
}]
|
|
1344
1604
|
}, {
|
|
1345
|
-
description: '
|
|
1605
|
+
description: 'BNB token on Carbon',
|
|
1346
1606
|
denom_units: [{
|
|
1347
|
-
denom: 'ibc/
|
|
1607
|
+
denom: 'ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B',
|
|
1348
1608
|
exponent: 0,
|
|
1349
|
-
aliases: ['
|
|
1609
|
+
aliases: ['bnb.1.6.773edb']
|
|
1350
1610
|
}, {
|
|
1351
|
-
denom: '
|
|
1352
|
-
exponent:
|
|
1611
|
+
denom: 'bnb',
|
|
1612
|
+
exponent: 18,
|
|
1613
|
+
aliases: ['BNB']
|
|
1353
1614
|
}],
|
|
1354
|
-
base: 'ibc/
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
symbol: '
|
|
1358
|
-
logo_URIs: {
|
|
1359
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png',
|
|
1360
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1361
|
-
},
|
|
1362
|
-
coingecko_id: 'cheqd-network',
|
|
1615
|
+
base: 'ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B',
|
|
1616
|
+
name: 'Binance Coin',
|
|
1617
|
+
display: 'bnb',
|
|
1618
|
+
symbol: 'BNB',
|
|
1363
1619
|
traces: [{
|
|
1364
1620
|
type: 'ibc',
|
|
1365
1621
|
counterparty: {
|
|
1366
1622
|
channel_id: 'channel-0',
|
|
1367
|
-
base_denom: '
|
|
1368
|
-
chain_name: '
|
|
1623
|
+
base_denom: 'bnb.1.6.773edb',
|
|
1624
|
+
chain_name: 'carbon'
|
|
1369
1625
|
},
|
|
1370
1626
|
chain: {
|
|
1371
|
-
channel_id: 'channel-
|
|
1627
|
+
channel_id: 'channel-188'
|
|
1372
1628
|
}
|
|
1373
|
-
}]
|
|
1629
|
+
}],
|
|
1630
|
+
logo_URIs: {
|
|
1631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
|
|
1632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
|
|
1633
|
+
},
|
|
1634
|
+
coingecko_id: 'binancecoin'
|
|
1374
1635
|
}, {
|
|
1375
|
-
description: '
|
|
1636
|
+
description: 'bNEO token on Carbon',
|
|
1376
1637
|
denom_units: [{
|
|
1377
|
-
denom: 'ibc/
|
|
1638
|
+
denom: 'ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD',
|
|
1378
1639
|
exponent: 0,
|
|
1379
|
-
aliases: ['
|
|
1640
|
+
aliases: ['bneo.1.14.e2e5f6']
|
|
1380
1641
|
}, {
|
|
1381
|
-
denom: '
|
|
1382
|
-
exponent:
|
|
1642
|
+
denom: 'bneo',
|
|
1643
|
+
exponent: 8,
|
|
1644
|
+
aliases: ['bNEO']
|
|
1383
1645
|
}],
|
|
1384
|
-
base: 'ibc/
|
|
1385
|
-
name: '
|
|
1386
|
-
display: '
|
|
1387
|
-
symbol: '
|
|
1388
|
-
logo_URIs: {
|
|
1389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
1390
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
1391
|
-
},
|
|
1392
|
-
coingecko_id: 'chihuahua-token',
|
|
1646
|
+
base: 'ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD',
|
|
1647
|
+
name: 'BurgerNEO',
|
|
1648
|
+
display: 'bneo',
|
|
1649
|
+
symbol: 'bNEO',
|
|
1393
1650
|
traces: [{
|
|
1394
1651
|
type: 'ibc',
|
|
1395
1652
|
counterparty: {
|
|
1396
|
-
channel_id: 'channel-
|
|
1397
|
-
base_denom: '
|
|
1398
|
-
chain_name: '
|
|
1653
|
+
channel_id: 'channel-0',
|
|
1654
|
+
base_denom: 'bneo.1.14.e2e5f6',
|
|
1655
|
+
chain_name: 'carbon'
|
|
1399
1656
|
},
|
|
1400
1657
|
chain: {
|
|
1401
|
-
channel_id: 'channel-
|
|
1658
|
+
channel_id: 'channel-188'
|
|
1402
1659
|
}
|
|
1403
|
-
}]
|
|
1660
|
+
}],
|
|
1661
|
+
logo_URIs: {
|
|
1662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png',
|
|
1663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg'
|
|
1664
|
+
},
|
|
1665
|
+
coingecko_id: 'neo'
|
|
1404
1666
|
}, {
|
|
1405
|
-
description: '
|
|
1667
|
+
description: 'BUSD (BEP-20) token on Carbon',
|
|
1406
1668
|
denom_units: [{
|
|
1407
|
-
denom: 'ibc/
|
|
1669
|
+
denom: 'ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D',
|
|
1408
1670
|
exponent: 0,
|
|
1409
|
-
aliases: ['
|
|
1671
|
+
aliases: ['busd.1.6.754a80']
|
|
1410
1672
|
}, {
|
|
1411
|
-
denom: '
|
|
1412
|
-
exponent:
|
|
1673
|
+
denom: 'busd',
|
|
1674
|
+
exponent: 18,
|
|
1675
|
+
aliases: ['BUSD']
|
|
1413
1676
|
}],
|
|
1414
|
-
base: 'ibc/
|
|
1415
|
-
name: '
|
|
1416
|
-
display: '
|
|
1417
|
-
symbol: '
|
|
1418
|
-
logo_URIs: {
|
|
1419
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
|
1420
|
-
},
|
|
1421
|
-
coingecko_id: 'comdex',
|
|
1677
|
+
base: 'ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D',
|
|
1678
|
+
name: 'BUSD (BEP-20)',
|
|
1679
|
+
display: 'busd',
|
|
1680
|
+
symbol: 'BUSD',
|
|
1422
1681
|
traces: [{
|
|
1423
1682
|
type: 'ibc',
|
|
1424
1683
|
counterparty: {
|
|
1425
|
-
channel_id: 'channel-
|
|
1426
|
-
base_denom: '
|
|
1427
|
-
chain_name: '
|
|
1684
|
+
channel_id: 'channel-0',
|
|
1685
|
+
base_denom: 'busd.1.6.754a80',
|
|
1686
|
+
chain_name: 'carbon'
|
|
1428
1687
|
},
|
|
1429
1688
|
chain: {
|
|
1430
|
-
channel_id: 'channel-
|
|
1689
|
+
channel_id: 'channel-188'
|
|
1431
1690
|
}
|
|
1432
|
-
}]
|
|
1691
|
+
}],
|
|
1692
|
+
logo_URIs: {
|
|
1693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
|
|
1694
|
+
},
|
|
1695
|
+
coingecko_id: 'binance-usd'
|
|
1433
1696
|
}, {
|
|
1434
|
-
description: '
|
|
1697
|
+
description: 'ETH (Arbitrum) token on Carbon',
|
|
1435
1698
|
denom_units: [{
|
|
1436
|
-
denom: 'ibc/
|
|
1699
|
+
denom: 'ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A',
|
|
1437
1700
|
exponent: 0,
|
|
1438
|
-
aliases: ['
|
|
1701
|
+
aliases: ['eth.1.19.c3b805']
|
|
1439
1702
|
}, {
|
|
1440
|
-
denom: '
|
|
1703
|
+
denom: 'eth',
|
|
1704
|
+
exponent: 18,
|
|
1705
|
+
aliases: ['ETH']
|
|
1706
|
+
}],
|
|
1707
|
+
base: 'ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A',
|
|
1708
|
+
name: 'Ethereum (Arbitrum)',
|
|
1709
|
+
display: 'eth',
|
|
1710
|
+
symbol: 'ETH',
|
|
1711
|
+
traces: [{
|
|
1712
|
+
type: 'ibc',
|
|
1713
|
+
counterparty: {
|
|
1714
|
+
channel_id: 'channel-0',
|
|
1715
|
+
base_denom: 'eth.1.19.c3b805',
|
|
1716
|
+
chain_name: 'carbon'
|
|
1717
|
+
},
|
|
1718
|
+
chain: {
|
|
1719
|
+
channel_id: 'channel-188'
|
|
1720
|
+
}
|
|
1721
|
+
}],
|
|
1722
|
+
logo_URIs: {
|
|
1723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1724
|
+
},
|
|
1725
|
+
coingecko_id: 'ethereum'
|
|
1726
|
+
}, {
|
|
1727
|
+
description: 'ETH (ERC20) token on Carbon',
|
|
1728
|
+
denom_units: [{
|
|
1729
|
+
denom: 'ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32',
|
|
1730
|
+
exponent: 0,
|
|
1731
|
+
aliases: ['eth.1.2.942d87']
|
|
1732
|
+
}, {
|
|
1733
|
+
denom: 'eth',
|
|
1734
|
+
exponent: 18,
|
|
1735
|
+
aliases: ['ETH']
|
|
1736
|
+
}],
|
|
1737
|
+
base: 'ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32',
|
|
1738
|
+
name: 'Ethereum (ERC20)',
|
|
1739
|
+
display: 'eth',
|
|
1740
|
+
symbol: 'ETH',
|
|
1741
|
+
traces: [{
|
|
1742
|
+
type: 'ibc',
|
|
1743
|
+
counterparty: {
|
|
1744
|
+
channel_id: 'channel-0',
|
|
1745
|
+
base_denom: 'eth.1.2.942d87',
|
|
1746
|
+
chain_name: 'carbon'
|
|
1747
|
+
},
|
|
1748
|
+
chain: {
|
|
1749
|
+
channel_id: 'channel-188'
|
|
1750
|
+
}
|
|
1751
|
+
}],
|
|
1752
|
+
logo_URIs: {
|
|
1753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1754
|
+
},
|
|
1755
|
+
coingecko_id: 'ethereum'
|
|
1756
|
+
}, {
|
|
1757
|
+
description: 'STARS token on Carbon',
|
|
1758
|
+
denom_units: [{
|
|
1759
|
+
denom: 'ibc/990916058F8975E463F4A1F990867EDD6ADC94DBBBE6CB840A091164F469011A',
|
|
1760
|
+
exponent: 0,
|
|
1761
|
+
aliases: ['ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C']
|
|
1762
|
+
}, {
|
|
1763
|
+
denom: 'stars',
|
|
1764
|
+
exponent: 6,
|
|
1765
|
+
aliases: ['STARS']
|
|
1766
|
+
}],
|
|
1767
|
+
base: 'ibc/990916058F8975E463F4A1F990867EDD6ADC94DBBBE6CB840A091164F469011A',
|
|
1768
|
+
name: 'Stargaze Staking Coin',
|
|
1769
|
+
display: 'stars',
|
|
1770
|
+
symbol: 'STARS',
|
|
1771
|
+
traces: [{
|
|
1772
|
+
type: 'ibc',
|
|
1773
|
+
counterparty: {
|
|
1774
|
+
channel_id: 'channel-0',
|
|
1775
|
+
base_denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1776
|
+
chain_name: 'carbon'
|
|
1777
|
+
},
|
|
1778
|
+
chain: {
|
|
1779
|
+
channel_id: 'channel-188'
|
|
1780
|
+
}
|
|
1781
|
+
}],
|
|
1782
|
+
logo_URIs: {
|
|
1783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
1784
|
+
},
|
|
1785
|
+
coingecko_id: 'stargaze'
|
|
1786
|
+
}, {
|
|
1787
|
+
description: 'LUNA token on Carbon',
|
|
1788
|
+
denom_units: [{
|
|
1789
|
+
denom: 'ibc/936E33EEF7507D6ED1F2E568527160C068104A399305091893818997955BE65F',
|
|
1790
|
+
exponent: 0,
|
|
1791
|
+
aliases: ['ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5']
|
|
1792
|
+
}, {
|
|
1793
|
+
denom: 'luna',
|
|
1794
|
+
exponent: 6,
|
|
1795
|
+
aliases: ['LUNA']
|
|
1796
|
+
}],
|
|
1797
|
+
base: 'ibc/936E33EEF7507D6ED1F2E568527160C068104A399305091893818997955BE65F',
|
|
1798
|
+
name: 'Terra Staking Coin',
|
|
1799
|
+
display: 'luna',
|
|
1800
|
+
symbol: 'LUNA',
|
|
1801
|
+
traces: [{
|
|
1802
|
+
type: 'ibc',
|
|
1803
|
+
counterparty: {
|
|
1804
|
+
channel_id: 'channel-0',
|
|
1805
|
+
base_denom: 'ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5',
|
|
1806
|
+
chain_name: 'carbon'
|
|
1807
|
+
},
|
|
1808
|
+
chain: {
|
|
1809
|
+
channel_id: 'channel-188'
|
|
1810
|
+
}
|
|
1811
|
+
}],
|
|
1812
|
+
logo_URIs: {
|
|
1813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png'
|
|
1814
|
+
},
|
|
1815
|
+
coingecko_id: 'terra-luna-2'
|
|
1816
|
+
}, {
|
|
1817
|
+
description: 'STRD token on Carbon',
|
|
1818
|
+
denom_units: [{
|
|
1819
|
+
denom: 'ibc/F14E7632E913403BC9EE0EA257F170BFC2848063BE865696449C8E5AF6F848EC',
|
|
1820
|
+
exponent: 0,
|
|
1821
|
+
aliases: ['ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5']
|
|
1822
|
+
}, {
|
|
1823
|
+
denom: 'strd',
|
|
1824
|
+
exponent: 6,
|
|
1825
|
+
aliases: ['STRD']
|
|
1826
|
+
}],
|
|
1827
|
+
base: 'ibc/F14E7632E913403BC9EE0EA257F170BFC2848063BE865696449C8E5AF6F848EC',
|
|
1828
|
+
name: 'Stride',
|
|
1829
|
+
display: 'strd',
|
|
1830
|
+
symbol: 'STRD',
|
|
1831
|
+
traces: [{
|
|
1832
|
+
type: 'ibc',
|
|
1833
|
+
counterparty: {
|
|
1834
|
+
channel_id: 'channel-0',
|
|
1835
|
+
base_denom: 'ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5',
|
|
1836
|
+
chain_name: 'carbon'
|
|
1837
|
+
},
|
|
1838
|
+
chain: {
|
|
1839
|
+
channel_id: 'channel-188'
|
|
1840
|
+
}
|
|
1841
|
+
}],
|
|
1842
|
+
logo_URIs: {
|
|
1843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1845
|
+
},
|
|
1846
|
+
coingecko_id: 'stride'
|
|
1847
|
+
}, {
|
|
1848
|
+
description: 'KUJI token on Carbon',
|
|
1849
|
+
denom_units: [{
|
|
1850
|
+
denom: 'ibc/7379E332A803820EF34DB0E5CE4B1C6C36C08D2D196A63C8FFAB830F0FBB343E',
|
|
1851
|
+
exponent: 0,
|
|
1852
|
+
aliases: ['ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5']
|
|
1853
|
+
}, {
|
|
1854
|
+
denom: 'kuji',
|
|
1855
|
+
exponent: 6,
|
|
1856
|
+
aliases: ['KUJI']
|
|
1857
|
+
}],
|
|
1858
|
+
base: 'ibc/7379E332A803820EF34DB0E5CE4B1C6C36C08D2D196A63C8FFAB830F0FBB343E',
|
|
1859
|
+
name: 'Kujira',
|
|
1860
|
+
display: 'kuji',
|
|
1861
|
+
symbol: 'KUJI',
|
|
1862
|
+
traces: [{
|
|
1863
|
+
type: 'ibc',
|
|
1864
|
+
counterparty: {
|
|
1865
|
+
channel_id: 'channel-0',
|
|
1866
|
+
base_denom: 'ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5',
|
|
1867
|
+
chain_name: 'carbon'
|
|
1868
|
+
},
|
|
1869
|
+
chain: {
|
|
1870
|
+
channel_id: 'channel-188'
|
|
1871
|
+
}
|
|
1872
|
+
}],
|
|
1873
|
+
logo_URIs: {
|
|
1874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
1875
|
+
},
|
|
1876
|
+
coingecko_id: 'kujira'
|
|
1877
|
+
}, {
|
|
1878
|
+
description: 'stOSMO token on Carbon',
|
|
1879
|
+
denom_units: [{
|
|
1880
|
+
denom: 'ibc/7BC390AEBE3B3DE2179B4A50B040E8707FA816586371A560B429AF1599BBC369',
|
|
1881
|
+
exponent: 0,
|
|
1882
|
+
aliases: ['ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93']
|
|
1883
|
+
}, {
|
|
1884
|
+
denom: 'stosmo',
|
|
1885
|
+
exponent: 6,
|
|
1886
|
+
aliases: ['stOSMO']
|
|
1887
|
+
}],
|
|
1888
|
+
base: 'ibc/7BC390AEBE3B3DE2179B4A50B040E8707FA816586371A560B429AF1599BBC369',
|
|
1889
|
+
name: 'Stride Staked OSMO',
|
|
1890
|
+
display: 'stosmo',
|
|
1891
|
+
symbol: 'stOSMO',
|
|
1892
|
+
traces: [{
|
|
1893
|
+
type: 'ibc',
|
|
1894
|
+
counterparty: {
|
|
1895
|
+
channel_id: 'channel-0',
|
|
1896
|
+
base_denom: 'ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93',
|
|
1897
|
+
chain_name: 'carbon'
|
|
1898
|
+
},
|
|
1899
|
+
chain: {
|
|
1900
|
+
channel_id: 'channel-188'
|
|
1901
|
+
}
|
|
1902
|
+
}],
|
|
1903
|
+
logo_URIs: {
|
|
1904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
1905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
1906
|
+
},
|
|
1907
|
+
coingecko_id: 'osmosis'
|
|
1908
|
+
}, {
|
|
1909
|
+
description: 'CANTO token on Carbon',
|
|
1910
|
+
denom_units: [{
|
|
1911
|
+
denom: 'ibc/5BD591AB9B1333FE61A753C43F4968A3BD0D01E698D7C93410BF82320BF4CAC0',
|
|
1912
|
+
exponent: 0,
|
|
1913
|
+
aliases: ['ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861']
|
|
1914
|
+
}, {
|
|
1915
|
+
denom: 'canto',
|
|
1916
|
+
exponent: 18,
|
|
1917
|
+
aliases: ['CANTO']
|
|
1918
|
+
}],
|
|
1919
|
+
base: 'ibc/5BD591AB9B1333FE61A753C43F4968A3BD0D01E698D7C93410BF82320BF4CAC0',
|
|
1920
|
+
name: 'Canto',
|
|
1921
|
+
display: 'canto',
|
|
1922
|
+
symbol: 'CANTO',
|
|
1923
|
+
traces: [{
|
|
1924
|
+
type: 'ibc',
|
|
1925
|
+
counterparty: {
|
|
1926
|
+
channel_id: 'channel-0',
|
|
1927
|
+
base_denom: 'ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861',
|
|
1928
|
+
chain_name: 'carbon'
|
|
1929
|
+
},
|
|
1930
|
+
chain: {
|
|
1931
|
+
channel_id: 'channel-188'
|
|
1932
|
+
}
|
|
1933
|
+
}],
|
|
1934
|
+
logo_URIs: {
|
|
1935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png'
|
|
1936
|
+
},
|
|
1937
|
+
coingecko_id: 'canto'
|
|
1938
|
+
}, {
|
|
1939
|
+
description: 'Cosmos governance token on Carbon',
|
|
1940
|
+
denom_units: [{
|
|
1941
|
+
denom: 'ibc/8BFC938E0F46FC4E0F203E8DCE15809B5F2523F43A9260925B1D889EB36173B1',
|
|
1942
|
+
exponent: 0,
|
|
1943
|
+
aliases: ['ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701']
|
|
1944
|
+
}, {
|
|
1945
|
+
denom: 'atom',
|
|
1946
|
+
exponent: 6,
|
|
1947
|
+
aliases: ['ATOM']
|
|
1948
|
+
}],
|
|
1949
|
+
base: 'ibc/8BFC938E0F46FC4E0F203E8DCE15809B5F2523F43A9260925B1D889EB36173B1',
|
|
1950
|
+
name: 'Cosmos',
|
|
1951
|
+
display: 'atom',
|
|
1952
|
+
symbol: 'ATOM',
|
|
1953
|
+
traces: [{
|
|
1954
|
+
type: 'ibc',
|
|
1955
|
+
counterparty: {
|
|
1956
|
+
channel_id: 'channel-0',
|
|
1957
|
+
base_denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
1958
|
+
chain_name: 'carbon'
|
|
1959
|
+
},
|
|
1960
|
+
chain: {
|
|
1961
|
+
channel_id: 'channel-188'
|
|
1962
|
+
}
|
|
1963
|
+
}],
|
|
1964
|
+
logo_URIs: {
|
|
1965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1967
|
+
},
|
|
1968
|
+
coingecko_id: 'cosmos'
|
|
1969
|
+
}, {
|
|
1970
|
+
description: 'stATOM token on Carbon',
|
|
1971
|
+
denom_units: [{
|
|
1972
|
+
denom: 'ibc/A1FC8CB6B2E965DEDC6F57749F04CCE3D7C15DD10FC2F7BBEEC19E16D0F82397',
|
|
1973
|
+
exponent: 0,
|
|
1974
|
+
aliases: ['ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C']
|
|
1975
|
+
}, {
|
|
1976
|
+
denom: 'statom',
|
|
1977
|
+
exponent: 6,
|
|
1978
|
+
aliases: ['stATOM']
|
|
1979
|
+
}],
|
|
1980
|
+
base: 'ibc/A1FC8CB6B2E965DEDC6F57749F04CCE3D7C15DD10FC2F7BBEEC19E16D0F82397',
|
|
1981
|
+
name: 'Stride Staked ATOM',
|
|
1982
|
+
display: 'statom',
|
|
1983
|
+
symbol: 'stATOM',
|
|
1984
|
+
traces: [{
|
|
1985
|
+
type: 'ibc',
|
|
1986
|
+
counterparty: {
|
|
1987
|
+
channel_id: 'channel-0',
|
|
1988
|
+
base_denom: 'ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C',
|
|
1989
|
+
chain_name: 'carbon'
|
|
1990
|
+
},
|
|
1991
|
+
chain: {
|
|
1992
|
+
channel_id: 'channel-188'
|
|
1993
|
+
}
|
|
1994
|
+
}],
|
|
1995
|
+
logo_URIs: {
|
|
1996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
1997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1998
|
+
},
|
|
1999
|
+
coingecko_id: 'stride-staked-atom'
|
|
2000
|
+
}, {
|
|
2001
|
+
description: 'OSMO token on Carbon',
|
|
2002
|
+
denom_units: [{
|
|
2003
|
+
denom: 'ibc/77ADA389A8A80DD8C7200031C81CCA4C678D3FDF9DDD876F6BFE490792976D83',
|
|
2004
|
+
exponent: 0,
|
|
2005
|
+
aliases: ['ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518']
|
|
2006
|
+
}, {
|
|
2007
|
+
denom: 'osmo',
|
|
2008
|
+
exponent: 6,
|
|
2009
|
+
aliases: ['OSMO']
|
|
2010
|
+
}],
|
|
2011
|
+
base: 'ibc/77ADA389A8A80DD8C7200031C81CCA4C678D3FDF9DDD876F6BFE490792976D83',
|
|
2012
|
+
name: 'Osmosis',
|
|
2013
|
+
display: 'osmo',
|
|
2014
|
+
symbol: 'OSMO',
|
|
2015
|
+
traces: [{
|
|
2016
|
+
type: 'ibc',
|
|
2017
|
+
counterparty: {
|
|
2018
|
+
channel_id: 'channel-0',
|
|
2019
|
+
base_denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
2020
|
+
chain_name: 'carbon'
|
|
2021
|
+
},
|
|
2022
|
+
chain: {
|
|
2023
|
+
channel_id: 'channel-188'
|
|
2024
|
+
}
|
|
2025
|
+
}],
|
|
2026
|
+
logo_URIs: {
|
|
2027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
2028
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
2029
|
+
},
|
|
2030
|
+
coingecko_id: 'osmosis'
|
|
2031
|
+
}, {
|
|
2032
|
+
description: 'USDC (ERC20) token on Carbon',
|
|
2033
|
+
denom_units: [{
|
|
2034
|
+
denom: 'ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B',
|
|
2035
|
+
exponent: 0,
|
|
2036
|
+
aliases: ['usdc.1.2.343151']
|
|
2037
|
+
}, {
|
|
2038
|
+
denom: 'usdc',
|
|
2039
|
+
exponent: 6,
|
|
2040
|
+
aliases: ['USDC']
|
|
2041
|
+
}],
|
|
2042
|
+
base: 'ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B',
|
|
2043
|
+
name: 'Circle USD',
|
|
2044
|
+
display: 'usdc',
|
|
2045
|
+
symbol: 'USDC',
|
|
2046
|
+
traces: [{
|
|
2047
|
+
type: 'ibc',
|
|
2048
|
+
counterparty: {
|
|
2049
|
+
channel_id: 'channel-0',
|
|
2050
|
+
base_denom: 'usdc.1.2.343151',
|
|
2051
|
+
chain_name: 'carbon'
|
|
2052
|
+
},
|
|
2053
|
+
chain: {
|
|
2054
|
+
channel_id: 'channel-188'
|
|
2055
|
+
}
|
|
2056
|
+
}],
|
|
2057
|
+
logo_URIs: {
|
|
2058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2059
|
+
},
|
|
2060
|
+
coingecko_id: 'usd-coin'
|
|
2061
|
+
}, {
|
|
2062
|
+
description: 'USD Coin (BEP-20) token on Carbon',
|
|
2063
|
+
denom_units: [{
|
|
2064
|
+
denom: 'ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A',
|
|
2065
|
+
exponent: 0,
|
|
2066
|
+
aliases: ['usdc.1.6.53ff75']
|
|
2067
|
+
}, {
|
|
2068
|
+
denom: 'usdc',
|
|
2069
|
+
exponent: 18,
|
|
2070
|
+
aliases: ['USDC']
|
|
2071
|
+
}],
|
|
2072
|
+
base: 'ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A',
|
|
2073
|
+
name: 'USD Coin (BEP-20)',
|
|
2074
|
+
display: 'usdc',
|
|
2075
|
+
symbol: 'USDC',
|
|
2076
|
+
traces: [{
|
|
2077
|
+
type: 'ibc',
|
|
2078
|
+
counterparty: {
|
|
2079
|
+
channel_id: 'channel-0',
|
|
2080
|
+
base_denom: 'usdc.1.6.53ff75',
|
|
2081
|
+
chain_name: 'carbon'
|
|
2082
|
+
},
|
|
2083
|
+
chain: {
|
|
2084
|
+
channel_id: 'channel-188'
|
|
2085
|
+
}
|
|
2086
|
+
}],
|
|
2087
|
+
logo_URIs: {
|
|
2088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2089
|
+
},
|
|
2090
|
+
coingecko_id: 'usd-coin'
|
|
2091
|
+
}, {
|
|
2092
|
+
description: 'The native token of Cerberus Chain',
|
|
2093
|
+
denom_units: [{
|
|
2094
|
+
denom: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
2095
|
+
exponent: 0,
|
|
2096
|
+
aliases: ['ucrbrus']
|
|
2097
|
+
}, {
|
|
2098
|
+
denom: 'crbrus',
|
|
2099
|
+
exponent: 6
|
|
2100
|
+
}],
|
|
2101
|
+
base: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
2102
|
+
name: 'Cerberus',
|
|
2103
|
+
display: 'crbrus',
|
|
2104
|
+
symbol: 'CRBRUS',
|
|
2105
|
+
logo_URIs: {
|
|
2106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png'
|
|
2107
|
+
},
|
|
2108
|
+
coingecko_id: 'cerberus-2',
|
|
2109
|
+
traces: [{
|
|
2110
|
+
type: 'ibc',
|
|
2111
|
+
counterparty: {
|
|
2112
|
+
channel_id: 'channel-1',
|
|
2113
|
+
base_denom: 'ucrbrus',
|
|
2114
|
+
chain_name: 'cerberus'
|
|
2115
|
+
},
|
|
2116
|
+
chain: {
|
|
2117
|
+
channel_id: 'channel-212'
|
|
2118
|
+
}
|
|
2119
|
+
}]
|
|
2120
|
+
}, {
|
|
2121
|
+
description: 'Native token for the cheqd network',
|
|
2122
|
+
denom_units: [{
|
|
2123
|
+
denom: 'ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA',
|
|
2124
|
+
exponent: 0,
|
|
2125
|
+
aliases: ['ncheq']
|
|
2126
|
+
}, {
|
|
2127
|
+
denom: 'cheq',
|
|
2128
|
+
exponent: 9
|
|
2129
|
+
}],
|
|
2130
|
+
base: 'ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA',
|
|
2131
|
+
display: 'cheq',
|
|
2132
|
+
name: 'cheqd',
|
|
2133
|
+
symbol: 'CHEQ',
|
|
2134
|
+
logo_URIs: {
|
|
2135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png',
|
|
2136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
2137
|
+
},
|
|
2138
|
+
coingecko_id: 'cheqd-network',
|
|
2139
|
+
traces: [{
|
|
2140
|
+
type: 'ibc',
|
|
2141
|
+
counterparty: {
|
|
2142
|
+
channel_id: 'channel-0',
|
|
2143
|
+
base_denom: 'ncheq',
|
|
2144
|
+
chain_name: 'cheqd'
|
|
2145
|
+
},
|
|
2146
|
+
chain: {
|
|
2147
|
+
channel_id: 'channel-108'
|
|
2148
|
+
}
|
|
2149
|
+
}]
|
|
2150
|
+
}, {
|
|
2151
|
+
description: 'The native token of Chihuahua Chain',
|
|
2152
|
+
denom_units: [{
|
|
2153
|
+
denom: 'ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228',
|
|
2154
|
+
exponent: 0,
|
|
2155
|
+
aliases: ['uhuahua']
|
|
2156
|
+
}, {
|
|
2157
|
+
denom: 'huahua',
|
|
2158
|
+
exponent: 6
|
|
2159
|
+
}],
|
|
2160
|
+
base: 'ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228',
|
|
2161
|
+
name: 'Chihuahua',
|
|
2162
|
+
display: 'huahua',
|
|
2163
|
+
symbol: 'HUAHUA',
|
|
2164
|
+
logo_URIs: {
|
|
2165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
2166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
2167
|
+
},
|
|
2168
|
+
coingecko_id: 'chihuahua-token',
|
|
2169
|
+
traces: [{
|
|
2170
|
+
type: 'ibc',
|
|
2171
|
+
counterparty: {
|
|
2172
|
+
channel_id: 'channel-7',
|
|
2173
|
+
base_denom: 'uhuahua',
|
|
2174
|
+
chain_name: 'chihuahua'
|
|
2175
|
+
},
|
|
2176
|
+
chain: {
|
|
2177
|
+
channel_id: 'channel-113'
|
|
2178
|
+
}
|
|
2179
|
+
}]
|
|
2180
|
+
}, {
|
|
2181
|
+
description: 'Native Token of Comdex Protocol',
|
|
2182
|
+
denom_units: [{
|
|
2183
|
+
denom: 'ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0',
|
|
2184
|
+
exponent: 0,
|
|
2185
|
+
aliases: ['ucmdx']
|
|
2186
|
+
}, {
|
|
2187
|
+
denom: 'cmdx',
|
|
2188
|
+
exponent: 6
|
|
2189
|
+
}],
|
|
2190
|
+
base: 'ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0',
|
|
2191
|
+
name: 'Comdex',
|
|
2192
|
+
display: 'cmdx',
|
|
2193
|
+
symbol: 'CMDX',
|
|
2194
|
+
logo_URIs: {
|
|
2195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
2196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
2197
|
+
},
|
|
2198
|
+
coingecko_id: 'comdex',
|
|
2199
|
+
traces: [{
|
|
2200
|
+
type: 'ibc',
|
|
2201
|
+
counterparty: {
|
|
2202
|
+
channel_id: 'channel-1',
|
|
2203
|
+
base_denom: 'ucmdx',
|
|
2204
|
+
chain_name: 'comdex'
|
|
2205
|
+
},
|
|
2206
|
+
chain: {
|
|
2207
|
+
channel_id: 'channel-87'
|
|
2208
|
+
}
|
|
2209
|
+
}]
|
|
2210
|
+
}, {
|
|
2211
|
+
description: 'Governance Token of Harbor protocol on Comdex network',
|
|
2212
|
+
denom_units: [{
|
|
2213
|
+
denom: 'ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A',
|
|
2214
|
+
exponent: 0,
|
|
2215
|
+
aliases: ['uharbor']
|
|
2216
|
+
}, {
|
|
2217
|
+
denom: 'harbor',
|
|
1441
2218
|
exponent: 6
|
|
1442
2219
|
}],
|
|
1443
2220
|
base: 'ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A',
|
|
@@ -1445,7 +2222,8 @@ var asset_list = {
|
|
|
1445
2222
|
display: 'harbor',
|
|
1446
2223
|
symbol: 'HARBOR',
|
|
1447
2224
|
logo_URIs: {
|
|
1448
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
|
|
2225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
2226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
1449
2227
|
},
|
|
1450
2228
|
coingecko_id: '',
|
|
1451
2229
|
traces: [{
|
|
@@ -1474,9 +2252,10 @@ var asset_list = {
|
|
|
1474
2252
|
display: 'cmst',
|
|
1475
2253
|
symbol: 'CMST',
|
|
1476
2254
|
logo_URIs: {
|
|
1477
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
|
|
2255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
|
|
2256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
|
|
1478
2257
|
},
|
|
1479
|
-
coingecko_id: '',
|
|
2258
|
+
coingecko_id: 'composite',
|
|
1480
2259
|
traces: [{
|
|
1481
2260
|
type: 'ibc',
|
|
1482
2261
|
counterparty: {
|
|
@@ -1526,8 +2305,7 @@ var asset_list = {
|
|
|
1526
2305
|
aliases: ['ucre']
|
|
1527
2306
|
}, {
|
|
1528
2307
|
denom: 'cre',
|
|
1529
|
-
exponent: 6
|
|
1530
|
-
aliases: []
|
|
2308
|
+
exponent: 6
|
|
1531
2309
|
}],
|
|
1532
2310
|
base: 'ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580',
|
|
1533
2311
|
name: 'Crescent',
|
|
@@ -1557,8 +2335,7 @@ var asset_list = {
|
|
|
1557
2335
|
aliases: ['ubcre']
|
|
1558
2336
|
}, {
|
|
1559
2337
|
denom: 'bcre',
|
|
1560
|
-
exponent: 6
|
|
1561
|
-
aliases: []
|
|
2338
|
+
exponent: 6
|
|
1562
2339
|
}],
|
|
1563
2340
|
base: 'ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119',
|
|
1564
2341
|
name: 'Bonded Crescent',
|
|
@@ -1568,7 +2345,7 @@ var asset_list = {
|
|
|
1568
2345
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
|
|
1569
2346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1570
2347
|
},
|
|
1571
|
-
coingecko_id: 'crescent
|
|
2348
|
+
coingecko_id: 'liquid-staking-crescent',
|
|
1572
2349
|
traces: [{
|
|
1573
2350
|
type: 'ibc',
|
|
1574
2351
|
counterparty: {
|
|
@@ -1617,8 +2394,7 @@ var asset_list = {
|
|
|
1617
2394
|
aliases: ['acudos']
|
|
1618
2395
|
}, {
|
|
1619
2396
|
denom: 'cudos',
|
|
1620
|
-
exponent: 18
|
|
1621
|
-
aliases: []
|
|
2397
|
+
exponent: 18
|
|
1622
2398
|
}],
|
|
1623
2399
|
base: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
1624
2400
|
name: 'Cudos',
|
|
@@ -1648,8 +2424,7 @@ var asset_list = {
|
|
|
1648
2424
|
aliases: ['udec']
|
|
1649
2425
|
}, {
|
|
1650
2426
|
denom: 'dec',
|
|
1651
|
-
exponent: 6
|
|
1652
|
-
aliases: []
|
|
2427
|
+
exponent: 6
|
|
1653
2428
|
}],
|
|
1654
2429
|
base: 'ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84',
|
|
1655
2430
|
name: 'Decentr',
|
|
@@ -1679,8 +2454,7 @@ var asset_list = {
|
|
|
1679
2454
|
aliases: ['udsm']
|
|
1680
2455
|
}, {
|
|
1681
2456
|
denom: 'dsm',
|
|
1682
|
-
exponent: 6
|
|
1683
|
-
aliases: []
|
|
2457
|
+
exponent: 6
|
|
1684
2458
|
}],
|
|
1685
2459
|
base: 'ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C',
|
|
1686
2460
|
name: 'Desmos',
|
|
@@ -1734,27 +2508,58 @@ var asset_list = {
|
|
|
1734
2508
|
}, {
|
|
1735
2509
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
1736
2510
|
denom_units: [{
|
|
1737
|
-
denom: 'ibc/
|
|
2511
|
+
denom: 'ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D',
|
|
1738
2512
|
exponent: 0,
|
|
1739
2513
|
aliases: ['dys']
|
|
1740
2514
|
}],
|
|
1741
|
-
base: 'ibc/
|
|
1742
|
-
name: 'Dys',
|
|
1743
|
-
display: 'dys',
|
|
1744
|
-
symbol: 'DYS',
|
|
2515
|
+
base: 'ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D',
|
|
2516
|
+
name: 'Dys',
|
|
2517
|
+
display: 'dys',
|
|
2518
|
+
symbol: 'DYS',
|
|
2519
|
+
logo_URIs: {
|
|
2520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
2521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
2522
|
+
},
|
|
2523
|
+
coingecko_id: '',
|
|
2524
|
+
traces: [{
|
|
2525
|
+
type: 'ibc',
|
|
2526
|
+
counterparty: {
|
|
2527
|
+
channel_id: 'channel-2',
|
|
2528
|
+
base_denom: 'dys',
|
|
2529
|
+
chain_name: 'dyson'
|
|
2530
|
+
},
|
|
2531
|
+
chain: {
|
|
2532
|
+
channel_id: 'channel-526'
|
|
2533
|
+
}
|
|
2534
|
+
}]
|
|
2535
|
+
}, {
|
|
2536
|
+
description: 'Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics',
|
|
2537
|
+
denom_units: [{
|
|
2538
|
+
denom: 'ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D',
|
|
2539
|
+
exponent: 0,
|
|
2540
|
+
aliases: ['aechelon']
|
|
2541
|
+
}, {
|
|
2542
|
+
denom: 'echelon',
|
|
2543
|
+
exponent: 18
|
|
2544
|
+
}],
|
|
2545
|
+
base: 'ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D',
|
|
2546
|
+
name: 'Echelon',
|
|
2547
|
+
display: 'echelon',
|
|
2548
|
+
symbol: 'ECH',
|
|
1745
2549
|
logo_URIs: {
|
|
1746
|
-
|
|
2550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg',
|
|
2551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png'
|
|
1747
2552
|
},
|
|
1748
|
-
coingecko_id: '',
|
|
2553
|
+
coingecko_id: 'echelon',
|
|
1749
2554
|
traces: [{
|
|
1750
2555
|
type: 'ibc',
|
|
1751
2556
|
counterparty: {
|
|
1752
|
-
channel_id: 'channel-
|
|
1753
|
-
base_denom: '
|
|
1754
|
-
chain_name: '
|
|
2557
|
+
channel_id: 'channel-11',
|
|
2558
|
+
base_denom: 'aechelon',
|
|
2559
|
+
chain_name: 'echelon'
|
|
1755
2560
|
},
|
|
1756
2561
|
chain: {
|
|
1757
|
-
channel_id: 'channel-
|
|
2562
|
+
channel_id: 'channel-403'
|
|
1758
2563
|
}
|
|
1759
2564
|
}]
|
|
1760
2565
|
}, {
|
|
@@ -2056,14 +2861,14 @@ var asset_list = {
|
|
|
2056
2861
|
}, {
|
|
2057
2862
|
description: 'L1 coin is the GenesisL1 blockchain utility, governance and EVM token',
|
|
2058
2863
|
denom_units: [{
|
|
2059
|
-
denom: 'ibc/
|
|
2864
|
+
denom: 'ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4',
|
|
2060
2865
|
exponent: 0,
|
|
2061
2866
|
aliases: ['el1']
|
|
2062
2867
|
}, {
|
|
2063
2868
|
denom: 'l1',
|
|
2064
2869
|
exponent: 18
|
|
2065
2870
|
}],
|
|
2066
|
-
base: 'ibc/
|
|
2871
|
+
base: 'ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4',
|
|
2067
2872
|
name: 'GenesisL1',
|
|
2068
2873
|
display: 'l1',
|
|
2069
2874
|
symbol: 'L1',
|
|
@@ -2079,7 +2884,7 @@ var asset_list = {
|
|
|
2079
2884
|
chain_name: 'genesisl1'
|
|
2080
2885
|
},
|
|
2081
2886
|
chain: {
|
|
2082
|
-
channel_id: 'channel-
|
|
2887
|
+
channel_id: 'channel-253'
|
|
2083
2888
|
}
|
|
2084
2889
|
}]
|
|
2085
2890
|
}, {
|
|
@@ -2090,8 +2895,7 @@ var asset_list = {
|
|
|
2090
2895
|
aliases: ['ugraviton']
|
|
2091
2896
|
}, {
|
|
2092
2897
|
denom: 'graviton',
|
|
2093
|
-
exponent: 6
|
|
2094
|
-
aliases: []
|
|
2898
|
+
exponent: 6
|
|
2095
2899
|
}],
|
|
2096
2900
|
base: 'ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44',
|
|
2097
2901
|
name: 'Graviton',
|
|
@@ -2143,6 +2947,147 @@ var asset_list = {
|
|
|
2143
2947
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2144
2948
|
},
|
|
2145
2949
|
coingecko_id: 'pstake-finance'
|
|
2950
|
+
}, {
|
|
2951
|
+
description: 'Gravity Bridge WETH',
|
|
2952
|
+
denom_units: [{
|
|
2953
|
+
denom: 'ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5',
|
|
2954
|
+
exponent: 0,
|
|
2955
|
+
aliases: ['gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2']
|
|
2956
|
+
}, {
|
|
2957
|
+
denom: 'gweth',
|
|
2958
|
+
exponent: 18
|
|
2959
|
+
}],
|
|
2960
|
+
base: 'ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5',
|
|
2961
|
+
name: 'Wrapped Ethereum',
|
|
2962
|
+
display: 'gweth',
|
|
2963
|
+
symbol: 'WETH',
|
|
2964
|
+
logo_URIs: {
|
|
2965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
2966
|
+
},
|
|
2967
|
+
traces: [{
|
|
2968
|
+
type: 'ibc',
|
|
2969
|
+
counterparty: {
|
|
2970
|
+
channel_id: 'channel-10',
|
|
2971
|
+
base_denom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
|
|
2972
|
+
chain_name: 'gravitybridge'
|
|
2973
|
+
},
|
|
2974
|
+
chain: {
|
|
2975
|
+
channel_id: 'channel-144'
|
|
2976
|
+
}
|
|
2977
|
+
}]
|
|
2978
|
+
}, {
|
|
2979
|
+
description: 'Gravity Bridge USDC',
|
|
2980
|
+
denom_units: [{
|
|
2981
|
+
denom: 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',
|
|
2982
|
+
exponent: 0,
|
|
2983
|
+
aliases: ['gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48']
|
|
2984
|
+
}, {
|
|
2985
|
+
denom: 'gusdc',
|
|
2986
|
+
exponent: 6
|
|
2987
|
+
}],
|
|
2988
|
+
base: 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',
|
|
2989
|
+
name: 'USD Coin',
|
|
2990
|
+
display: 'gusdc',
|
|
2991
|
+
symbol: 'USDC',
|
|
2992
|
+
logo_URIs: {
|
|
2993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2994
|
+
},
|
|
2995
|
+
traces: [{
|
|
2996
|
+
type: 'ibc',
|
|
2997
|
+
counterparty: {
|
|
2998
|
+
channel_id: 'channel-10',
|
|
2999
|
+
base_denom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
|
|
3000
|
+
chain_name: 'gravitybridge'
|
|
3001
|
+
},
|
|
3002
|
+
chain: {
|
|
3003
|
+
channel_id: 'channel-144'
|
|
3004
|
+
}
|
|
3005
|
+
}]
|
|
3006
|
+
}, {
|
|
3007
|
+
description: 'Gravity Bridge USDT',
|
|
3008
|
+
denom_units: [{
|
|
3009
|
+
denom: 'ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805',
|
|
3010
|
+
exponent: 0,
|
|
3011
|
+
aliases: ['gravity0xdAC17F958D2ee523a2206206994597C13D831ec7']
|
|
3012
|
+
}, {
|
|
3013
|
+
denom: 'gusdt',
|
|
3014
|
+
exponent: 6
|
|
3015
|
+
}],
|
|
3016
|
+
base: 'ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805',
|
|
3017
|
+
name: 'Tether USD',
|
|
3018
|
+
display: 'gusdt',
|
|
3019
|
+
symbol: 'USDT',
|
|
3020
|
+
logo_URIs: {
|
|
3021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3022
|
+
},
|
|
3023
|
+
traces: [{
|
|
3024
|
+
type: 'ibc',
|
|
3025
|
+
counterparty: {
|
|
3026
|
+
channel_id: 'channel-10',
|
|
3027
|
+
base_denom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7',
|
|
3028
|
+
chain_name: 'gravitybridge'
|
|
3029
|
+
},
|
|
3030
|
+
chain: {
|
|
3031
|
+
channel_id: 'channel-144'
|
|
3032
|
+
}
|
|
3033
|
+
}]
|
|
3034
|
+
}, {
|
|
3035
|
+
description: 'Gravity Bridge WBTC',
|
|
3036
|
+
denom_units: [{
|
|
3037
|
+
denom: 'ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796',
|
|
3038
|
+
exponent: 0,
|
|
3039
|
+
aliases: ['gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599']
|
|
3040
|
+
}, {
|
|
3041
|
+
denom: 'gwbtc',
|
|
3042
|
+
exponent: 8
|
|
3043
|
+
}],
|
|
3044
|
+
base: 'ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796',
|
|
3045
|
+
name: 'Wrapped Bitcoin',
|
|
3046
|
+
display: 'gwbtc',
|
|
3047
|
+
symbol: 'WBTC',
|
|
3048
|
+
logo_URIs: {
|
|
3049
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
3050
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
3051
|
+
},
|
|
3052
|
+
traces: [{
|
|
3053
|
+
type: 'ibc',
|
|
3054
|
+
counterparty: {
|
|
3055
|
+
channel_id: 'channel-10',
|
|
3056
|
+
base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
|
|
3057
|
+
chain_name: 'gravitybridge'
|
|
3058
|
+
},
|
|
3059
|
+
chain: {
|
|
3060
|
+
channel_id: 'channel-144'
|
|
3061
|
+
}
|
|
3062
|
+
}]
|
|
3063
|
+
}, {
|
|
3064
|
+
description: 'Gravity Bridge DAI',
|
|
3065
|
+
denom_units: [{
|
|
3066
|
+
denom: 'ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5',
|
|
3067
|
+
exponent: 0,
|
|
3068
|
+
aliases: ['gravity0x6B175474E89094C44Da98b954EedeAC495271d0F']
|
|
3069
|
+
}, {
|
|
3070
|
+
denom: 'gdai',
|
|
3071
|
+
exponent: 18
|
|
3072
|
+
}],
|
|
3073
|
+
base: 'ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5',
|
|
3074
|
+
name: 'Dai Stablecoin',
|
|
3075
|
+
display: 'gdai',
|
|
3076
|
+
symbol: 'DAI',
|
|
3077
|
+
logo_URIs: {
|
|
3078
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
3079
|
+
},
|
|
3080
|
+
traces: [{
|
|
3081
|
+
type: 'ibc',
|
|
3082
|
+
counterparty: {
|
|
3083
|
+
channel_id: 'channel-10',
|
|
3084
|
+
base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F',
|
|
3085
|
+
chain_name: 'gravitybridge'
|
|
3086
|
+
},
|
|
3087
|
+
chain: {
|
|
3088
|
+
channel_id: 'channel-144'
|
|
3089
|
+
}
|
|
3090
|
+
}]
|
|
2146
3091
|
}, {
|
|
2147
3092
|
description: 'The native token of IXO Chain',
|
|
2148
3093
|
denom_units: [{
|
|
@@ -2322,6 +3267,35 @@ var asset_list = {
|
|
|
2322
3267
|
channel_id: 'channel-42'
|
|
2323
3268
|
}
|
|
2324
3269
|
}]
|
|
3270
|
+
}, {
|
|
3271
|
+
description: 'Bored APE IBC club token',
|
|
3272
|
+
type_asset: 'cw20',
|
|
3273
|
+
address: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
3274
|
+
denom_units: [{
|
|
3275
|
+
denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
3276
|
+
exponent: 0
|
|
3277
|
+
}, {
|
|
3278
|
+
denom: 'banana',
|
|
3279
|
+
exponent: 6
|
|
3280
|
+
}],
|
|
3281
|
+
base: 'ibc/DA9C0CDF1EF84D668BF7131DBB2D287C54D14B467A1BE74FA824E0366C60B63C',
|
|
3282
|
+
name: 'Banana Token',
|
|
3283
|
+
display: 'banana',
|
|
3284
|
+
symbol: 'BANANA',
|
|
3285
|
+
logo_URIs: {
|
|
3286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
|
3287
|
+
},
|
|
3288
|
+
traces: [{
|
|
3289
|
+
type: 'ibc',
|
|
3290
|
+
counterparty: {
|
|
3291
|
+
channel_id: 'channel-0',
|
|
3292
|
+
base_denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
3293
|
+
chain_name: 'juno'
|
|
3294
|
+
},
|
|
3295
|
+
chain: {
|
|
3296
|
+
channel_id: 'channel-42'
|
|
3297
|
+
}
|
|
3298
|
+
}]
|
|
2325
3299
|
}, {
|
|
2326
3300
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
2327
3301
|
type_asset: 'cw20',
|
|
@@ -2706,6 +3680,36 @@ var asset_list = {
|
|
|
2706
3680
|
channel_id: 'channel-115'
|
|
2707
3681
|
}
|
|
2708
3682
|
}]
|
|
3683
|
+
}, {
|
|
3684
|
+
description: 'Mars protocol token',
|
|
3685
|
+
denom_units: [{
|
|
3686
|
+
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
3687
|
+
exponent: 0,
|
|
3688
|
+
aliases: ['umars']
|
|
3689
|
+
}, {
|
|
3690
|
+
denom: 'mars',
|
|
3691
|
+
exponent: 6
|
|
3692
|
+
}],
|
|
3693
|
+
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
3694
|
+
name: 'Mars',
|
|
3695
|
+
display: 'mars',
|
|
3696
|
+
symbol: 'MARS',
|
|
3697
|
+
logo_URIs: {
|
|
3698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
3700
|
+
},
|
|
3701
|
+
coingecko_id: 'mars-protocol',
|
|
3702
|
+
traces: [{
|
|
3703
|
+
type: 'ibc',
|
|
3704
|
+
counterparty: {
|
|
3705
|
+
channel_id: 'channel-1',
|
|
3706
|
+
base_denom: 'umars',
|
|
3707
|
+
chain_name: 'mars'
|
|
3708
|
+
},
|
|
3709
|
+
chain: {
|
|
3710
|
+
channel_id: 'channel-557'
|
|
3711
|
+
}
|
|
3712
|
+
}]
|
|
2709
3713
|
}, {
|
|
2710
3714
|
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
2711
3715
|
denom_units: [{
|
|
@@ -2724,6 +3728,7 @@ var asset_list = {
|
|
|
2724
3728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2725
3729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2726
3730
|
},
|
|
3731
|
+
coingecko_id: 'meme-network',
|
|
2727
3732
|
traces: [{
|
|
2728
3733
|
type: 'ibc',
|
|
2729
3734
|
counterparty: {
|
|
@@ -2764,6 +3769,123 @@ var asset_list = {
|
|
|
2764
3769
|
channel_id: 'channel-39'
|
|
2765
3770
|
}
|
|
2766
3771
|
}]
|
|
3772
|
+
}, {
|
|
3773
|
+
description: 'Staking and goverance token for ODIN Protocol',
|
|
3774
|
+
denom_units: [{
|
|
3775
|
+
denom: 'ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B',
|
|
3776
|
+
exponent: 0,
|
|
3777
|
+
aliases: ['loki']
|
|
3778
|
+
}, {
|
|
3779
|
+
denom: 'odin',
|
|
3780
|
+
exponent: 6
|
|
3781
|
+
}],
|
|
3782
|
+
base: 'ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B',
|
|
3783
|
+
name: 'ODIN',
|
|
3784
|
+
display: 'odin',
|
|
3785
|
+
symbol: 'ODIN',
|
|
3786
|
+
logo_URIs: {
|
|
3787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg',
|
|
3788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3789
|
+
},
|
|
3790
|
+
coingecko_id: 'odin-protocol',
|
|
3791
|
+
traces: [{
|
|
3792
|
+
type: 'ibc',
|
|
3793
|
+
counterparty: {
|
|
3794
|
+
channel_id: 'channel-3',
|
|
3795
|
+
base_denom: 'loki',
|
|
3796
|
+
chain_name: 'odin'
|
|
3797
|
+
},
|
|
3798
|
+
chain: {
|
|
3799
|
+
channel_id: 'channel-258'
|
|
3800
|
+
}
|
|
3801
|
+
}]
|
|
3802
|
+
}, {
|
|
3803
|
+
description: 'GEO token for ODIN Protocol',
|
|
3804
|
+
denom_units: [{
|
|
3805
|
+
denom: 'ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A',
|
|
3806
|
+
exponent: 0,
|
|
3807
|
+
aliases: ['mGeo']
|
|
3808
|
+
}, {
|
|
3809
|
+
denom: 'geo',
|
|
3810
|
+
exponent: 6
|
|
3811
|
+
}],
|
|
3812
|
+
base: 'ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A',
|
|
3813
|
+
name: 'GEO',
|
|
3814
|
+
display: 'geo',
|
|
3815
|
+
symbol: 'GEO',
|
|
3816
|
+
logo_URIs: {
|
|
3817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
3818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png'
|
|
3819
|
+
},
|
|
3820
|
+
traces: [{
|
|
3821
|
+
type: 'ibc',
|
|
3822
|
+
counterparty: {
|
|
3823
|
+
channel_id: 'channel-3',
|
|
3824
|
+
base_denom: 'mGeo',
|
|
3825
|
+
chain_name: 'odin'
|
|
3826
|
+
},
|
|
3827
|
+
chain: {
|
|
3828
|
+
channel_id: 'channel-258'
|
|
3829
|
+
}
|
|
3830
|
+
}]
|
|
3831
|
+
}, {
|
|
3832
|
+
description: 'O9W token for ODIN Protocol',
|
|
3833
|
+
denom_units: [{
|
|
3834
|
+
denom: 'ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D',
|
|
3835
|
+
exponent: 0,
|
|
3836
|
+
aliases: ['mO9W']
|
|
3837
|
+
}, {
|
|
3838
|
+
denom: 'O9W',
|
|
3839
|
+
exponent: 6
|
|
3840
|
+
}],
|
|
3841
|
+
base: 'ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D',
|
|
3842
|
+
name: 'O9W',
|
|
3843
|
+
display: 'O9W',
|
|
3844
|
+
symbol: 'O9W',
|
|
3845
|
+
logo_URIs: {
|
|
3846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
3847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png'
|
|
3848
|
+
},
|
|
3849
|
+
traces: [{
|
|
3850
|
+
type: 'ibc',
|
|
3851
|
+
counterparty: {
|
|
3852
|
+
channel_id: 'channel-3',
|
|
3853
|
+
base_denom: 'mO9W',
|
|
3854
|
+
chain_name: 'odin'
|
|
3855
|
+
},
|
|
3856
|
+
chain: {
|
|
3857
|
+
channel_id: 'channel-258'
|
|
3858
|
+
}
|
|
3859
|
+
}]
|
|
3860
|
+
}, {
|
|
3861
|
+
description: 'The native token of Onomy Protocol',
|
|
3862
|
+
denom_units: [{
|
|
3863
|
+
denom: 'ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163',
|
|
3864
|
+
exponent: 0,
|
|
3865
|
+
aliases: ['anom']
|
|
3866
|
+
}, {
|
|
3867
|
+
denom: 'nom',
|
|
3868
|
+
exponent: 18
|
|
3869
|
+
}],
|
|
3870
|
+
base: 'ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163',
|
|
3871
|
+
name: 'Nom',
|
|
3872
|
+
display: 'nom',
|
|
3873
|
+
symbol: 'NOM',
|
|
3874
|
+
logo_URIs: {
|
|
3875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png'
|
|
3876
|
+
},
|
|
3877
|
+
keywords: ['dex', 'stablecoin', 'bridge', 'staking'],
|
|
3878
|
+
traces: [{
|
|
3879
|
+
type: 'ibc',
|
|
3880
|
+
counterparty: {
|
|
3881
|
+
channel_id: 'channel-0',
|
|
3882
|
+
base_denom: 'anom',
|
|
3883
|
+
chain_name: 'onomy'
|
|
3884
|
+
},
|
|
3885
|
+
chain: {
|
|
3886
|
+
channel_id: 'channel-525'
|
|
3887
|
+
}
|
|
3888
|
+
}]
|
|
2767
3889
|
}, {
|
|
2768
3890
|
description: 'The native token of Oraichain',
|
|
2769
3891
|
denom_units: [{
|
|
@@ -2951,8 +4073,7 @@ var asset_list = {
|
|
|
2951
4073
|
aliases: ['nhash']
|
|
2952
4074
|
}, {
|
|
2953
4075
|
denom: 'hash',
|
|
2954
|
-
exponent: 9
|
|
2955
|
-
aliases: []
|
|
4076
|
+
exponent: 9
|
|
2956
4077
|
}],
|
|
2957
4078
|
base: 'ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2',
|
|
2958
4079
|
name: 'Hash',
|
|
@@ -2974,6 +4095,66 @@ var asset_list = {
|
|
|
2974
4095
|
channel_id: 'channel-222'
|
|
2975
4096
|
}
|
|
2976
4097
|
}]
|
|
4098
|
+
}, {
|
|
4099
|
+
description: 'QCK - native token of Quicksilver',
|
|
4100
|
+
denom_units: [{
|
|
4101
|
+
denom: 'ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D',
|
|
4102
|
+
exponent: 0,
|
|
4103
|
+
aliases: ['uqck']
|
|
4104
|
+
}, {
|
|
4105
|
+
denom: 'qck',
|
|
4106
|
+
exponent: 6,
|
|
4107
|
+
aliases: []
|
|
4108
|
+
}],
|
|
4109
|
+
base: 'ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D',
|
|
4110
|
+
name: 'Quicksilver',
|
|
4111
|
+
display: 'qck',
|
|
4112
|
+
symbol: 'QCK',
|
|
4113
|
+
logo_URIs: {
|
|
4114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
4115
|
+
},
|
|
4116
|
+
coingecko_id: 'quicksilver',
|
|
4117
|
+
traces: [{
|
|
4118
|
+
type: 'ibc',
|
|
4119
|
+
counterparty: {
|
|
4120
|
+
channel_id: 'channel-2',
|
|
4121
|
+
base_denom: 'uqck',
|
|
4122
|
+
chain_name: 'quicksilver'
|
|
4123
|
+
},
|
|
4124
|
+
chain: {
|
|
4125
|
+
channel_id: 'channel-522'
|
|
4126
|
+
}
|
|
4127
|
+
}]
|
|
4128
|
+
}, {
|
|
4129
|
+
description: 'Quicksilver Liquid Staked STARS',
|
|
4130
|
+
denom_units: [{
|
|
4131
|
+
denom: 'ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83',
|
|
4132
|
+
exponent: 0,
|
|
4133
|
+
aliases: ['uqstars']
|
|
4134
|
+
}, {
|
|
4135
|
+
denom: 'qstars',
|
|
4136
|
+
exponent: 6,
|
|
4137
|
+
aliases: []
|
|
4138
|
+
}],
|
|
4139
|
+
base: 'ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83',
|
|
4140
|
+
name: 'Quicksilver Liquid Staked STARS',
|
|
4141
|
+
display: 'qstars',
|
|
4142
|
+
symbol: 'qSTARS',
|
|
4143
|
+
traces: [{
|
|
4144
|
+
type: 'ibc',
|
|
4145
|
+
counterparty: {
|
|
4146
|
+
channel_id: 'channel-2',
|
|
4147
|
+
base_denom: 'uqstars',
|
|
4148
|
+
chain_name: 'quicksilver'
|
|
4149
|
+
},
|
|
4150
|
+
chain: {
|
|
4151
|
+
channel_id: 'channel-522'
|
|
4152
|
+
}
|
|
4153
|
+
}],
|
|
4154
|
+
logo_URIs: {
|
|
4155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
|
|
4156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg'
|
|
4157
|
+
}
|
|
2977
4158
|
}, {
|
|
2978
4159
|
description: 'REBUS, the native coin of the Rebus chain.',
|
|
2979
4160
|
denom_units: [{
|
|
@@ -2992,6 +4173,7 @@ var asset_list = {
|
|
|
2992
4173
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
|
|
2993
4174
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
|
|
2994
4175
|
},
|
|
4176
|
+
coingecko_id: 'rebus',
|
|
2995
4177
|
traces: [{
|
|
2996
4178
|
type: 'ibc',
|
|
2997
4179
|
counterparty: {
|
|
@@ -3154,12 +4336,15 @@ var asset_list = {
|
|
|
3154
4336
|
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.",
|
|
3155
4337
|
denom_units: [{
|
|
3156
4338
|
denom: 'ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB',
|
|
3157
|
-
exponent:
|
|
4339
|
+
exponent: 0,
|
|
3158
4340
|
aliases: ['rowan']
|
|
4341
|
+
}, {
|
|
4342
|
+
denom: 'ROWAN',
|
|
4343
|
+
exponent: 18
|
|
3159
4344
|
}],
|
|
3160
4345
|
base: 'ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB',
|
|
3161
4346
|
name: 'Sifchain Rowan',
|
|
3162
|
-
display: '
|
|
4347
|
+
display: 'ROWAN',
|
|
3163
4348
|
symbol: 'ROWAN',
|
|
3164
4349
|
logo_URIs: {
|
|
3165
4350
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg',
|
|
@@ -3278,8 +4463,7 @@ var asset_list = {
|
|
|
3278
4463
|
aliases: ['ustrd']
|
|
3279
4464
|
}, {
|
|
3280
4465
|
denom: 'strd',
|
|
3281
|
-
exponent: 6
|
|
3282
|
-
aliases: []
|
|
4466
|
+
exponent: 6
|
|
3283
4467
|
}],
|
|
3284
4468
|
base: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
|
|
3285
4469
|
name: 'Stride',
|
|
@@ -3314,11 +4498,6 @@ var asset_list = {
|
|
|
3314
4498
|
name: 'stATOM',
|
|
3315
4499
|
display: 'statom',
|
|
3316
4500
|
symbol: 'stATOM',
|
|
3317
|
-
logo_URIs: {
|
|
3318
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
3319
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
3320
|
-
},
|
|
3321
|
-
coingecko_id: 'stride-staked-atom',
|
|
3322
4501
|
traces: [{
|
|
3323
4502
|
type: 'ibc',
|
|
3324
4503
|
counterparty: {
|
|
@@ -3329,7 +4508,12 @@ var asset_list = {
|
|
|
3329
4508
|
chain: {
|
|
3330
4509
|
channel_id: 'channel-326'
|
|
3331
4510
|
}
|
|
3332
|
-
}]
|
|
4511
|
+
}],
|
|
4512
|
+
logo_URIs: {
|
|
4513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
4514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
4515
|
+
},
|
|
4516
|
+
coingecko_id: 'stride-staked-atom'
|
|
3333
4517
|
}, {
|
|
3334
4518
|
denom_units: [{
|
|
3335
4519
|
denom: 'ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A',
|
|
@@ -3343,11 +4527,6 @@ var asset_list = {
|
|
|
3343
4527
|
name: 'stSTARS',
|
|
3344
4528
|
display: 'ststars',
|
|
3345
4529
|
symbol: 'stSTARS',
|
|
3346
|
-
logo_URIs: {
|
|
3347
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
|
|
3348
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
3349
|
-
},
|
|
3350
|
-
coingecko_id: '',
|
|
3351
4530
|
traces: [{
|
|
3352
4531
|
type: 'ibc',
|
|
3353
4532
|
counterparty: {
|
|
@@ -3358,7 +4537,11 @@ var asset_list = {
|
|
|
3358
4537
|
chain: {
|
|
3359
4538
|
channel_id: 'channel-326'
|
|
3360
4539
|
}
|
|
3361
|
-
}]
|
|
4540
|
+
}],
|
|
4541
|
+
logo_URIs: {
|
|
4542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
|
|
4543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
4544
|
+
}
|
|
3362
4545
|
}, {
|
|
3363
4546
|
denom_units: [{
|
|
3364
4547
|
denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
|
|
@@ -3372,11 +4555,6 @@ var asset_list = {
|
|
|
3372
4555
|
name: 'stOSMO',
|
|
3373
4556
|
display: 'stosmo',
|
|
3374
4557
|
symbol: 'stOSMO',
|
|
3375
|
-
logo_URIs: {
|
|
3376
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
3377
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
3378
|
-
},
|
|
3379
|
-
coingecko_id: '',
|
|
3380
4558
|
traces: [{
|
|
3381
4559
|
type: 'ibc',
|
|
3382
4560
|
counterparty: {
|
|
@@ -3387,7 +4565,11 @@ var asset_list = {
|
|
|
3387
4565
|
chain: {
|
|
3388
4566
|
channel_id: 'channel-326'
|
|
3389
4567
|
}
|
|
3390
|
-
}]
|
|
4568
|
+
}],
|
|
4569
|
+
logo_URIs: {
|
|
4570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
4571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
4572
|
+
}
|
|
3391
4573
|
}, {
|
|
3392
4574
|
denom_units: [{
|
|
3393
4575
|
denom: 'ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE',
|
|
@@ -3401,22 +4583,76 @@ var asset_list = {
|
|
|
3401
4583
|
name: 'stJUNO',
|
|
3402
4584
|
display: 'stjuno',
|
|
3403
4585
|
symbol: 'stJUNO',
|
|
4586
|
+
traces: [{
|
|
4587
|
+
type: 'ibc',
|
|
4588
|
+
counterparty: {
|
|
4589
|
+
channel_id: 'channel-5',
|
|
4590
|
+
base_denom: 'stujuno',
|
|
4591
|
+
chain_name: 'stride'
|
|
4592
|
+
},
|
|
4593
|
+
chain: {
|
|
4594
|
+
channel_id: 'channel-326'
|
|
4595
|
+
}
|
|
4596
|
+
}],
|
|
3404
4597
|
logo_URIs: {
|
|
3405
4598
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
|
|
3406
4599
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
|
|
3407
|
-
}
|
|
3408
|
-
|
|
4600
|
+
}
|
|
4601
|
+
}, {
|
|
4602
|
+
denom_units: [{
|
|
4603
|
+
denom: 'ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372',
|
|
4604
|
+
exponent: 0,
|
|
4605
|
+
aliases: ['stuluna']
|
|
4606
|
+
}, {
|
|
4607
|
+
denom: 'stluna',
|
|
4608
|
+
exponent: 6
|
|
4609
|
+
}],
|
|
4610
|
+
base: 'ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372',
|
|
4611
|
+
name: 'stLUNA',
|
|
4612
|
+
display: 'stluna',
|
|
4613
|
+
symbol: 'stLUNA',
|
|
3409
4614
|
traces: [{
|
|
3410
4615
|
type: 'ibc',
|
|
3411
4616
|
counterparty: {
|
|
3412
4617
|
channel_id: 'channel-5',
|
|
3413
|
-
base_denom: '
|
|
4618
|
+
base_denom: 'stuluna',
|
|
3414
4619
|
chain_name: 'stride'
|
|
3415
4620
|
},
|
|
3416
4621
|
chain: {
|
|
3417
4622
|
channel_id: 'channel-326'
|
|
3418
4623
|
}
|
|
3419
|
-
}]
|
|
4624
|
+
}],
|
|
4625
|
+
logo_URIs: {
|
|
4626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
4627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
4628
|
+
}
|
|
4629
|
+
}, {
|
|
4630
|
+
denom_units: [{
|
|
4631
|
+
denom: 'staevmos',
|
|
4632
|
+
exponent: 0
|
|
4633
|
+
}, {
|
|
4634
|
+
denom: 'stevmos',
|
|
4635
|
+
exponent: 18
|
|
4636
|
+
}],
|
|
4637
|
+
base: 'ibc/DCD3224DF1FAC41A2EE9E7B629EE30C772CD29BF13613EB51350E6AD166B6BDC',
|
|
4638
|
+
name: 'stEVMOS',
|
|
4639
|
+
display: 'stevmos',
|
|
4640
|
+
symbol: 'stEVMOS',
|
|
4641
|
+
traces: [{
|
|
4642
|
+
type: 'ibc',
|
|
4643
|
+
counterparty: {
|
|
4644
|
+
channel_id: 'channel-5',
|
|
4645
|
+
base_denom: 'staevmos',
|
|
4646
|
+
chain_name: 'stride'
|
|
4647
|
+
},
|
|
4648
|
+
chain: {
|
|
4649
|
+
channel_id: 'channel-326'
|
|
4650
|
+
}
|
|
4651
|
+
}],
|
|
4652
|
+
logo_URIs: {
|
|
4653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
4654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
4655
|
+
}
|
|
3420
4656
|
}, {
|
|
3421
4657
|
description: 'Tori token (TORI) is the Teritoti Network’s native utility token, used as the primary means to govern, secure the blockchain, incentivize ecosystem contributors and use the various Teritori dApp features.',
|
|
3422
4658
|
denom_units: [{
|
|
@@ -3425,8 +4661,7 @@ var asset_list = {
|
|
|
3425
4661
|
aliases: ['utori']
|
|
3426
4662
|
}, {
|
|
3427
4663
|
denom: 'tori',
|
|
3428
|
-
exponent: 6
|
|
3429
|
-
aliases: []
|
|
4664
|
+
exponent: 6
|
|
3430
4665
|
}],
|
|
3431
4666
|
base: 'ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC',
|
|
3432
4667
|
name: 'Teritori',
|
|
@@ -4233,6 +5468,35 @@ var asset_list = {
|
|
|
4233
5468
|
channel_id: 'channel-72'
|
|
4234
5469
|
}
|
|
4235
5470
|
}]
|
|
5471
|
+
}, {
|
|
5472
|
+
description: 'The native staking token of Terra.',
|
|
5473
|
+
denom_units: [{
|
|
5474
|
+
denom: 'ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9',
|
|
5475
|
+
exponent: 0,
|
|
5476
|
+
aliases: ['uluna']
|
|
5477
|
+
}, {
|
|
5478
|
+
denom: 'luna',
|
|
5479
|
+
exponent: 6
|
|
5480
|
+
}],
|
|
5481
|
+
base: 'ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9',
|
|
5482
|
+
name: 'Luna',
|
|
5483
|
+
display: 'luna',
|
|
5484
|
+
symbol: 'LUNA',
|
|
5485
|
+
logo_URIs: {
|
|
5486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png'
|
|
5487
|
+
},
|
|
5488
|
+
coingecko_id: 'terra-luna-2',
|
|
5489
|
+
traces: [{
|
|
5490
|
+
type: 'ibc',
|
|
5491
|
+
counterparty: {
|
|
5492
|
+
channel_id: 'channel-1',
|
|
5493
|
+
base_denom: 'uluna',
|
|
5494
|
+
chain_name: 'terra2'
|
|
5495
|
+
},
|
|
5496
|
+
chain: {
|
|
5497
|
+
channel_id: 'channel-251'
|
|
5498
|
+
}
|
|
5499
|
+
}]
|
|
4236
5500
|
}, {
|
|
4237
5501
|
description: 'The native token of Tgrade',
|
|
4238
5502
|
denom_units: [{
|
|
@@ -4241,8 +5505,7 @@ var asset_list = {
|
|
|
4241
5505
|
aliases: ['utgd']
|
|
4242
5506
|
}, {
|
|
4243
5507
|
denom: 'tgd',
|
|
4244
|
-
exponent: 6
|
|
4245
|
-
aliases: []
|
|
5508
|
+
exponent: 6
|
|
4246
5509
|
}],
|
|
4247
5510
|
base: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
4248
5511
|
name: 'Tgrade',
|
|
@@ -4330,8 +5593,7 @@ var asset_list = {
|
|
|
4330
5593
|
aliases: ['uvdl']
|
|
4331
5594
|
}, {
|
|
4332
5595
|
denom: 'vdl',
|
|
4333
|
-
exponent: 6
|
|
4334
|
-
aliases: []
|
|
5596
|
+
exponent: 6
|
|
4335
5597
|
}],
|
|
4336
5598
|
base: 'ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD',
|
|
4337
5599
|
name: 'Vidulum',
|
|
@@ -5046,6 +6308,203 @@ var asset_list = {
|
|
|
5046
6308
|
channel_id: 'channel-169'
|
|
5047
6309
|
}
|
|
5048
6310
|
}]
|
|
6311
|
+
}, {
|
|
6312
|
+
description: 'The native token cw20 for PHMN on Juno Chain',
|
|
6313
|
+
type_asset: 'cw20',
|
|
6314
|
+
address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
6315
|
+
denom_units: [{
|
|
6316
|
+
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
6317
|
+
exponent: 0,
|
|
6318
|
+
aliases: ['cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l']
|
|
6319
|
+
}, {
|
|
6320
|
+
denom: 'phmn',
|
|
6321
|
+
exponent: 6
|
|
6322
|
+
}],
|
|
6323
|
+
base: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
6324
|
+
name: 'POSTHUMAN',
|
|
6325
|
+
display: 'phmn',
|
|
6326
|
+
symbol: 'PHMN',
|
|
6327
|
+
logo_URIs: {
|
|
6328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
6329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
6330
|
+
},
|
|
6331
|
+
coingecko_id: 'posthuman',
|
|
6332
|
+
traces: [{
|
|
6333
|
+
type: 'ibc-cw20',
|
|
6334
|
+
counterparty: {
|
|
6335
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
6336
|
+
channel_id: 'channel-47',
|
|
6337
|
+
base_denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
6338
|
+
chain_name: 'juno'
|
|
6339
|
+
},
|
|
6340
|
+
chain: {
|
|
6341
|
+
port: 'transfer',
|
|
6342
|
+
channel_id: 'channel-169'
|
|
6343
|
+
}
|
|
6344
|
+
}]
|
|
6345
|
+
}, {
|
|
6346
|
+
description: 'The native token cw20 for Hopers on Juno Chain',
|
|
6347
|
+
type_asset: 'cw20',
|
|
6348
|
+
address: 'juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n',
|
|
6349
|
+
denom_units: [{
|
|
6350
|
+
denom: 'ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099',
|
|
6351
|
+
exponent: 0,
|
|
6352
|
+
aliases: ['cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n']
|
|
6353
|
+
}, {
|
|
6354
|
+
denom: 'hopers',
|
|
6355
|
+
exponent: 6
|
|
6356
|
+
}],
|
|
6357
|
+
base: 'ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099',
|
|
6358
|
+
name: 'Hopers',
|
|
6359
|
+
display: 'hopers',
|
|
6360
|
+
symbol: 'HOPERS',
|
|
6361
|
+
logo_URIs: {
|
|
6362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png'
|
|
6363
|
+
},
|
|
6364
|
+
coingecko_id: 'hopers-io ',
|
|
6365
|
+
traces: [{
|
|
6366
|
+
type: 'ibc-cw20',
|
|
6367
|
+
counterparty: {
|
|
6368
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
6369
|
+
channel_id: 'channel-47',
|
|
6370
|
+
base_denom: 'cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n',
|
|
6371
|
+
chain_name: 'juno'
|
|
6372
|
+
},
|
|
6373
|
+
chain: {
|
|
6374
|
+
port: 'transfer',
|
|
6375
|
+
channel_id: 'channel-169'
|
|
6376
|
+
}
|
|
6377
|
+
}]
|
|
6378
|
+
}, {
|
|
6379
|
+
description: 'RED',
|
|
6380
|
+
type_asset: 'cw20',
|
|
6381
|
+
address: 'juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za',
|
|
6382
|
+
denom_units: [{
|
|
6383
|
+
denom: 'ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0',
|
|
6384
|
+
exponent: 0,
|
|
6385
|
+
aliases: ['cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za']
|
|
6386
|
+
}, {
|
|
6387
|
+
denom: 'red',
|
|
6388
|
+
exponent: 6
|
|
6389
|
+
}],
|
|
6390
|
+
base: 'ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0',
|
|
6391
|
+
name: 'Red',
|
|
6392
|
+
display: 'red',
|
|
6393
|
+
symbol: 'RED',
|
|
6394
|
+
logo_URIs: {
|
|
6395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
|
|
6396
|
+
},
|
|
6397
|
+
traces: [{
|
|
6398
|
+
type: 'ibc-cw20',
|
|
6399
|
+
counterparty: {
|
|
6400
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
6401
|
+
channel_id: 'channel-47',
|
|
6402
|
+
base_denom: 'cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za',
|
|
6403
|
+
chain_name: 'juno'
|
|
6404
|
+
},
|
|
6405
|
+
chain: {
|
|
6406
|
+
port: 'transfer',
|
|
6407
|
+
channel_id: 'channel-169'
|
|
6408
|
+
}
|
|
6409
|
+
}]
|
|
6410
|
+
}, {
|
|
6411
|
+
description: 'BLUE',
|
|
6412
|
+
type_asset: 'cw20',
|
|
6413
|
+
address: 'juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7',
|
|
6414
|
+
denom_units: [{
|
|
6415
|
+
denom: 'ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5',
|
|
6416
|
+
exponent: 0,
|
|
6417
|
+
aliases: ['cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7']
|
|
6418
|
+
}, {
|
|
6419
|
+
denom: 'blue',
|
|
6420
|
+
exponent: 6
|
|
6421
|
+
}],
|
|
6422
|
+
base: 'ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5',
|
|
6423
|
+
name: 'Blue',
|
|
6424
|
+
display: 'blue',
|
|
6425
|
+
symbol: 'BLUE',
|
|
6426
|
+
logo_URIs: {
|
|
6427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
|
|
6428
|
+
},
|
|
6429
|
+
traces: [{
|
|
6430
|
+
type: 'ibc-cw20',
|
|
6431
|
+
counterparty: {
|
|
6432
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
6433
|
+
channel_id: 'channel-47',
|
|
6434
|
+
base_denom: 'cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7',
|
|
6435
|
+
chain_name: 'juno'
|
|
6436
|
+
},
|
|
6437
|
+
chain: {
|
|
6438
|
+
port: 'transfer',
|
|
6439
|
+
channel_id: 'channel-169'
|
|
6440
|
+
}
|
|
6441
|
+
}]
|
|
6442
|
+
}, {
|
|
6443
|
+
description: 'WYND DAO Governance Token',
|
|
6444
|
+
type_asset: 'cw20',
|
|
6445
|
+
address: 'juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9',
|
|
6446
|
+
denom_units: [{
|
|
6447
|
+
denom: 'ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3',
|
|
6448
|
+
exponent: 0,
|
|
6449
|
+
aliases: ['cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9']
|
|
6450
|
+
}, {
|
|
6451
|
+
denom: 'wynd',
|
|
6452
|
+
exponent: 6
|
|
6453
|
+
}],
|
|
6454
|
+
base: 'ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3',
|
|
6455
|
+
name: 'Wynd DAO Governance Token',
|
|
6456
|
+
display: 'wynd',
|
|
6457
|
+
symbol: 'WYND',
|
|
6458
|
+
logo_URIs: {
|
|
6459
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg',
|
|
6460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png'
|
|
6461
|
+
},
|
|
6462
|
+
traces: [{
|
|
6463
|
+
type: 'ibc-cw20',
|
|
6464
|
+
counterparty: {
|
|
6465
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
6466
|
+
channel_id: 'channel-47',
|
|
6467
|
+
base_denom: 'cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9',
|
|
6468
|
+
chain_name: 'juno'
|
|
6469
|
+
},
|
|
6470
|
+
chain: {
|
|
6471
|
+
port: 'transfer',
|
|
6472
|
+
channel_id: 'channel-169'
|
|
6473
|
+
}
|
|
6474
|
+
}]
|
|
6475
|
+
}, {
|
|
6476
|
+
description: 'nRide Token',
|
|
6477
|
+
type_asset: 'cw20',
|
|
6478
|
+
address: 'juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
|
|
6479
|
+
denom_units: [{
|
|
6480
|
+
denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
|
|
6481
|
+
exponent: 0,
|
|
6482
|
+
aliases: ['cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq']
|
|
6483
|
+
}, {
|
|
6484
|
+
denom: 'nride',
|
|
6485
|
+
exponent: 6
|
|
6486
|
+
}],
|
|
6487
|
+
base: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
|
|
6488
|
+
name: 'nRide Token',
|
|
6489
|
+
display: 'nride',
|
|
6490
|
+
symbol: 'NRIDE',
|
|
6491
|
+
logo_URIs: {
|
|
6492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
|
|
6493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png'
|
|
6494
|
+
},
|
|
6495
|
+
traces: [{
|
|
6496
|
+
type: 'ibc-cw20',
|
|
6497
|
+
counterparty: {
|
|
6498
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
6499
|
+
channel_id: 'channel-47',
|
|
6500
|
+
base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
|
|
6501
|
+
chain_name: 'juno'
|
|
6502
|
+
},
|
|
6503
|
+
chain: {
|
|
6504
|
+
port: 'transfer',
|
|
6505
|
+
channel_id: 'channel-169'
|
|
6506
|
+
}
|
|
6507
|
+
}]
|
|
5049
6508
|
}, {
|
|
5050
6509
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
5051
6510
|
type_asset: 'cw20',
|
|
@@ -5089,6 +6548,8 @@ var asset_list = {
|
|
|
5089
6548
|
denom: 'sienna',
|
|
5090
6549
|
exponent: 18
|
|
5091
6550
|
}],
|
|
6551
|
+
type_asset: 'snip20',
|
|
6552
|
+
address: 'secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4',
|
|
5092
6553
|
base: 'ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213',
|
|
5093
6554
|
name: 'SIENNA',
|
|
5094
6555
|
display: 'sienna',
|
|
@@ -5121,6 +6582,8 @@ var asset_list = {
|
|
|
5121
6582
|
denom: 'shd',
|
|
5122
6583
|
exponent: 8
|
|
5123
6584
|
}],
|
|
6585
|
+
type_asset: 'snip20',
|
|
6586
|
+
address: 'secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d',
|
|
5124
6587
|
base: 'ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C',
|
|
5125
6588
|
name: 'Shade',
|
|
5126
6589
|
display: 'shd',
|
|
@@ -5153,6 +6616,8 @@ var asset_list = {
|
|
|
5153
6616
|
denom: 'stkd-scrt',
|
|
5154
6617
|
exponent: 6
|
|
5155
6618
|
}],
|
|
6619
|
+
type_asset: 'snip20',
|
|
6620
|
+
address: 'secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4',
|
|
5156
6621
|
base: 'ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4',
|
|
5157
6622
|
name: 'SCRT Staking Derivatives',
|
|
5158
6623
|
display: 'stkd-scrt',
|
|
@@ -5185,6 +6650,8 @@ var asset_list = {
|
|
|
5185
6650
|
denom: 'butt',
|
|
5186
6651
|
exponent: 6
|
|
5187
6652
|
}],
|
|
6653
|
+
type_asset: 'snip20',
|
|
6654
|
+
address: 'secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt',
|
|
5188
6655
|
base: 'ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8',
|
|
5189
6656
|
name: 'Button',
|
|
5190
6657
|
display: 'butt',
|
|
@@ -5239,6 +6706,72 @@ var asset_list = {
|
|
|
5239
6706
|
channel_id: 'channel-476'
|
|
5240
6707
|
}
|
|
5241
6708
|
}]
|
|
6709
|
+
}, {
|
|
6710
|
+
description: 'The native token cw20 for Amber on Secret Network',
|
|
6711
|
+
denom_units: [{
|
|
6712
|
+
denom: 'ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55',
|
|
6713
|
+
exponent: 0,
|
|
6714
|
+
aliases: ['cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852']
|
|
6715
|
+
}, {
|
|
6716
|
+
denom: 'amber',
|
|
6717
|
+
exponent: 6
|
|
6718
|
+
}],
|
|
6719
|
+
type_asset: 'snip20',
|
|
6720
|
+
address: 'secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852',
|
|
6721
|
+
base: 'ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55',
|
|
6722
|
+
name: 'Amber',
|
|
6723
|
+
display: 'amber',
|
|
6724
|
+
symbol: 'AMBER',
|
|
6725
|
+
logo_URIs: {
|
|
6726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
6727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
6728
|
+
},
|
|
6729
|
+
traces: [{
|
|
6730
|
+
type: 'ibc-cw20',
|
|
6731
|
+
counterparty: {
|
|
6732
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
6733
|
+
channel_id: 'channel-44',
|
|
6734
|
+
base_denom: 'cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852',
|
|
6735
|
+
chain_name: 'secretnetwork'
|
|
6736
|
+
},
|
|
6737
|
+
chain: {
|
|
6738
|
+
port: 'transfer',
|
|
6739
|
+
channel_id: 'channel-476'
|
|
6740
|
+
}
|
|
6741
|
+
}]
|
|
6742
|
+
}, {
|
|
6743
|
+
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
6744
|
+
denom_units: [{
|
|
6745
|
+
denom: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
6746
|
+
exponent: 0,
|
|
6747
|
+
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
6748
|
+
}, {
|
|
6749
|
+
denom: 'astro',
|
|
6750
|
+
exponent: 6
|
|
6751
|
+
}],
|
|
6752
|
+
type_asset: 'cw20',
|
|
6753
|
+
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
6754
|
+
base: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
6755
|
+
name: 'Astroport',
|
|
6756
|
+
display: 'astro',
|
|
6757
|
+
symbol: 'ASTRO',
|
|
6758
|
+
logo_URIs: {
|
|
6759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/astro.png'
|
|
6760
|
+
},
|
|
6761
|
+
coingecko_id: 'astroport-fi',
|
|
6762
|
+
traces: [{
|
|
6763
|
+
type: 'ibc-cw20',
|
|
6764
|
+
counterparty: {
|
|
6765
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
6766
|
+
channel_id: 'channel-85',
|
|
6767
|
+
base_denom: 'cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
6768
|
+
chain_name: 'terra2'
|
|
6769
|
+
},
|
|
6770
|
+
chain: {
|
|
6771
|
+
port: 'transfer',
|
|
6772
|
+
channel_id: 'channel-559'
|
|
6773
|
+
}
|
|
6774
|
+
}]
|
|
5242
6775
|
}]
|
|
5243
6776
|
};
|
|
5244
6777
|
var _default = asset_list;
|