chain-registry 1.69.126 → 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/cosmoshub/ibc.js +29 -0
- 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/injective/ibc.js +29 -0
- 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/neutron/ibc.js +29 -0
- 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/sidechain/ibc.js +93 -3
- 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/cosmoshub/ibc.js +29 -0
- 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/injective/ibc.js +29 -0
- 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/neutron/ibc.js +29 -0
- 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/sidechain/ibc.js +93 -3
- 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/nolus/assets.js
CHANGED
|
@@ -83,7 +83,8 @@ const info = {
|
|
|
83
83
|
logo_URIs: {
|
|
84
84
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
85
85
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
86
|
-
}
|
|
86
|
+
},
|
|
87
|
+
coingecko_id: 'axlusdc'
|
|
87
88
|
},
|
|
88
89
|
{
|
|
89
90
|
description: 'OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -127,7 +128,8 @@ const info = {
|
|
|
127
128
|
logo_URIs: {
|
|
128
129
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
129
130
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
130
|
-
}
|
|
131
|
+
},
|
|
132
|
+
coingecko_id: 'osmosis'
|
|
131
133
|
},
|
|
132
134
|
{
|
|
133
135
|
description: 'stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -171,7 +173,8 @@ const info = {
|
|
|
171
173
|
logo_URIs: {
|
|
172
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
173
175
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
174
|
-
}
|
|
176
|
+
},
|
|
177
|
+
coingecko_id: 'stride-staked-osmo'
|
|
175
178
|
},
|
|
176
179
|
{
|
|
177
180
|
description: 'ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -215,7 +218,8 @@ const info = {
|
|
|
215
218
|
logo_URIs: {
|
|
216
219
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
217
220
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
218
|
-
}
|
|
221
|
+
},
|
|
222
|
+
coingecko_id: 'cosmos'
|
|
219
223
|
},
|
|
220
224
|
{
|
|
221
225
|
description: 'stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -259,7 +263,8 @@ const info = {
|
|
|
259
263
|
logo_URIs: {
|
|
260
264
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
261
265
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
262
|
-
}
|
|
266
|
+
},
|
|
267
|
+
coingecko_id: 'stride-staked-atom'
|
|
263
268
|
},
|
|
264
269
|
{
|
|
265
270
|
description: 'WETH transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -305,7 +310,8 @@ const info = {
|
|
|
305
310
|
logo_URIs: {
|
|
306
311
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png',
|
|
307
312
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
|
|
308
|
-
}
|
|
313
|
+
},
|
|
314
|
+
coingecko_id: 'axlweth'
|
|
309
315
|
},
|
|
310
316
|
{
|
|
311
317
|
description: 'WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -354,7 +360,8 @@ const info = {
|
|
|
354
360
|
logo_URIs: {
|
|
355
361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
356
362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
357
|
-
}
|
|
363
|
+
},
|
|
364
|
+
coingecko_id: 'axlwbtc'
|
|
358
365
|
},
|
|
359
366
|
{
|
|
360
367
|
description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -398,7 +405,8 @@ const info = {
|
|
|
398
405
|
logo_URIs: {
|
|
399
406
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
400
407
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
401
|
-
}
|
|
408
|
+
},
|
|
409
|
+
coingecko_id: 'akash-network'
|
|
402
410
|
},
|
|
403
411
|
{
|
|
404
412
|
description: 'AXL transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -442,7 +450,8 @@ const info = {
|
|
|
442
450
|
logo_URIs: {
|
|
443
451
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
444
452
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
445
|
-
}
|
|
453
|
+
},
|
|
454
|
+
coingecko_id: 'axelar'
|
|
446
455
|
},
|
|
447
456
|
{
|
|
448
457
|
description: 'JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -486,7 +495,8 @@ const info = {
|
|
|
486
495
|
logo_URIs: {
|
|
487
496
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
488
497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
489
|
-
}
|
|
498
|
+
},
|
|
499
|
+
coingecko_id: 'juno-network'
|
|
490
500
|
},
|
|
491
501
|
{
|
|
492
502
|
description: 'EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -530,7 +540,8 @@ const info = {
|
|
|
530
540
|
logo_URIs: {
|
|
531
541
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
532
542
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
533
|
-
}
|
|
543
|
+
},
|
|
544
|
+
coingecko_id: 'evmos'
|
|
534
545
|
},
|
|
535
546
|
{
|
|
536
547
|
description: 'stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -574,7 +585,8 @@ const info = {
|
|
|
574
585
|
logo_URIs: {
|
|
575
586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
|
|
576
587
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
|
|
577
|
-
}
|
|
588
|
+
},
|
|
589
|
+
coingecko_id: 'stkatom'
|
|
578
590
|
},
|
|
579
591
|
{
|
|
580
592
|
description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -618,7 +630,8 @@ const info = {
|
|
|
618
630
|
logo_URIs: {
|
|
619
631
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
620
632
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
621
|
-
}
|
|
633
|
+
},
|
|
634
|
+
coingecko_id: 'secret'
|
|
622
635
|
},
|
|
623
636
|
{
|
|
624
637
|
description: 'CRO transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -657,7 +670,8 @@ const info = {
|
|
|
657
670
|
}],
|
|
658
671
|
logo_URIs: {
|
|
659
672
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
660
|
-
}
|
|
673
|
+
},
|
|
674
|
+
coingecko_id: 'crypto-com-chain'
|
|
661
675
|
},
|
|
662
676
|
{
|
|
663
677
|
description: 'STARS transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -701,7 +715,8 @@ const info = {
|
|
|
701
715
|
logo_URIs: {
|
|
702
716
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
703
717
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
704
|
-
}
|
|
718
|
+
},
|
|
719
|
+
coingecko_id: 'stargaze'
|
|
705
720
|
},
|
|
706
721
|
{
|
|
707
722
|
description: 'TIA transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -745,7 +760,8 @@ const info = {
|
|
|
745
760
|
logo_URIs: {
|
|
746
761
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
747
762
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
748
|
-
}
|
|
763
|
+
},
|
|
764
|
+
coingecko_id: 'celestia'
|
|
749
765
|
},
|
|
750
766
|
{
|
|
751
767
|
description: 'STRD transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -789,7 +805,8 @@ const info = {
|
|
|
789
805
|
logo_URIs: {
|
|
790
806
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
791
807
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
792
|
-
}
|
|
808
|
+
},
|
|
809
|
+
coingecko_id: 'stride'
|
|
793
810
|
},
|
|
794
811
|
{
|
|
795
812
|
description: 'CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -833,7 +850,8 @@ const info = {
|
|
|
833
850
|
logo_URIs: {
|
|
834
851
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
835
852
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
836
|
-
}
|
|
853
|
+
},
|
|
854
|
+
coingecko_id: 'cudos'
|
|
837
855
|
},
|
|
838
856
|
{
|
|
839
857
|
description: 'Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
@@ -967,7 +985,8 @@ const info = {
|
|
|
967
985
|
logo_URIs: {
|
|
968
986
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
969
987
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
970
|
-
}
|
|
988
|
+
},
|
|
989
|
+
coingecko_id: 'mantra-dao'
|
|
971
990
|
},
|
|
972
991
|
{
|
|
973
992
|
description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
@@ -1019,7 +1038,8 @@ const info = {
|
|
|
1019
1038
|
logo_URIs: {
|
|
1020
1039
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1021
1040
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1022
|
-
}
|
|
1041
|
+
},
|
|
1042
|
+
coingecko_id: 'neutron-3'
|
|
1023
1043
|
},
|
|
1024
1044
|
{
|
|
1025
1045
|
description: 'DYDX transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
@@ -1063,7 +1083,8 @@ const info = {
|
|
|
1063
1083
|
logo_URIs: {
|
|
1064
1084
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
1065
1085
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
1066
|
-
}
|
|
1086
|
+
},
|
|
1087
|
+
coingecko_id: 'dydx-chain'
|
|
1067
1088
|
},
|
|
1068
1089
|
{
|
|
1069
1090
|
description: 'dATOM transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
@@ -1102,7 +1123,8 @@ const info = {
|
|
|
1102
1123
|
}],
|
|
1103
1124
|
logo_URIs: {
|
|
1104
1125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
1105
|
-
}
|
|
1126
|
+
},
|
|
1127
|
+
coingecko_id: 'drop-staked-atom'
|
|
1106
1128
|
}
|
|
1107
1129
|
]
|
|
1108
1130
|
};
|
|
@@ -76,7 +76,8 @@ const info = {
|
|
|
76
76
|
logo_URIs: {
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
79
|
-
}
|
|
79
|
+
},
|
|
80
|
+
coingecko_id: 'cosmos'
|
|
80
81
|
},
|
|
81
82
|
{
|
|
82
83
|
denom_units: [{
|
|
@@ -118,7 +119,8 @@ const info = {
|
|
|
118
119
|
logo_URIs: {
|
|
119
120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
120
121
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
121
|
-
}
|
|
122
|
+
},
|
|
123
|
+
coingecko_id: 'osmosis'
|
|
122
124
|
},
|
|
123
125
|
{
|
|
124
126
|
denom_units: [{
|
|
@@ -160,7 +162,8 @@ const info = {
|
|
|
160
162
|
logo_URIs: {
|
|
161
163
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
162
164
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
163
|
-
}
|
|
165
|
+
},
|
|
166
|
+
coingecko_id: 'inter-stable-token'
|
|
164
167
|
},
|
|
165
168
|
{
|
|
166
169
|
denom_units: [{
|
|
@@ -202,7 +205,8 @@ const info = {
|
|
|
202
205
|
logo_URIs: {
|
|
203
206
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
204
207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
205
|
-
}
|
|
208
|
+
},
|
|
209
|
+
coingecko_id: 'axlusdc'
|
|
206
210
|
},
|
|
207
211
|
{
|
|
208
212
|
description: 'Akash Token (AKT) is the Akash Network\'s native utility token',
|
|
@@ -245,7 +249,8 @@ const info = {
|
|
|
245
249
|
theme: {
|
|
246
250
|
primary_color_hex: '#bc342c'
|
|
247
251
|
}
|
|
248
|
-
}]
|
|
252
|
+
}],
|
|
253
|
+
coingecko_id: 'akash-network'
|
|
249
254
|
},
|
|
250
255
|
{
|
|
251
256
|
denom_units: [{
|
|
@@ -97,7 +97,8 @@ const info = {
|
|
|
97
97
|
theme: {
|
|
98
98
|
primary_color_hex: '#272d45'
|
|
99
99
|
}
|
|
100
|
-
}]
|
|
100
|
+
}],
|
|
101
|
+
coingecko_id: 'cosmos'
|
|
101
102
|
},
|
|
102
103
|
{
|
|
103
104
|
description: 'The OSMO native token of Oraichain.',
|
|
@@ -139,7 +140,8 @@ const info = {
|
|
|
139
140
|
theme: {
|
|
140
141
|
primary_color_hex: '#760dbb'
|
|
141
142
|
}
|
|
142
|
-
}]
|
|
143
|
+
}],
|
|
144
|
+
coingecko_id: 'osmosis'
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
description: 'The INJ token for the Oraichain.',
|
|
@@ -181,7 +183,8 @@ const info = {
|
|
|
181
183
|
theme: {
|
|
182
184
|
primary_color_hex: '#04a2fc'
|
|
183
185
|
}
|
|
184
|
-
}]
|
|
186
|
+
}],
|
|
187
|
+
coingecko_id: 'injective-protocol'
|
|
185
188
|
},
|
|
186
189
|
{
|
|
187
190
|
description: 'The Wrapped INJ token for the Oraichain.',
|