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
|
@@ -65,6 +65,37 @@ const info = {
|
|
|
65
65
|
}],
|
|
66
66
|
type_asset: 'sdk.coin'
|
|
67
67
|
},
|
|
68
|
+
{
|
|
69
|
+
description: 'Eden BOOST token definition',
|
|
70
|
+
denom_units: [
|
|
71
|
+
{
|
|
72
|
+
denom: 'uedenb',
|
|
73
|
+
exponent: 0,
|
|
74
|
+
aliases: ['microedenb']
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
denom: 'medenb',
|
|
78
|
+
exponent: 3,
|
|
79
|
+
aliases: ['milliedenb']
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
denom: 'edenb',
|
|
83
|
+
exponent: 6,
|
|
84
|
+
aliases: []
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
base: 'uedenb',
|
|
88
|
+
name: 'Eden BOOST',
|
|
89
|
+
display: 'edenb',
|
|
90
|
+
symbol: 'EDEN BOOST',
|
|
91
|
+
logo_URIs: {
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
93
|
+
},
|
|
94
|
+
images: [{
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
96
|
+
}],
|
|
97
|
+
type_asset: 'sdk.coin'
|
|
98
|
+
},
|
|
68
99
|
{
|
|
69
100
|
description: 'USDC from Noble',
|
|
70
101
|
denom_units: [{
|
|
@@ -106,7 +137,8 @@ const info = {
|
|
|
106
137
|
logo_URIs: {
|
|
107
138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
108
139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
109
|
-
}
|
|
140
|
+
},
|
|
141
|
+
coingecko_id: 'usd-coin'
|
|
110
142
|
},
|
|
111
143
|
{
|
|
112
144
|
denom_units: [{
|
|
@@ -147,7 +179,8 @@ const info = {
|
|
|
147
179
|
logo_URIs: {
|
|
148
180
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
149
181
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
150
|
-
}
|
|
182
|
+
},
|
|
183
|
+
coingecko_id: 'cosmos'
|
|
151
184
|
},
|
|
152
185
|
{
|
|
153
186
|
description: 'Axelar Network Token',
|
|
@@ -190,7 +223,8 @@ const info = {
|
|
|
190
223
|
logo_URIs: {
|
|
191
224
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
192
225
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
193
|
-
}
|
|
226
|
+
},
|
|
227
|
+
coingecko_id: 'axelar'
|
|
194
228
|
},
|
|
195
229
|
{
|
|
196
230
|
description: 'Akash Network Token',
|
|
@@ -233,7 +267,8 @@ const info = {
|
|
|
233
267
|
logo_URIs: {
|
|
234
268
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
235
269
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
236
|
-
}
|
|
270
|
+
},
|
|
271
|
+
coingecko_id: 'akash-network'
|
|
237
272
|
},
|
|
238
273
|
{
|
|
239
274
|
description: 'Celestia Network Token',
|
|
@@ -276,7 +311,8 @@ const info = {
|
|
|
276
311
|
logo_URIs: {
|
|
277
312
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
278
313
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
279
|
-
}
|
|
314
|
+
},
|
|
315
|
+
coingecko_id: 'celestia'
|
|
280
316
|
},
|
|
281
317
|
{
|
|
282
318
|
description: 'Xion Network Token',
|
|
@@ -317,7 +353,8 @@ const info = {
|
|
|
317
353
|
}],
|
|
318
354
|
logo_URIs: {
|
|
319
355
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
320
|
-
}
|
|
356
|
+
},
|
|
357
|
+
coingecko_id: 'xion-2'
|
|
321
358
|
},
|
|
322
359
|
{
|
|
323
360
|
description: 'Saga Network Token',
|
|
@@ -368,7 +405,8 @@ const info = {
|
|
|
368
405
|
logo_URIs: {
|
|
369
406
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
370
407
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
|
|
371
|
-
}
|
|
408
|
+
},
|
|
409
|
+
coingecko_id: 'saga-2'
|
|
372
410
|
}
|
|
373
411
|
]
|
|
374
412
|
};
|
|
@@ -75,7 +75,8 @@ const info = {
|
|
|
75
75
|
logo_URIs: {
|
|
76
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
78
|
-
}
|
|
78
|
+
},
|
|
79
|
+
coingecko_id: 'tether'
|
|
79
80
|
},
|
|
80
81
|
{
|
|
81
82
|
description: 'The token of Neokingdom DAO.',
|
|
@@ -76,7 +76,8 @@ const info = {
|
|
|
76
76
|
logo_URIs: {
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
79
|
-
}
|
|
79
|
+
},
|
|
80
|
+
coingecko_id: 'tether'
|
|
80
81
|
},
|
|
81
82
|
{
|
|
82
83
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
@@ -535,7 +536,8 @@ const info = {
|
|
|
535
536
|
logo_URIs: {
|
|
536
537
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
537
538
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
538
|
-
}
|
|
539
|
+
},
|
|
540
|
+
coingecko_id: 'astroport-fi'
|
|
539
541
|
},
|
|
540
542
|
{
|
|
541
543
|
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
@@ -786,7 +788,8 @@ const info = {
|
|
|
786
788
|
}
|
|
787
789
|
}, {
|
|
788
790
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
789
|
-
}]
|
|
791
|
+
}],
|
|
792
|
+
coingecko_id: 'usd-coin'
|
|
790
793
|
},
|
|
791
794
|
{
|
|
792
795
|
description: 'The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.',
|
|
@@ -68,7 +68,8 @@ const info = {
|
|
|
68
68
|
theme: {
|
|
69
69
|
primary_color_hex: '#272d45'
|
|
70
70
|
}
|
|
71
|
-
}]
|
|
71
|
+
}],
|
|
72
|
+
coingecko_id: 'cosmos'
|
|
72
73
|
},
|
|
73
74
|
{
|
|
74
75
|
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.',
|
|
@@ -108,7 +109,8 @@ const info = {
|
|
|
108
109
|
circle: true,
|
|
109
110
|
primary_color_hex: '#2775CA'
|
|
110
111
|
}
|
|
111
|
-
}]
|
|
112
|
+
}],
|
|
113
|
+
coingecko_id: 'usd-coin'
|
|
112
114
|
}
|
|
113
115
|
]
|
|
114
116
|
};
|
|
@@ -72,7 +72,8 @@ const info = {
|
|
|
72
72
|
logo_URIs: {
|
|
73
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
74
74
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
75
|
-
}
|
|
75
|
+
},
|
|
76
|
+
coingecko_id: 'cosmos'
|
|
76
77
|
},
|
|
77
78
|
{
|
|
78
79
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2157,6 +2158,27 @@ const info = {
|
|
|
2157
2158
|
primary_color_hex: '#1c1c1c'
|
|
2158
2159
|
}
|
|
2159
2160
|
}]
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
description: 'Staking coin of Emporion',
|
|
2164
|
+
denom_units: [{
|
|
2165
|
+
denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
|
|
2166
|
+
exponent: 0
|
|
2167
|
+
}, {
|
|
2168
|
+
denom: 'EMPR',
|
|
2169
|
+
exponent: 6
|
|
2170
|
+
}],
|
|
2171
|
+
base: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
|
|
2172
|
+
name: 'EMPR',
|
|
2173
|
+
display: 'EMPR',
|
|
2174
|
+
symbol: 'EMPR',
|
|
2175
|
+
logo_URIs: {
|
|
2176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
|
|
2177
|
+
},
|
|
2178
|
+
images: [{
|
|
2179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
|
|
2180
|
+
}],
|
|
2181
|
+
type_asset: 'sdk.coin'
|
|
2160
2182
|
}
|
|
2161
2183
|
]
|
|
2162
2184
|
};
|
|
@@ -174,7 +174,8 @@ const info = {
|
|
|
174
174
|
channel_id: 'channel-0',
|
|
175
175
|
path: 'transfer/channel-0/uusdc'
|
|
176
176
|
}
|
|
177
|
-
}]
|
|
177
|
+
}],
|
|
178
|
+
coingecko_id: 'usd-coin'
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
description: 'USDT from injective Chain',
|
|
@@ -242,7 +243,8 @@ const info = {
|
|
|
242
243
|
channel_id: 'channel-1',
|
|
243
244
|
path: 'transfer/channel-1/inj'
|
|
244
245
|
}
|
|
245
|
-
}]
|
|
246
|
+
}],
|
|
247
|
+
coingecko_id: 'injective-protocol'
|
|
246
248
|
},
|
|
247
249
|
{
|
|
248
250
|
description: 'Luna from Terra2 Chain',
|
|
@@ -276,7 +278,8 @@ const info = {
|
|
|
276
278
|
channel_id: 'channel-5',
|
|
277
279
|
path: 'transfer/channel-5/uluna'
|
|
278
280
|
}
|
|
279
|
-
}]
|
|
281
|
+
}],
|
|
282
|
+
coingecko_id: 'terra-luna-2'
|
|
280
283
|
},
|
|
281
284
|
{
|
|
282
285
|
description: 'Osmosis from Osmosis Chain',
|
|
@@ -310,7 +313,8 @@ const info = {
|
|
|
310
313
|
channel_id: 'channel-10',
|
|
311
314
|
path: 'transfer/channel-10/uosmo'
|
|
312
315
|
}
|
|
313
|
-
}]
|
|
316
|
+
}],
|
|
317
|
+
coingecko_id: 'osmosis'
|
|
314
318
|
},
|
|
315
319
|
{
|
|
316
320
|
description: 'Atom from cosmoshub Chain',
|
|
@@ -344,7 +348,8 @@ const info = {
|
|
|
344
348
|
channel_id: 'channel-7',
|
|
345
349
|
path: 'transfer/channel-7/uatom'
|
|
346
350
|
}
|
|
347
|
-
}]
|
|
351
|
+
}],
|
|
352
|
+
coingecko_id: 'cosmos'
|
|
348
353
|
},
|
|
349
354
|
{
|
|
350
355
|
description: 'arbitrage receipt token of cUSDT',
|
|
@@ -269,7 +269,8 @@ const info = {
|
|
|
269
269
|
logo_URIs: {
|
|
270
270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
271
271
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
272
|
-
}
|
|
272
|
+
},
|
|
273
|
+
coingecko_id: 'tether'
|
|
273
274
|
},
|
|
274
275
|
{
|
|
275
276
|
description: 'The staking and governance token of Fuzion',
|
|
@@ -569,7 +570,8 @@ const info = {
|
|
|
569
570
|
logo_URIs: {
|
|
570
571
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
571
572
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
572
|
-
}
|
|
573
|
+
},
|
|
574
|
+
coingecko_id: 'evmos'
|
|
573
575
|
},
|
|
574
576
|
{
|
|
575
577
|
denom_units: [{
|
|
@@ -647,7 +649,8 @@ const info = {
|
|
|
647
649
|
logo_URIs: {
|
|
648
650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
649
651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
650
|
-
}
|
|
652
|
+
},
|
|
653
|
+
coingecko_id: 'usd-coin'
|
|
651
654
|
},
|
|
652
655
|
{
|
|
653
656
|
denom_units: [{
|
|
@@ -688,7 +691,8 @@ const info = {
|
|
|
688
691
|
logo_URIs: {
|
|
689
692
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
690
693
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
691
|
-
}
|
|
694
|
+
},
|
|
695
|
+
coingecko_id: 'osmosis'
|
|
692
696
|
},
|
|
693
697
|
{
|
|
694
698
|
denom_units: [{
|
|
@@ -729,7 +733,8 @@ const info = {
|
|
|
729
733
|
logo_URIs: {
|
|
730
734
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
731
735
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
732
|
-
}
|
|
736
|
+
},
|
|
737
|
+
coingecko_id: 'axlusdc'
|
|
733
738
|
},
|
|
734
739
|
{
|
|
735
740
|
denom_units: [{
|
|
@@ -770,7 +775,8 @@ const info = {
|
|
|
770
775
|
logo_URIs: {
|
|
771
776
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
772
777
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
773
|
-
}
|
|
778
|
+
},
|
|
779
|
+
coingecko_id: 'comdex'
|
|
774
780
|
},
|
|
775
781
|
{
|
|
776
782
|
denom_units: [{
|
|
@@ -811,7 +817,8 @@ const info = {
|
|
|
811
817
|
logo_URIs: {
|
|
812
818
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
813
819
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
814
|
-
}
|
|
820
|
+
},
|
|
821
|
+
coingecko_id: 'juno-network'
|
|
815
822
|
},
|
|
816
823
|
{
|
|
817
824
|
denom_units: [{
|
|
@@ -850,7 +857,8 @@ const info = {
|
|
|
850
857
|
}],
|
|
851
858
|
logo_URIs: {
|
|
852
859
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
853
|
-
}
|
|
860
|
+
},
|
|
861
|
+
coingecko_id: 'axlweth'
|
|
854
862
|
},
|
|
855
863
|
{
|
|
856
864
|
denom_units: [{
|
|
@@ -891,7 +899,8 @@ const info = {
|
|
|
891
899
|
logo_URIs: {
|
|
892
900
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
893
901
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
894
|
-
}
|
|
902
|
+
},
|
|
903
|
+
coingecko_id: 'cosmos'
|
|
895
904
|
},
|
|
896
905
|
{
|
|
897
906
|
denom_units: [{
|
|
@@ -932,7 +941,8 @@ const info = {
|
|
|
932
941
|
logo_URIs: {
|
|
933
942
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
934
943
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
935
|
-
}
|
|
944
|
+
},
|
|
945
|
+
coingecko_id: 'terra-luna-2'
|
|
936
946
|
},
|
|
937
947
|
{
|
|
938
948
|
denom_units: [{
|
|
@@ -973,7 +983,8 @@ const info = {
|
|
|
973
983
|
logo_URIs: {
|
|
974
984
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
975
985
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
976
|
-
}
|
|
986
|
+
},
|
|
987
|
+
coingecko_id: 'stargaze'
|
|
977
988
|
},
|
|
978
989
|
{
|
|
979
990
|
denom_units: [{
|
|
@@ -1014,7 +1025,8 @@ const info = {
|
|
|
1014
1025
|
logo_URIs: {
|
|
1015
1026
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1016
1027
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1017
|
-
}
|
|
1028
|
+
},
|
|
1029
|
+
coingecko_id: 'secret'
|
|
1018
1030
|
},
|
|
1019
1031
|
{
|
|
1020
1032
|
denom_units: [{
|
|
@@ -1057,7 +1069,8 @@ const info = {
|
|
|
1057
1069
|
logo_URIs: {
|
|
1058
1070
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
|
|
1059
1071
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
|
|
1060
|
-
}
|
|
1072
|
+
},
|
|
1073
|
+
coingecko_id: 'stkatom'
|
|
1061
1074
|
},
|
|
1062
1075
|
{
|
|
1063
1076
|
description: 'BackBone Labs Liquid Staked KUJI',
|
|
@@ -1221,7 +1234,8 @@ const info = {
|
|
|
1221
1234
|
theme: {
|
|
1222
1235
|
primary_color_hex: '#e40474'
|
|
1223
1236
|
}
|
|
1224
|
-
}]
|
|
1237
|
+
}],
|
|
1238
|
+
coingecko_id: 'stride-staked-atom'
|
|
1225
1239
|
},
|
|
1226
1240
|
{
|
|
1227
1241
|
description: 'Stride staked OSMO',
|
|
@@ -1263,7 +1277,8 @@ const info = {
|
|
|
1263
1277
|
theme: {
|
|
1264
1278
|
primary_color_hex: '#e40474'
|
|
1265
1279
|
}
|
|
1266
|
-
}]
|
|
1280
|
+
}],
|
|
1281
|
+
coingecko_id: 'stride-staked-osmo'
|
|
1267
1282
|
},
|
|
1268
1283
|
{
|
|
1269
1284
|
description: 'LP Bow: DOT.axl-MNTA',
|
|
@@ -98,7 +98,8 @@ const info = {
|
|
|
98
98
|
circle: true,
|
|
99
99
|
primary_color_hex: '#2775CA'
|
|
100
100
|
}
|
|
101
|
-
}]
|
|
101
|
+
}],
|
|
102
|
+
coingecko_id: 'usd-coin'
|
|
102
103
|
},
|
|
103
104
|
{
|
|
104
105
|
description: 'Ondo US Dollar Yield',
|
|
@@ -274,7 +275,8 @@ const info = {
|
|
|
274
275
|
theme: {
|
|
275
276
|
primary_color_hex: '#db2777'
|
|
276
277
|
}
|
|
277
|
-
}]
|
|
278
|
+
}],
|
|
279
|
+
coingecko_id: 'stargaze'
|
|
278
280
|
},
|
|
279
281
|
{
|
|
280
282
|
description: 'The native token of Axelar',
|
|
@@ -317,7 +319,8 @@ const info = {
|
|
|
317
319
|
theme: {
|
|
318
320
|
primary_color_hex: '#040404'
|
|
319
321
|
}
|
|
320
|
-
}]
|
|
322
|
+
}],
|
|
323
|
+
coingecko_id: 'axelar'
|
|
321
324
|
}
|
|
322
325
|
]
|
|
323
326
|
};
|
|
@@ -37,7 +37,8 @@ const info = {
|
|
|
37
37
|
website: 'https://www.marsprotocol.io/',
|
|
38
38
|
twitter: 'https://twitter.com/mars_protocol'
|
|
39
39
|
},
|
|
40
|
-
type_asset: 'sdk.coin'
|
|
40
|
+
type_asset: 'sdk.coin',
|
|
41
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
41
42
|
}]
|
|
42
43
|
};
|
|
43
44
|
export default info;
|
|
@@ -171,7 +171,8 @@ const info = {
|
|
|
171
171
|
primary_color_hex: '#2b2434'
|
|
172
172
|
}
|
|
173
173
|
}],
|
|
174
|
-
type_asset: 'sdk.coin'
|
|
174
|
+
type_asset: 'sdk.coin',
|
|
175
|
+
coingecko_id: 'racoon'
|
|
175
176
|
},
|
|
176
177
|
{
|
|
177
178
|
description: 'ASH',
|
|
@@ -236,7 +237,8 @@ const info = {
|
|
|
236
237
|
logo_URIs: {
|
|
237
238
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
238
239
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
239
|
-
}
|
|
240
|
+
},
|
|
241
|
+
coingecko_id: 'tether'
|
|
240
242
|
},
|
|
241
243
|
{
|
|
242
244
|
description: 'Auto componded USDC despoited into Ginkou on Migaloo chain',
|
|
@@ -764,7 +766,8 @@ const info = {
|
|
|
764
766
|
socials: {
|
|
765
767
|
website: 'https://www.cryptodungeon.org',
|
|
766
768
|
twitter: 'https://twitter.com/cryptodungeonma'
|
|
767
|
-
}
|
|
769
|
+
},
|
|
770
|
+
coingecko_id: 'dragon-coin-2'
|
|
768
771
|
},
|
|
769
772
|
{
|
|
770
773
|
description: 'WHALE-wBTC.osmo LP White Whale Migaloo',
|
|
@@ -75,7 +75,8 @@ const info = {
|
|
|
75
75
|
theme: {
|
|
76
76
|
primary_color_hex: '#7c2cfb'
|
|
77
77
|
}
|
|
78
|
-
}]
|
|
78
|
+
}],
|
|
79
|
+
coingecko_id: 'celestia'
|
|
79
80
|
},
|
|
80
81
|
{
|
|
81
82
|
description: 'The native token of the Celestia blockchain.',
|
|
@@ -129,7 +130,8 @@ const info = {
|
|
|
129
130
|
theme: {
|
|
130
131
|
primary_color_hex: '#7c2cfb'
|
|
131
132
|
}
|
|
132
|
-
}]
|
|
133
|
+
}],
|
|
134
|
+
coingecko_id: 'celestia'
|
|
133
135
|
},
|
|
134
136
|
{
|
|
135
137
|
description: 'MilkyWay\'s liquid staked TIA',
|
|
@@ -375,7 +377,8 @@ const info = {
|
|
|
375
377
|
circle: true,
|
|
376
378
|
primary_color_hex: '#2775CA'
|
|
377
379
|
}
|
|
378
|
-
}]
|
|
380
|
+
}],
|
|
381
|
+
coingecko_id: 'usd-coin'
|
|
379
382
|
}
|
|
380
383
|
]
|
|
381
384
|
};
|
|
@@ -77,7 +77,8 @@ const info = {
|
|
|
77
77
|
logo_URIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
80
|
-
}
|
|
80
|
+
},
|
|
81
|
+
coingecko_id: 'cosmos'
|
|
81
82
|
},
|
|
82
83
|
{
|
|
83
84
|
description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
|
|
@@ -120,7 +121,8 @@ const info = {
|
|
|
120
121
|
logo_URIs: {
|
|
121
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
122
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
123
|
-
}
|
|
124
|
+
},
|
|
125
|
+
coingecko_id: 'axlusdc'
|
|
124
126
|
},
|
|
125
127
|
{
|
|
126
128
|
description: 'Tia on Neutron',
|
|
@@ -163,7 +165,8 @@ const info = {
|
|
|
163
165
|
logo_URIs: {
|
|
164
166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
165
167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
166
|
-
}
|
|
168
|
+
},
|
|
169
|
+
coingecko_id: 'celestia'
|
|
167
170
|
},
|
|
168
171
|
{
|
|
169
172
|
description: 'Astropepe meme coin',
|
|
@@ -263,7 +266,8 @@ const info = {
|
|
|
263
266
|
logo_URIs: {
|
|
264
267
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
265
268
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
266
|
-
}
|
|
269
|
+
},
|
|
270
|
+
coingecko_id: 'dydx-chain'
|
|
267
271
|
},
|
|
268
272
|
{
|
|
269
273
|
description: 'The cutest NEWT token on Neutron chain.',
|
|
@@ -395,7 +399,8 @@ const info = {
|
|
|
395
399
|
}],
|
|
396
400
|
logo_URIs: {
|
|
397
401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
398
|
-
}
|
|
402
|
+
},
|
|
403
|
+
coingecko_id: 'astroport-fi'
|
|
399
404
|
},
|
|
400
405
|
{
|
|
401
406
|
description: 'Baby Corgi is the real doggo of Neutron!',
|
|
@@ -588,7 +593,8 @@ const info = {
|
|
|
588
593
|
logo_URIs: {
|
|
589
594
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
590
595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
591
|
-
}
|
|
596
|
+
},
|
|
597
|
+
coingecko_id: 'nolus'
|
|
592
598
|
},
|
|
593
599
|
{
|
|
594
600
|
description: 'A Mechanical Canine',
|
|
@@ -1219,7 +1225,8 @@ const info = {
|
|
|
1219
1225
|
theme: {
|
|
1220
1226
|
primary_color_hex: '#41394d'
|
|
1221
1227
|
}
|
|
1222
|
-
}]
|
|
1228
|
+
}],
|
|
1229
|
+
coingecko_id: 'axlwbtc'
|
|
1223
1230
|
},
|
|
1224
1231
|
{
|
|
1225
1232
|
description: 'Astrovault xATOM on Neutron Chain',
|
|
@@ -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: 'USD Coin',
|
|
@@ -207,7 +208,8 @@ const info = {
|
|
|
207
208
|
primary_color_hex: '#0095D7',
|
|
208
209
|
background_color_hex: '#FFFFFF'
|
|
209
210
|
}
|
|
210
|
-
}]
|
|
211
|
+
}],
|
|
212
|
+
coingecko_id: 'monerium-eur-money'
|
|
211
213
|
},
|
|
212
214
|
{
|
|
213
215
|
description: 'The token of Crowdpunk DAO',
|