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
|
@@ -81,7 +81,8 @@ const info = {
|
|
|
81
81
|
logo_URIs: {
|
|
82
82
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
83
83
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
84
|
-
}
|
|
84
|
+
},
|
|
85
|
+
coingecko_id: 'axlusdc'
|
|
85
86
|
},
|
|
86
87
|
{
|
|
87
88
|
description: 'OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -125,7 +126,8 @@ const info = {
|
|
|
125
126
|
logo_URIs: {
|
|
126
127
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
127
128
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
128
|
-
}
|
|
129
|
+
},
|
|
130
|
+
coingecko_id: 'osmosis'
|
|
129
131
|
},
|
|
130
132
|
{
|
|
131
133
|
description: 'stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -169,7 +171,8 @@ const info = {
|
|
|
169
171
|
logo_URIs: {
|
|
170
172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
171
173
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
172
|
-
}
|
|
174
|
+
},
|
|
175
|
+
coingecko_id: 'stride-staked-osmo'
|
|
173
176
|
},
|
|
174
177
|
{
|
|
175
178
|
description: 'ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -213,7 +216,8 @@ const info = {
|
|
|
213
216
|
logo_URIs: {
|
|
214
217
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
215
218
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
216
|
-
}
|
|
219
|
+
},
|
|
220
|
+
coingecko_id: 'cosmos'
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
description: 'stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -257,7 +261,8 @@ const info = {
|
|
|
257
261
|
logo_URIs: {
|
|
258
262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
259
263
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
260
|
-
}
|
|
264
|
+
},
|
|
265
|
+
coingecko_id: 'stride-staked-atom'
|
|
261
266
|
},
|
|
262
267
|
{
|
|
263
268
|
description: 'WETH transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -303,7 +308,8 @@ const info = {
|
|
|
303
308
|
logo_URIs: {
|
|
304
309
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png',
|
|
305
310
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
|
|
306
|
-
}
|
|
311
|
+
},
|
|
312
|
+
coingecko_id: 'axlweth'
|
|
307
313
|
},
|
|
308
314
|
{
|
|
309
315
|
description: 'WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -352,7 +358,8 @@ const info = {
|
|
|
352
358
|
logo_URIs: {
|
|
353
359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
354
360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
355
|
-
}
|
|
361
|
+
},
|
|
362
|
+
coingecko_id: 'axlwbtc'
|
|
356
363
|
},
|
|
357
364
|
{
|
|
358
365
|
description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -396,7 +403,8 @@ const info = {
|
|
|
396
403
|
logo_URIs: {
|
|
397
404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
398
405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
399
|
-
}
|
|
406
|
+
},
|
|
407
|
+
coingecko_id: 'akash-network'
|
|
400
408
|
},
|
|
401
409
|
{
|
|
402
410
|
description: 'AXL transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -440,7 +448,8 @@ const info = {
|
|
|
440
448
|
logo_URIs: {
|
|
441
449
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
442
450
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
443
|
-
}
|
|
451
|
+
},
|
|
452
|
+
coingecko_id: 'axelar'
|
|
444
453
|
},
|
|
445
454
|
{
|
|
446
455
|
description: 'JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -484,7 +493,8 @@ const info = {
|
|
|
484
493
|
logo_URIs: {
|
|
485
494
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
486
495
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
487
|
-
}
|
|
496
|
+
},
|
|
497
|
+
coingecko_id: 'juno-network'
|
|
488
498
|
},
|
|
489
499
|
{
|
|
490
500
|
description: 'EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -528,7 +538,8 @@ const info = {
|
|
|
528
538
|
logo_URIs: {
|
|
529
539
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
530
540
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
531
|
-
}
|
|
541
|
+
},
|
|
542
|
+
coingecko_id: 'evmos'
|
|
532
543
|
},
|
|
533
544
|
{
|
|
534
545
|
description: 'stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -572,7 +583,8 @@ const info = {
|
|
|
572
583
|
logo_URIs: {
|
|
573
584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
|
|
574
585
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
|
|
575
|
-
}
|
|
586
|
+
},
|
|
587
|
+
coingecko_id: 'stkatom'
|
|
576
588
|
},
|
|
577
589
|
{
|
|
578
590
|
description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -616,7 +628,8 @@ const info = {
|
|
|
616
628
|
logo_URIs: {
|
|
617
629
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
618
630
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
619
|
-
}
|
|
631
|
+
},
|
|
632
|
+
coingecko_id: 'secret'
|
|
620
633
|
},
|
|
621
634
|
{
|
|
622
635
|
description: 'CRO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -655,7 +668,8 @@ const info = {
|
|
|
655
668
|
}],
|
|
656
669
|
logo_URIs: {
|
|
657
670
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
658
|
-
}
|
|
671
|
+
},
|
|
672
|
+
coingecko_id: 'crypto-com-chain'
|
|
659
673
|
},
|
|
660
674
|
{
|
|
661
675
|
description: 'STARS transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -699,7 +713,8 @@ const info = {
|
|
|
699
713
|
logo_URIs: {
|
|
700
714
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
701
715
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
702
|
-
}
|
|
716
|
+
},
|
|
717
|
+
coingecko_id: 'stargaze'
|
|
703
718
|
},
|
|
704
719
|
{
|
|
705
720
|
description: 'TIA transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -743,7 +758,8 @@ const info = {
|
|
|
743
758
|
logo_URIs: {
|
|
744
759
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
745
760
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
746
|
-
}
|
|
761
|
+
},
|
|
762
|
+
coingecko_id: 'celestia'
|
|
747
763
|
},
|
|
748
764
|
{
|
|
749
765
|
description: 'STRD transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -787,7 +803,8 @@ const info = {
|
|
|
787
803
|
logo_URIs: {
|
|
788
804
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
789
805
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
790
|
-
}
|
|
806
|
+
},
|
|
807
|
+
coingecko_id: 'stride'
|
|
791
808
|
},
|
|
792
809
|
{
|
|
793
810
|
description: 'CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -831,7 +848,8 @@ const info = {
|
|
|
831
848
|
logo_URIs: {
|
|
832
849
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
833
850
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
834
|
-
}
|
|
851
|
+
},
|
|
852
|
+
coingecko_id: 'cudos'
|
|
835
853
|
},
|
|
836
854
|
{
|
|
837
855
|
description: 'Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -965,7 +983,8 @@ const info = {
|
|
|
965
983
|
logo_URIs: {
|
|
966
984
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
967
985
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
968
|
-
}
|
|
986
|
+
},
|
|
987
|
+
coingecko_id: 'mantra-dao'
|
|
969
988
|
},
|
|
970
989
|
{
|
|
971
990
|
description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
@@ -1017,7 +1036,8 @@ const info = {
|
|
|
1017
1036
|
logo_URIs: {
|
|
1018
1037
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1019
1038
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1020
|
-
}
|
|
1039
|
+
},
|
|
1040
|
+
coingecko_id: 'neutron-3'
|
|
1021
1041
|
},
|
|
1022
1042
|
{
|
|
1023
1043
|
description: 'DYDX transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
@@ -1061,7 +1081,8 @@ const info = {
|
|
|
1061
1081
|
logo_URIs: {
|
|
1062
1082
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
1063
1083
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
1064
|
-
}
|
|
1084
|
+
},
|
|
1085
|
+
coingecko_id: 'dydx-chain'
|
|
1065
1086
|
},
|
|
1066
1087
|
{
|
|
1067
1088
|
description: 'dATOM transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
@@ -1100,7 +1121,8 @@ const info = {
|
|
|
1100
1121
|
}],
|
|
1101
1122
|
logo_URIs: {
|
|
1102
1123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
1103
|
-
}
|
|
1124
|
+
},
|
|
1125
|
+
coingecko_id: 'drop-staked-atom'
|
|
1104
1126
|
}
|
|
1105
1127
|
]
|
|
1106
1128
|
};
|
|
@@ -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
|
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/osmo.png',
|
|
118
119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
119
|
-
}
|
|
120
|
+
},
|
|
121
|
+
coingecko_id: 'osmosis'
|
|
120
122
|
},
|
|
121
123
|
{
|
|
122
124
|
denom_units: [{
|
|
@@ -158,7 +160,8 @@ const info = {
|
|
|
158
160
|
logo_URIs: {
|
|
159
161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
160
162
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
161
|
-
}
|
|
163
|
+
},
|
|
164
|
+
coingecko_id: 'inter-stable-token'
|
|
162
165
|
},
|
|
163
166
|
{
|
|
164
167
|
denom_units: [{
|
|
@@ -200,7 +203,8 @@ const info = {
|
|
|
200
203
|
logo_URIs: {
|
|
201
204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
202
205
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
203
|
-
}
|
|
206
|
+
},
|
|
207
|
+
coingecko_id: 'axlusdc'
|
|
204
208
|
},
|
|
205
209
|
{
|
|
206
210
|
description: 'Akash Token (AKT) is the Akash Network\'s native utility token',
|
|
@@ -243,7 +247,8 @@ const info = {
|
|
|
243
247
|
theme: {
|
|
244
248
|
primary_color_hex: '#bc342c'
|
|
245
249
|
}
|
|
246
|
-
}]
|
|
250
|
+
}],
|
|
251
|
+
coingecko_id: 'akash-network'
|
|
247
252
|
},
|
|
248
253
|
{
|
|
249
254
|
denom_units: [{
|
|
@@ -95,7 +95,8 @@ const info = {
|
|
|
95
95
|
theme: {
|
|
96
96
|
primary_color_hex: '#272d45'
|
|
97
97
|
}
|
|
98
|
-
}]
|
|
98
|
+
}],
|
|
99
|
+
coingecko_id: 'cosmos'
|
|
99
100
|
},
|
|
100
101
|
{
|
|
101
102
|
description: 'The OSMO native token of Oraichain.',
|
|
@@ -137,7 +138,8 @@ const info = {
|
|
|
137
138
|
theme: {
|
|
138
139
|
primary_color_hex: '#760dbb'
|
|
139
140
|
}
|
|
140
|
-
}]
|
|
141
|
+
}],
|
|
142
|
+
coingecko_id: 'osmosis'
|
|
141
143
|
},
|
|
142
144
|
{
|
|
143
145
|
description: 'The INJ token for the Oraichain.',
|
|
@@ -179,7 +181,8 @@ const info = {
|
|
|
179
181
|
theme: {
|
|
180
182
|
primary_color_hex: '#04a2fc'
|
|
181
183
|
}
|
|
182
|
-
}]
|
|
184
|
+
}],
|
|
185
|
+
coingecko_id: 'injective-protocol'
|
|
183
186
|
},
|
|
184
187
|
{
|
|
185
188
|
description: 'The Wrapped INJ token for the Oraichain.',
|