chain-registry 1.69.127 → 1.69.128
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/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -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 +14 -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/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 +4 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- 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/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/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -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 +14 -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/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 +4 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- 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/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/agoric/chain.js
CHANGED
|
@@ -37,20 +37,20 @@ const info = {
|
|
|
37
37
|
genesis: {
|
|
38
38
|
genesis_url: 'https://main.agoric.net/genesis.json'
|
|
39
39
|
},
|
|
40
|
-
recommended_version: 'agoric-upgrade-
|
|
41
|
-
compatible_versions: ['agoric-upgrade-
|
|
40
|
+
recommended_version: 'agoric-upgrade-18a',
|
|
41
|
+
compatible_versions: ['agoric-upgrade-18a'],
|
|
42
42
|
consensus: {
|
|
43
43
|
type: 'cometbft',
|
|
44
|
-
version: 'v0.34.
|
|
44
|
+
version: 'v0.34.35',
|
|
45
45
|
repo: 'https://github.com/agoric-labs/cometbft',
|
|
46
|
-
tag: 'v0.34.
|
|
46
|
+
tag: 'v0.34.35-alpha.agoric.3'
|
|
47
47
|
},
|
|
48
48
|
cosmwasm: {
|
|
49
49
|
enabled: false
|
|
50
50
|
},
|
|
51
51
|
language: {
|
|
52
52
|
type: 'go',
|
|
53
|
-
version: '1.
|
|
53
|
+
version: '1.22.12'
|
|
54
54
|
},
|
|
55
55
|
sdk: {
|
|
56
56
|
type: 'cosmos',
|
|
@@ -161,7 +161,8 @@ const info = {
|
|
|
161
161
|
theme: {
|
|
162
162
|
primary_color_hex: '#3454bc'
|
|
163
163
|
}
|
|
164
|
-
}]
|
|
164
|
+
}],
|
|
165
|
+
coingecko_id: 'vidulum'
|
|
165
166
|
},
|
|
166
167
|
{
|
|
167
168
|
description: 'Astrovault AXV',
|
|
@@ -276,7 +277,8 @@ const info = {
|
|
|
276
277
|
circle: true,
|
|
277
278
|
primary_color_hex: '#2775CA'
|
|
278
279
|
}
|
|
279
|
-
}]
|
|
280
|
+
}],
|
|
281
|
+
coingecko_id: 'usd-coin'
|
|
280
282
|
},
|
|
281
283
|
{
|
|
282
284
|
description: 'Wrapped USDC (Noble)',
|
package/mainnet/beezee/assets.js
CHANGED
|
@@ -110,7 +110,8 @@ const info = {
|
|
|
110
110
|
logo_URIs: {
|
|
111
111
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
112
112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
113
|
-
}
|
|
113
|
+
},
|
|
114
|
+
coingecko_id: 'osmosis'
|
|
114
115
|
},
|
|
115
116
|
{
|
|
116
117
|
description: 'Crypto2Mars Community Token',
|
|
@@ -184,7 +185,8 @@ const info = {
|
|
|
184
185
|
theme: {
|
|
185
186
|
primary_color_hex: '#fc4c04'
|
|
186
187
|
}
|
|
187
|
-
}]
|
|
188
|
+
}],
|
|
189
|
+
coingecko_id: 'archway'
|
|
188
190
|
},
|
|
189
191
|
{
|
|
190
192
|
description: 'USDC from Noble',
|
|
@@ -229,7 +231,8 @@ const info = {
|
|
|
229
231
|
logo_URIs: {
|
|
230
232
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
231
233
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
232
|
-
}
|
|
234
|
+
},
|
|
235
|
+
coingecko_id: 'usd-coin'
|
|
233
236
|
},
|
|
234
237
|
{
|
|
235
238
|
description: 'The Spice memecoin',
|
|
@@ -269,7 +272,8 @@ const info = {
|
|
|
269
272
|
channel_id: 'channel-0',
|
|
270
273
|
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
|
|
271
274
|
}
|
|
272
|
-
}]
|
|
275
|
+
}],
|
|
276
|
+
coingecko_id: 'spice-2'
|
|
273
277
|
},
|
|
274
278
|
{
|
|
275
279
|
description: 'JKL from Jackal Network',
|
|
@@ -312,7 +316,8 @@ const info = {
|
|
|
312
316
|
logo_URIs: {
|
|
313
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
314
318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
315
|
-
}
|
|
319
|
+
},
|
|
320
|
+
coingecko_id: 'jackal-protocol'
|
|
316
321
|
},
|
|
317
322
|
{
|
|
318
323
|
description: 'FLIX from OmniFlix Network',
|
|
@@ -355,7 +360,8 @@ const info = {
|
|
|
355
360
|
logo_URIs: {
|
|
356
361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
357
362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
358
|
-
}
|
|
363
|
+
},
|
|
364
|
+
coingecko_id: 'omniflix-network'
|
|
359
365
|
},
|
|
360
366
|
{
|
|
361
367
|
description: 'The Sherpa memecoin',
|
|
@@ -481,7 +487,8 @@ const info = {
|
|
|
481
487
|
socials: {
|
|
482
488
|
website: 'https://posthuman.digital/',
|
|
483
489
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
484
|
-
}
|
|
490
|
+
},
|
|
491
|
+
coingecko_id: 'posthuman'
|
|
485
492
|
}
|
|
486
493
|
]
|
|
487
494
|
};
|
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
|
@@ -108,7 +108,8 @@ const info = {
|
|
|
108
108
|
logo_URIs: {
|
|
109
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
110
110
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
111
|
-
}
|
|
111
|
+
},
|
|
112
|
+
coingecko_id: 'usd-coin'
|
|
112
113
|
},
|
|
113
114
|
{
|
|
114
115
|
denom_units: [{
|
|
@@ -149,7 +150,8 @@ const info = {
|
|
|
149
150
|
logo_URIs: {
|
|
150
151
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
151
152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
152
|
-
}
|
|
153
|
+
},
|
|
154
|
+
coingecko_id: 'cosmos'
|
|
153
155
|
},
|
|
154
156
|
{
|
|
155
157
|
description: 'Axelar Network Token',
|
|
@@ -192,7 +194,8 @@ const info = {
|
|
|
192
194
|
logo_URIs: {
|
|
193
195
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
194
196
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
195
|
-
}
|
|
197
|
+
},
|
|
198
|
+
coingecko_id: 'axelar'
|
|
196
199
|
},
|
|
197
200
|
{
|
|
198
201
|
description: 'Akash Network Token',
|
|
@@ -235,7 +238,8 @@ const info = {
|
|
|
235
238
|
logo_URIs: {
|
|
236
239
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
237
240
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
238
|
-
}
|
|
241
|
+
},
|
|
242
|
+
coingecko_id: 'akash-network'
|
|
239
243
|
},
|
|
240
244
|
{
|
|
241
245
|
description: 'Celestia Network Token',
|
|
@@ -278,7 +282,8 @@ const info = {
|
|
|
278
282
|
logo_URIs: {
|
|
279
283
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
280
284
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
281
|
-
}
|
|
285
|
+
},
|
|
286
|
+
coingecko_id: 'celestia'
|
|
282
287
|
},
|
|
283
288
|
{
|
|
284
289
|
description: 'Xion Network Token',
|
|
@@ -319,7 +324,8 @@ const info = {
|
|
|
319
324
|
}],
|
|
320
325
|
logo_URIs: {
|
|
321
326
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
322
|
-
}
|
|
327
|
+
},
|
|
328
|
+
coingecko_id: 'xion-2'
|
|
323
329
|
},
|
|
324
330
|
{
|
|
325
331
|
description: 'Saga Network Token',
|
|
@@ -370,7 +376,8 @@ const info = {
|
|
|
370
376
|
logo_URIs: {
|
|
371
377
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
372
378
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
|
|
373
|
-
}
|
|
379
|
+
},
|
|
380
|
+
coingecko_id: 'saga-2'
|
|
374
381
|
}
|
|
375
382
|
]
|
|
376
383
|
};
|
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',
|