chain-registry 1.69.127 → 1.69.129
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/devnet/kyvedevnet/assets.js +2 -1
- package/devnet/neuradevnet/assets.js +2 -1
- package/esm/devnet/kyvedevnet/assets.js +2 -1
- package/esm/devnet/neuradevnet/assets.js +2 -1
- package/esm/mainnet/agoric/chain.js +5 -5
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -7
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/carbon/assets.js +26 -13
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/assets.js +4 -2
- package/esm/mainnet/cronos/assets.js +4 -2
- package/esm/mainnet/dydx/assets.js +2 -1
- package/esm/mainnet/dymension/assets.js +4 -2
- package/esm/mainnet/dyson/assets.js +6 -3
- package/esm/mainnet/elys/assets.js +45 -7
- package/esm/mainnet/evmos/assets.js +2 -1
- package/esm/mainnet/injective/assets.js +6 -3
- package/esm/mainnet/joltify/assets.js +4 -2
- package/esm/mainnet/juno/assets.js +23 -1
- package/esm/mainnet/kopi/assets.js +10 -5
- package/esm/mainnet/kujira/assets.js +30 -15
- package/esm/mainnet/mantrachain/assets.js +6 -3
- package/esm/mainnet/mars/assets.js +2 -1
- package/esm/mainnet/migaloo/assets.js +6 -3
- package/esm/mainnet/milkyway/assets.js +6 -3
- package/esm/mainnet/neutron/assets.js +14 -7
- package/esm/mainnet/nibiru/assets.js +2 -1
- package/esm/mainnet/noble/assets.js +4 -2
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/nolus/assets.js +44 -22
- package/esm/mainnet/omniflixhub/assets.js +10 -5
- package/esm/mainnet/oraichain/assets.js +6 -3
- package/esm/mainnet/osmosis/assets.js +306 -153
- package/esm/mainnet/persistence/assets.js +16 -8
- package/esm/mainnet/planq/assets.js +50 -3
- package/esm/mainnet/pryzm/assets.js +242 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/mainnet/sei/assets.js +2 -1
- package/esm/mainnet/sidechain/assets.js +2 -1
- package/esm/mainnet/stargaze/assets.js +10 -5
- package/esm/mainnet/stride/assets.js +2 -1
- package/esm/mainnet/teritori/assets.js +6 -3
- package/esm/mainnet/terra/assets.js +2 -1
- package/esm/mainnet/terra2/assets.js +10 -5
- package/esm/mainnet/titan/assets.js +2 -1
- package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
- package/esm/noncosmos/bitcointestnet/assets.js +2 -1
- package/esm/noncosmos/polygon/assets.js +2 -1
- package/esm/testnet/archwaytestnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/dydxtestnet/assets.js +2 -1
- package/esm/testnet/impacthubtestnet/assets.js +2 -1
- package/esm/testnet/jackaltestnet2/assets.js +2 -1
- package/esm/testnet/kyvetestnet/assets.js +2 -1
- package/esm/testnet/manifesttestnet/assets.js +2 -1
- package/esm/testnet/mantrachaintestnet/assets.js +2 -1
- package/esm/testnet/neuratestnet/assets.js +2 -1
- package/esm/testnet/nobletestnet/assets.js +2 -1
- package/esm/testnet/osmosistestnet/assets.js +12 -6
- package/esm/testnet/titantestnet/assets.js +2 -1
- package/esm/testnet/unificationtestnet/assets.js +2 -1
- package/esm/testnet/xiontestnet/assets.js +6 -3
- package/mainnet/agoric/chain.js +5 -5
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -7
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/carbon/assets.js +26 -13
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/assets.js +4 -2
- package/mainnet/cronos/assets.js +4 -2
- package/mainnet/dydx/assets.js +2 -1
- package/mainnet/dymension/assets.js +4 -2
- package/mainnet/dyson/assets.js +6 -3
- package/mainnet/elys/assets.js +45 -7
- package/mainnet/evmos/assets.js +2 -1
- package/mainnet/injective/assets.js +6 -3
- package/mainnet/joltify/assets.js +4 -2
- package/mainnet/juno/assets.js +23 -1
- package/mainnet/kopi/assets.js +10 -5
- package/mainnet/kujira/assets.js +30 -15
- package/mainnet/mantrachain/assets.js +6 -3
- package/mainnet/mars/assets.js +2 -1
- package/mainnet/migaloo/assets.js +6 -3
- package/mainnet/milkyway/assets.js +6 -3
- package/mainnet/neutron/assets.js +14 -7
- package/mainnet/nibiru/assets.js +2 -1
- package/mainnet/noble/assets.js +4 -2
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/nolus/assets.js +44 -22
- package/mainnet/omniflixhub/assets.js +10 -5
- package/mainnet/oraichain/assets.js +6 -3
- package/mainnet/osmosis/assets.js +306 -153
- package/mainnet/persistence/assets.js +16 -8
- package/mainnet/planq/assets.js +50 -3
- package/mainnet/pryzm/assets.js +242 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- package/mainnet/routerchain/assets.js +49 -0
- package/mainnet/sei/assets.js +2 -1
- package/mainnet/sidechain/assets.js +2 -1
- package/mainnet/stargaze/assets.js +10 -5
- package/mainnet/stride/assets.js +2 -1
- package/mainnet/teritori/assets.js +6 -3
- package/mainnet/terra/assets.js +2 -1
- package/mainnet/terra2/assets.js +10 -5
- package/mainnet/titan/assets.js +2 -1
- package/noncosmos/avalanchetestnet/assets.js +2 -1
- package/noncosmos/bitcointestnet/assets.js +2 -1
- package/noncosmos/polygon/assets.js +2 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/dydxtestnet/assets.js +2 -1
- package/testnet/impacthubtestnet/assets.js +2 -1
- package/testnet/jackaltestnet2/assets.js +2 -1
- package/testnet/kyvetestnet/assets.js +2 -1
- package/testnet/manifesttestnet/assets.js +2 -1
- package/testnet/mantrachaintestnet/assets.js +2 -1
- package/testnet/neuratestnet/assets.js +2 -1
- package/testnet/nobletestnet/assets.js +2 -1
- package/testnet/osmosistestnet/assets.js +12 -6
- package/testnet/titantestnet/assets.js +2 -1
- package/testnet/unificationtestnet/assets.js +2 -1
- package/testnet/xiontestnet/assets.js +6 -3
package/mainnet/beezee/chain.js
CHANGED
|
@@ -30,14 +30,14 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/bze-alphateam/bze',
|
|
33
|
-
recommended_version: 'v7.
|
|
34
|
-
compatible_versions: ['v7.
|
|
33
|
+
recommended_version: 'v7.2.0',
|
|
34
|
+
compatible_versions: ['v7.2.0'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
37
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
38
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
39
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
40
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
36
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
|
|
37
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
|
|
38
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
|
|
39
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
|
|
40
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesis_url: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
package/mainnet/carbon/assets.js
CHANGED
|
@@ -357,7 +357,8 @@ const info = {
|
|
|
357
357
|
theme: {
|
|
358
358
|
primary_color_hex: '#db2777'
|
|
359
359
|
}
|
|
360
|
-
}]
|
|
360
|
+
}],
|
|
361
|
+
coingecko_id: 'stargaze'
|
|
361
362
|
},
|
|
362
363
|
{
|
|
363
364
|
description: 'LUNA token on Carbon',
|
|
@@ -400,7 +401,8 @@ const info = {
|
|
|
400
401
|
theme: {
|
|
401
402
|
primary_color_hex: '#f4de6f'
|
|
402
403
|
}
|
|
403
|
-
}]
|
|
404
|
+
}],
|
|
405
|
+
coingecko_id: 'terra-luna-2'
|
|
404
406
|
},
|
|
405
407
|
{
|
|
406
408
|
description: 'TIA token on Carbon',
|
|
@@ -443,7 +445,8 @@ const info = {
|
|
|
443
445
|
logo_URIs: {
|
|
444
446
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
445
447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
446
|
-
}
|
|
448
|
+
},
|
|
449
|
+
coingecko_id: 'celestia'
|
|
447
450
|
},
|
|
448
451
|
{
|
|
449
452
|
description: 'MilkTIA token on Carbon',
|
|
@@ -486,7 +489,8 @@ const info = {
|
|
|
486
489
|
theme: {
|
|
487
490
|
primary_color_hex: '#d18dfc'
|
|
488
491
|
}
|
|
489
|
-
}]
|
|
492
|
+
}],
|
|
493
|
+
coingecko_id: 'milkyway-staked-tia'
|
|
490
494
|
},
|
|
491
495
|
{
|
|
492
496
|
description: 'STRD token on Carbon',
|
|
@@ -529,7 +533,8 @@ const info = {
|
|
|
529
533
|
theme: {
|
|
530
534
|
primary_color_hex: '#e4047c'
|
|
531
535
|
}
|
|
532
|
-
}]
|
|
536
|
+
}],
|
|
537
|
+
coingecko_id: 'stride'
|
|
533
538
|
},
|
|
534
539
|
{
|
|
535
540
|
description: 'EVMOS token on Carbon',
|
|
@@ -572,7 +577,8 @@ const info = {
|
|
|
572
577
|
theme: {
|
|
573
578
|
primary_color_hex: '#ec4c34'
|
|
574
579
|
}
|
|
575
|
-
}]
|
|
580
|
+
}],
|
|
581
|
+
coingecko_id: 'evmos'
|
|
576
582
|
},
|
|
577
583
|
{
|
|
578
584
|
description: 'IRIS token on Carbon',
|
|
@@ -615,7 +621,8 @@ const info = {
|
|
|
615
621
|
theme: {
|
|
616
622
|
primary_color_hex: '#5664ad'
|
|
617
623
|
}
|
|
618
|
-
}]
|
|
624
|
+
}],
|
|
625
|
+
coingecko_id: 'iris-network'
|
|
619
626
|
},
|
|
620
627
|
{
|
|
621
628
|
description: 'KUJI token on Carbon',
|
|
@@ -658,7 +665,8 @@ const info = {
|
|
|
658
665
|
theme: {
|
|
659
666
|
primary_color_hex: '#e33b34'
|
|
660
667
|
}
|
|
661
|
-
}]
|
|
668
|
+
}],
|
|
669
|
+
coingecko_id: 'kujira'
|
|
662
670
|
},
|
|
663
671
|
{
|
|
664
672
|
description: 'stOSMO token on Carbon',
|
|
@@ -701,7 +709,8 @@ const info = {
|
|
|
701
709
|
theme: {
|
|
702
710
|
primary_color_hex: '#e40474'
|
|
703
711
|
}
|
|
704
|
-
}]
|
|
712
|
+
}],
|
|
713
|
+
coingecko_id: 'stride-staked-osmo'
|
|
705
714
|
},
|
|
706
715
|
{
|
|
707
716
|
description: 'CANTO token on Carbon',
|
|
@@ -744,7 +753,8 @@ const info = {
|
|
|
744
753
|
theme: {
|
|
745
754
|
primary_color_hex: '#1c1f1f'
|
|
746
755
|
}
|
|
747
|
-
}]
|
|
756
|
+
}],
|
|
757
|
+
coingecko_id: 'canto'
|
|
748
758
|
},
|
|
749
759
|
{
|
|
750
760
|
description: 'Cosmos governance token on Carbon',
|
|
@@ -787,7 +797,8 @@ const info = {
|
|
|
787
797
|
theme: {
|
|
788
798
|
primary_color_hex: '#272d45'
|
|
789
799
|
}
|
|
790
|
-
}]
|
|
800
|
+
}],
|
|
801
|
+
coingecko_id: 'cosmos'
|
|
791
802
|
},
|
|
792
803
|
{
|
|
793
804
|
description: 'stATOM token on Carbon',
|
|
@@ -830,7 +841,8 @@ const info = {
|
|
|
830
841
|
theme: {
|
|
831
842
|
primary_color_hex: '#e40474'
|
|
832
843
|
}
|
|
833
|
-
}]
|
|
844
|
+
}],
|
|
845
|
+
coingecko_id: 'stride-staked-atom'
|
|
834
846
|
},
|
|
835
847
|
{
|
|
836
848
|
description: 'OSMO token on Carbon',
|
|
@@ -873,7 +885,8 @@ const info = {
|
|
|
873
885
|
theme: {
|
|
874
886
|
primary_color_hex: '#760dbb'
|
|
875
887
|
}
|
|
876
|
-
}]
|
|
888
|
+
}],
|
|
889
|
+
coingecko_id: 'osmosis'
|
|
877
890
|
},
|
|
878
891
|
{
|
|
879
892
|
description: 'USDC (ERC20) token on Carbon',
|
package/mainnet/coreum/chain.js
CHANGED
|
@@ -33,15 +33,15 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
git_repo: 'https://github.com/CoreumFoundation/coreum',
|
|
36
|
-
recommended_version: '
|
|
37
|
-
compatible_versions: ['
|
|
36
|
+
recommended_version: 'v4.1.2',
|
|
37
|
+
compatible_versions: ['v4.1.2'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/
|
|
40
|
-
"linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/
|
|
39
|
+
"linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a',
|
|
40
|
+
"linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca'
|
|
41
41
|
},
|
|
42
42
|
consensus: {
|
|
43
43
|
type: 'cometbft',
|
|
44
|
-
version: '0.
|
|
44
|
+
version: '0.38'
|
|
45
45
|
},
|
|
46
46
|
genesis: {
|
|
47
47
|
name: 'v1',
|
|
@@ -52,7 +52,7 @@ const info = {
|
|
|
52
52
|
version: '0.47'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: '0.
|
|
55
|
+
version: '0.45',
|
|
56
56
|
enabled: true
|
|
57
57
|
}
|
|
58
58
|
},
|
|
@@ -78,7 +78,8 @@ const info = {
|
|
|
78
78
|
logo_URIs: {
|
|
79
79
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
80
80
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
coingecko_id: 'tether'
|
|
82
83
|
},
|
|
83
84
|
{
|
|
84
85
|
description: 'FX on Cosmos Hub',
|
|
@@ -118,7 +119,8 @@ const info = {
|
|
|
118
119
|
logo_URIs: {
|
|
119
120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
120
121
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
121
|
-
}
|
|
122
|
+
},
|
|
123
|
+
coingecko_id: 'fx-coin'
|
|
122
124
|
},
|
|
123
125
|
{
|
|
124
126
|
description: 'The token of Crowdpunk DAO',
|
package/mainnet/cronos/assets.js
CHANGED
|
@@ -35,7 +35,8 @@ const info = {
|
|
|
35
35
|
logo_URIs: {
|
|
36
36
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
37
37
|
},
|
|
38
|
-
type_asset: 'sdk.coin'
|
|
38
|
+
type_asset: 'sdk.coin',
|
|
39
|
+
coingecko_id: 'crypto-com-chain'
|
|
39
40
|
}, {
|
|
40
41
|
description: 'Tether USDt on Cronos',
|
|
41
42
|
denom_units: [{
|
|
@@ -78,7 +79,8 @@ const info = {
|
|
|
78
79
|
logo_URIs: {
|
|
79
80
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
80
81
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
81
|
-
}
|
|
82
|
+
},
|
|
83
|
+
coingecko_id: 'tether'
|
|
82
84
|
}]
|
|
83
85
|
};
|
|
84
86
|
exports.default = info;
|
package/mainnet/dydx/assets.js
CHANGED
|
@@ -80,7 +80,8 @@ const info = {
|
|
|
80
80
|
logo_URIs: {
|
|
81
81
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
82
82
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
83
|
-
}
|
|
83
|
+
},
|
|
84
|
+
coingecko_id: 'usd-coin'
|
|
84
85
|
}]
|
|
85
86
|
};
|
|
86
87
|
exports.default = info;
|
|
@@ -82,7 +82,8 @@ const info = {
|
|
|
82
82
|
logo_URIs: {
|
|
83
83
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
84
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
85
|
-
}
|
|
85
|
+
},
|
|
86
|
+
coingecko_id: 'nim-network'
|
|
86
87
|
},
|
|
87
88
|
{
|
|
88
89
|
description: 'The native token of Mande Network.',
|
|
@@ -131,7 +132,8 @@ const info = {
|
|
|
131
132
|
logo_URIs: {
|
|
132
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
133
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
134
|
-
}
|
|
135
|
+
},
|
|
136
|
+
coingecko_id: 'mande-network'
|
|
135
137
|
}
|
|
136
138
|
]
|
|
137
139
|
};
|
package/mainnet/dyson/assets.js
CHANGED
|
@@ -68,7 +68,8 @@ const info = {
|
|
|
68
68
|
logo_URIs: {
|
|
69
69
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
70
70
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
71
|
-
}
|
|
71
|
+
},
|
|
72
|
+
coingecko_id: 'osmosis'
|
|
72
73
|
},
|
|
73
74
|
{
|
|
74
75
|
denom_units: [{
|
|
@@ -116,7 +117,8 @@ const info = {
|
|
|
116
117
|
logo_URIs: {
|
|
117
118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
118
119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
119
|
-
}
|
|
120
|
+
},
|
|
121
|
+
coingecko_id: 'axlwbtc'
|
|
120
122
|
},
|
|
121
123
|
{
|
|
122
124
|
denom_units: [{
|
|
@@ -165,7 +167,8 @@ const info = {
|
|
|
165
167
|
logo_URIs: {
|
|
166
168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
167
169
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
168
|
-
}
|
|
170
|
+
},
|
|
171
|
+
coingecko_id: 'axlusdc'
|
|
169
172
|
}
|
|
170
173
|
]
|
|
171
174
|
};
|
package/mainnet/elys/assets.js
CHANGED
|
@@ -67,6 +67,37 @@ const info = {
|
|
|
67
67
|
}],
|
|
68
68
|
type_asset: 'sdk.coin'
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
description: 'Eden BOOST token definition',
|
|
72
|
+
denom_units: [
|
|
73
|
+
{
|
|
74
|
+
denom: 'uedenb',
|
|
75
|
+
exponent: 0,
|
|
76
|
+
aliases: ['microedenb']
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
denom: 'medenb',
|
|
80
|
+
exponent: 3,
|
|
81
|
+
aliases: ['milliedenb']
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
denom: 'edenb',
|
|
85
|
+
exponent: 6,
|
|
86
|
+
aliases: []
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
base: 'uedenb',
|
|
90
|
+
name: 'Eden BOOST',
|
|
91
|
+
display: 'edenb',
|
|
92
|
+
symbol: 'EDEN BOOST',
|
|
93
|
+
logo_URIs: {
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
95
|
+
},
|
|
96
|
+
images: [{
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
98
|
+
}],
|
|
99
|
+
type_asset: 'sdk.coin'
|
|
100
|
+
},
|
|
70
101
|
{
|
|
71
102
|
description: 'USDC from Noble',
|
|
72
103
|
denom_units: [{
|
|
@@ -108,7 +139,8 @@ const info = {
|
|
|
108
139
|
logo_URIs: {
|
|
109
140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
110
141
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
111
|
-
}
|
|
142
|
+
},
|
|
143
|
+
coingecko_id: 'usd-coin'
|
|
112
144
|
},
|
|
113
145
|
{
|
|
114
146
|
denom_units: [{
|
|
@@ -149,7 +181,8 @@ const info = {
|
|
|
149
181
|
logo_URIs: {
|
|
150
182
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
151
183
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
152
|
-
}
|
|
184
|
+
},
|
|
185
|
+
coingecko_id: 'cosmos'
|
|
153
186
|
},
|
|
154
187
|
{
|
|
155
188
|
description: 'Axelar Network Token',
|
|
@@ -192,7 +225,8 @@ const info = {
|
|
|
192
225
|
logo_URIs: {
|
|
193
226
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
194
227
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
195
|
-
}
|
|
228
|
+
},
|
|
229
|
+
coingecko_id: 'axelar'
|
|
196
230
|
},
|
|
197
231
|
{
|
|
198
232
|
description: 'Akash Network Token',
|
|
@@ -235,7 +269,8 @@ const info = {
|
|
|
235
269
|
logo_URIs: {
|
|
236
270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
237
271
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
238
|
-
}
|
|
272
|
+
},
|
|
273
|
+
coingecko_id: 'akash-network'
|
|
239
274
|
},
|
|
240
275
|
{
|
|
241
276
|
description: 'Celestia Network Token',
|
|
@@ -278,7 +313,8 @@ const info = {
|
|
|
278
313
|
logo_URIs: {
|
|
279
314
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
280
315
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
281
|
-
}
|
|
316
|
+
},
|
|
317
|
+
coingecko_id: 'celestia'
|
|
282
318
|
},
|
|
283
319
|
{
|
|
284
320
|
description: 'Xion Network Token',
|
|
@@ -319,7 +355,8 @@ const info = {
|
|
|
319
355
|
}],
|
|
320
356
|
logo_URIs: {
|
|
321
357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
322
|
-
}
|
|
358
|
+
},
|
|
359
|
+
coingecko_id: 'xion-2'
|
|
323
360
|
},
|
|
324
361
|
{
|
|
325
362
|
description: 'Saga Network Token',
|
|
@@ -370,7 +407,8 @@ const info = {
|
|
|
370
407
|
logo_URIs: {
|
|
371
408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
372
409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
|
|
373
|
-
}
|
|
410
|
+
},
|
|
411
|
+
coingecko_id: 'saga-2'
|
|
374
412
|
}
|
|
375
413
|
]
|
|
376
414
|
};
|
package/mainnet/evmos/assets.js
CHANGED
|
@@ -77,7 +77,8 @@ const info = {
|
|
|
77
77
|
logo_URIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
80
|
-
}
|
|
80
|
+
},
|
|
81
|
+
coingecko_id: 'tether'
|
|
81
82
|
},
|
|
82
83
|
{
|
|
83
84
|
description: 'The token of Neokingdom DAO.',
|
|
@@ -78,7 +78,8 @@ const info = {
|
|
|
78
78
|
logo_URIs: {
|
|
79
79
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
80
80
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
coingecko_id: 'tether'
|
|
82
83
|
},
|
|
83
84
|
{
|
|
84
85
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
@@ -537,7 +538,8 @@ const info = {
|
|
|
537
538
|
logo_URIs: {
|
|
538
539
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
539
540
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
540
|
-
}
|
|
541
|
+
},
|
|
542
|
+
coingecko_id: 'astroport-fi'
|
|
541
543
|
},
|
|
542
544
|
{
|
|
543
545
|
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
@@ -788,7 +790,8 @@ const info = {
|
|
|
788
790
|
}
|
|
789
791
|
}, {
|
|
790
792
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
791
|
-
}]
|
|
793
|
+
}],
|
|
794
|
+
coingecko_id: 'usd-coin'
|
|
792
795
|
},
|
|
793
796
|
{
|
|
794
797
|
description: 'The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.',
|
|
@@ -70,7 +70,8 @@ const info = {
|
|
|
70
70
|
theme: {
|
|
71
71
|
primary_color_hex: '#272d45'
|
|
72
72
|
}
|
|
73
|
-
}]
|
|
73
|
+
}],
|
|
74
|
+
coingecko_id: 'cosmos'
|
|
74
75
|
},
|
|
75
76
|
{
|
|
76
77
|
description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
|
|
@@ -110,7 +111,8 @@ const info = {
|
|
|
110
111
|
circle: true,
|
|
111
112
|
primary_color_hex: '#2775CA'
|
|
112
113
|
}
|
|
113
|
-
}]
|
|
114
|
+
}],
|
|
115
|
+
coingecko_id: 'usd-coin'
|
|
114
116
|
}
|
|
115
117
|
]
|
|
116
118
|
};
|
package/mainnet/juno/assets.js
CHANGED
|
@@ -74,7 +74,8 @@ const info = {
|
|
|
74
74
|
logo_URIs: {
|
|
75
75
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
76
76
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
77
|
-
}
|
|
77
|
+
},
|
|
78
|
+
coingecko_id: 'cosmos'
|
|
78
79
|
},
|
|
79
80
|
{
|
|
80
81
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2159,6 +2160,27 @@ const info = {
|
|
|
2159
2160
|
primary_color_hex: '#1c1c1c'
|
|
2160
2161
|
}
|
|
2161
2162
|
}]
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
description: 'Staking coin of Emporion',
|
|
2166
|
+
denom_units: [{
|
|
2167
|
+
denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
|
|
2168
|
+
exponent: 0
|
|
2169
|
+
}, {
|
|
2170
|
+
denom: 'EMPR',
|
|
2171
|
+
exponent: 6
|
|
2172
|
+
}],
|
|
2173
|
+
base: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
|
|
2174
|
+
name: 'EMPR',
|
|
2175
|
+
display: 'EMPR',
|
|
2176
|
+
symbol: 'EMPR',
|
|
2177
|
+
logo_URIs: {
|
|
2178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
|
|
2179
|
+
},
|
|
2180
|
+
images: [{
|
|
2181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
|
|
2182
|
+
}],
|
|
2183
|
+
type_asset: 'sdk.coin'
|
|
2162
2184
|
}
|
|
2163
2185
|
]
|
|
2164
2186
|
};
|
package/mainnet/kopi/assets.js
CHANGED
|
@@ -176,7 +176,8 @@ const info = {
|
|
|
176
176
|
channel_id: 'channel-0',
|
|
177
177
|
path: 'transfer/channel-0/uusdc'
|
|
178
178
|
}
|
|
179
|
-
}]
|
|
179
|
+
}],
|
|
180
|
+
coingecko_id: 'usd-coin'
|
|
180
181
|
},
|
|
181
182
|
{
|
|
182
183
|
description: 'USDT from injective Chain',
|
|
@@ -244,7 +245,8 @@ const info = {
|
|
|
244
245
|
channel_id: 'channel-1',
|
|
245
246
|
path: 'transfer/channel-1/inj'
|
|
246
247
|
}
|
|
247
|
-
}]
|
|
248
|
+
}],
|
|
249
|
+
coingecko_id: 'injective-protocol'
|
|
248
250
|
},
|
|
249
251
|
{
|
|
250
252
|
description: 'Luna from Terra2 Chain',
|
|
@@ -278,7 +280,8 @@ const info = {
|
|
|
278
280
|
channel_id: 'channel-5',
|
|
279
281
|
path: 'transfer/channel-5/uluna'
|
|
280
282
|
}
|
|
281
|
-
}]
|
|
283
|
+
}],
|
|
284
|
+
coingecko_id: 'terra-luna-2'
|
|
282
285
|
},
|
|
283
286
|
{
|
|
284
287
|
description: 'Osmosis from Osmosis Chain',
|
|
@@ -312,7 +315,8 @@ const info = {
|
|
|
312
315
|
channel_id: 'channel-10',
|
|
313
316
|
path: 'transfer/channel-10/uosmo'
|
|
314
317
|
}
|
|
315
|
-
}]
|
|
318
|
+
}],
|
|
319
|
+
coingecko_id: 'osmosis'
|
|
316
320
|
},
|
|
317
321
|
{
|
|
318
322
|
description: 'Atom from cosmoshub Chain',
|
|
@@ -346,7 +350,8 @@ const info = {
|
|
|
346
350
|
channel_id: 'channel-7',
|
|
347
351
|
path: 'transfer/channel-7/uatom'
|
|
348
352
|
}
|
|
349
|
-
}]
|
|
353
|
+
}],
|
|
354
|
+
coingecko_id: 'cosmos'
|
|
350
355
|
},
|
|
351
356
|
{
|
|
352
357
|
description: 'arbitrage receipt token of cUSDT',
|