chain-registry 1.69.117 → 1.69.119
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/assets.js +2 -0
- package/devnet/chains.js +2 -0
- package/devnet/manifestdevnet/assets.d.ts +3 -0
- package/devnet/manifestdevnet/assets.js +52 -0
- package/devnet/manifestdevnet/chain.d.ts +3 -0
- package/devnet/manifestdevnet/chain.js +75 -0
- package/devnet/manifestdevnet/index.d.ts +2 -0
- package/devnet/manifestdevnet/index.js +10 -0
- package/devnet/named.d.ts +1 -0
- package/devnet/named.js +2 -1
- package/esm/devnet/assets.js +2 -0
- package/esm/devnet/chains.js +2 -0
- package/esm/devnet/manifestdevnet/assets.js +50 -0
- package/esm/devnet/manifestdevnet/chain.js +73 -0
- package/esm/devnet/manifestdevnet/index.js +4 -0
- package/esm/devnet/named.js +1 -0
- package/esm/mainnet/akash/assets.js +0 -43
- package/esm/mainnet/althea/chain.js +8 -3
- package/esm/mainnet/archway/assets.js +0 -40
- package/esm/mainnet/axelar/chain.js +13 -6
- package/esm/mainnet/canto/assets.js +0 -43
- package/esm/mainnet/cosmoshub/assets.js +0 -37
- package/esm/mainnet/cronos/chain.js +9 -10
- package/esm/mainnet/cryptoorgchain/assets.js +3 -49
- package/esm/mainnet/elys/assets.js +0 -327
- package/esm/mainnet/elys/chain.js +2 -2
- package/esm/mainnet/juno/assets.js +0 -43
- package/esm/mainnet/kujira/assets.js +0 -40
- package/esm/mainnet/meme/assets.js +0 -42
- package/esm/mainnet/migaloo/assets.js +3 -3
- package/esm/mainnet/neutron/assets.js +0 -43
- package/esm/mainnet/oraichain/assets.js +0 -44
- package/esm/mainnet/osmosis/assets.js +0 -168
- package/esm/mainnet/planq/assets.js +3 -48
- package/esm/mainnet/quasar/assets.js +3 -3
- package/esm/mainnet/routerchain/assets.js +0 -49
- package/esm/mainnet/sei/assets.js +0 -40
- package/esm/mainnet/terra2/assets.js +0 -85
- package/esm/noncosmos/picasso/assets.js +3 -2
- package/esm/testnet/archwaytestnet/assets.js +3 -89
- package/esm/testnet/axelartestnet/assets.js +36 -36
- package/esm/testnet/dymensiontestnet1/assets.js +0 -42
- package/esm/testnet/elystestnet/assets.js +3 -90
- package/esm/testnet/elystestnet/chain.js +2 -18
- package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
- package/esm/testnet/osmosistestnet/assets.js +0 -163
- package/esm/testnet/stridetestnet/assets.js +0 -83
- package/mainnet/akash/assets.js +0 -43
- package/mainnet/althea/chain.js +8 -3
- package/mainnet/archway/assets.js +0 -40
- package/mainnet/axelar/chain.js +13 -6
- package/mainnet/canto/assets.js +0 -43
- package/mainnet/cosmoshub/assets.js +0 -37
- package/mainnet/cronos/chain.js +9 -10
- package/mainnet/cryptoorgchain/assets.js +3 -49
- package/mainnet/elys/assets.js +0 -327
- package/mainnet/elys/chain.js +2 -2
- package/mainnet/juno/assets.js +0 -43
- package/mainnet/kujira/assets.js +0 -40
- package/mainnet/meme/assets.js +0 -42
- package/mainnet/migaloo/assets.js +3 -3
- package/mainnet/neutron/assets.js +0 -43
- package/mainnet/oraichain/assets.js +0 -44
- package/mainnet/osmosis/assets.js +0 -168
- package/mainnet/planq/assets.js +3 -48
- package/mainnet/quasar/assets.js +3 -3
- package/mainnet/routerchain/assets.js +0 -49
- package/mainnet/sei/assets.js +0 -40
- package/mainnet/terra2/assets.js +0 -85
- package/noncosmos/picasso/assets.js +3 -2
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +3 -89
- package/testnet/axelartestnet/assets.js +36 -36
- package/testnet/dymensiontestnet1/assets.js +0 -42
- package/testnet/elystestnet/assets.js +3 -90
- package/testnet/elystestnet/chain.js +2 -18
- package/testnet/mantrachaintestnet2/assets.js +2 -178
- package/testnet/osmosistestnet/assets.js +0 -163
- package/testnet/stridetestnet/assets.js +0 -83
package/mainnet/meme/assets.js
CHANGED
|
@@ -29,48 +29,6 @@ const info = {
|
|
|
29
29
|
}
|
|
30
30
|
}],
|
|
31
31
|
type_asset: 'sdk.coin'
|
|
32
|
-
}, {
|
|
33
|
-
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
34
|
-
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
35
|
-
denom_units: [{
|
|
36
|
-
denom: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
|
|
37
|
-
exponent: 0
|
|
38
|
-
}, {
|
|
39
|
-
denom: 'planq',
|
|
40
|
-
exponent: 18
|
|
41
|
-
}],
|
|
42
|
-
name: 'Planq',
|
|
43
|
-
display: 'planq',
|
|
44
|
-
symbol: 'PLQ',
|
|
45
|
-
type_asset: 'ics20',
|
|
46
|
-
base: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
|
|
47
|
-
logo_URIs: {
|
|
48
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
49
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
50
|
-
},
|
|
51
|
-
traces: [{
|
|
52
|
-
type: 'ibc',
|
|
53
|
-
counterparty: {
|
|
54
|
-
chain_name: 'planq',
|
|
55
|
-
base_denom: 'aplanq',
|
|
56
|
-
channel_id: 'channel-64'
|
|
57
|
-
},
|
|
58
|
-
chain: {
|
|
59
|
-
channel_id: 'channel-11',
|
|
60
|
-
path: 'transfer/channel-11/aplanq'
|
|
61
|
-
}
|
|
62
|
-
}],
|
|
63
|
-
images: [{
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
|
|
66
|
-
image_sync: {
|
|
67
|
-
chain_name: 'planq',
|
|
68
|
-
base_denom: 'aplanq'
|
|
69
|
-
},
|
|
70
|
-
theme: {
|
|
71
|
-
primary_color_hex: '#d4f3fb'
|
|
72
|
-
}
|
|
73
|
-
}]
|
|
74
32
|
}]
|
|
75
33
|
};
|
|
76
34
|
exports.default = info;
|
|
@@ -839,7 +839,7 @@ const info = {
|
|
|
839
839
|
counterparty: {
|
|
840
840
|
chain_name: 'terra2',
|
|
841
841
|
base_denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/1/stable/amplp',
|
|
842
|
-
channel_id: 'channel-
|
|
842
|
+
channel_id: 'channel-86'
|
|
843
843
|
},
|
|
844
844
|
chain: {
|
|
845
845
|
channel_id: 'channel-0',
|
|
@@ -866,7 +866,7 @@ const info = {
|
|
|
866
866
|
counterparty: {
|
|
867
867
|
chain_name: 'terra2',
|
|
868
868
|
base_denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp',
|
|
869
|
-
channel_id: 'channel-
|
|
869
|
+
channel_id: 'channel-86'
|
|
870
870
|
},
|
|
871
871
|
chain: {
|
|
872
872
|
channel_id: 'channel-0',
|
|
@@ -893,7 +893,7 @@ const info = {
|
|
|
893
893
|
counterparty: {
|
|
894
894
|
chain_name: 'terra2',
|
|
895
895
|
base_denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp',
|
|
896
|
-
channel_id: 'channel-
|
|
896
|
+
channel_id: 'channel-86'
|
|
897
897
|
},
|
|
898
898
|
chain: {
|
|
899
899
|
channel_id: 'channel-0',
|
|
@@ -224,49 +224,6 @@ const info = {
|
|
|
224
224
|
},
|
|
225
225
|
type_asset: 'sdk.coin'
|
|
226
226
|
},
|
|
227
|
-
{
|
|
228
|
-
description: 'NBTC on Neutron',
|
|
229
|
-
denom_units: [{
|
|
230
|
-
denom: 'ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920',
|
|
231
|
-
exponent: 0,
|
|
232
|
-
aliases: ['usat']
|
|
233
|
-
}, {
|
|
234
|
-
denom: 'sat',
|
|
235
|
-
exponent: 6
|
|
236
|
-
}],
|
|
237
|
-
type_asset: 'ics20',
|
|
238
|
-
base: 'ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920',
|
|
239
|
-
name: 'Nomic NBTC',
|
|
240
|
-
display: 'sat',
|
|
241
|
-
symbol: 'SAT',
|
|
242
|
-
traces: [{
|
|
243
|
-
type: 'ibc',
|
|
244
|
-
counterparty: {
|
|
245
|
-
chain_name: 'nomic',
|
|
246
|
-
base_denom: 'usat',
|
|
247
|
-
channel_id: 'channel-2'
|
|
248
|
-
},
|
|
249
|
-
chain: {
|
|
250
|
-
channel_id: 'channel-42',
|
|
251
|
-
path: 'transfer/channel-42/usat'
|
|
252
|
-
}
|
|
253
|
-
}],
|
|
254
|
-
images: [{
|
|
255
|
-
image_sync: {
|
|
256
|
-
chain_name: 'nomic',
|
|
257
|
-
base_denom: 'usat'
|
|
258
|
-
},
|
|
259
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
|
|
260
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg',
|
|
261
|
-
theme: {
|
|
262
|
-
primary_color_hex: '#8436e6'
|
|
263
|
-
}
|
|
264
|
-
}],
|
|
265
|
-
logo_URIs: {
|
|
266
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
|
|
267
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
227
|
{
|
|
271
228
|
description: 'DYDX on Neutron',
|
|
272
229
|
denom_units: [{
|
|
@@ -292,50 +292,6 @@ const info = {
|
|
|
292
292
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/oraix.svg'
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
-
{
|
|
296
|
-
description: 'USDC issued on Oraichain.',
|
|
297
|
-
denom_units: [{
|
|
298
|
-
denom: 'cw20:orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
|
|
299
|
-
exponent: 0
|
|
300
|
-
}, {
|
|
301
|
-
denom: 'usdc',
|
|
302
|
-
exponent: 6
|
|
303
|
-
}],
|
|
304
|
-
traces: [{
|
|
305
|
-
type: 'ibc',
|
|
306
|
-
counterparty: {
|
|
307
|
-
chain_name: 'noble',
|
|
308
|
-
base_denom: 'uusdc',
|
|
309
|
-
channel_id: 'channel-34'
|
|
310
|
-
},
|
|
311
|
-
chain: {
|
|
312
|
-
channel_id: 'channel-301',
|
|
313
|
-
path: 'transfer/channel-301/uusdc'
|
|
314
|
-
}
|
|
315
|
-
}],
|
|
316
|
-
type_asset: 'cw20',
|
|
317
|
-
address: 'orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
|
|
318
|
-
base: 'cw20:orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
|
|
319
|
-
name: 'Usdc',
|
|
320
|
-
display: 'usdc',
|
|
321
|
-
symbol: 'USDC',
|
|
322
|
-
images: [{
|
|
323
|
-
image_sync: {
|
|
324
|
-
chain_name: 'noble',
|
|
325
|
-
base_denom: 'uusdc'
|
|
326
|
-
},
|
|
327
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
328
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
329
|
-
theme: {
|
|
330
|
-
circle: true,
|
|
331
|
-
primary_color_hex: '#2775CA'
|
|
332
|
-
}
|
|
333
|
-
}],
|
|
334
|
-
logo_URIs: {
|
|
335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
336
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
295
|
{
|
|
340
296
|
description: 'The KAWAII token is the cw20 token for the Oraichain.',
|
|
341
297
|
denom_units: [{
|
|
@@ -20124,46 +20124,6 @@ const info = {
|
|
|
20124
20124
|
}
|
|
20125
20125
|
}]
|
|
20126
20126
|
},
|
|
20127
|
-
{
|
|
20128
|
-
description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
|
|
20129
|
-
denom_units: [{
|
|
20130
|
-
denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
20131
|
-
exponent: 0,
|
|
20132
|
-
aliases: ['uKIMA']
|
|
20133
|
-
}, {
|
|
20134
|
-
denom: 'KIMA',
|
|
20135
|
-
exponent: 6
|
|
20136
|
-
}],
|
|
20137
|
-
type_asset: 'ics20',
|
|
20138
|
-
base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
20139
|
-
name: 'Kima Network',
|
|
20140
|
-
display: 'KIMA',
|
|
20141
|
-
symbol: 'KIMA',
|
|
20142
|
-
traces: [{
|
|
20143
|
-
type: 'ibc',
|
|
20144
|
-
counterparty: {
|
|
20145
|
-
chain_name: 'kimanetwork',
|
|
20146
|
-
base_denom: 'uKIMA',
|
|
20147
|
-
channel_id: 'channel-4'
|
|
20148
|
-
},
|
|
20149
|
-
chain: {
|
|
20150
|
-
channel_id: 'channel-86496',
|
|
20151
|
-
path: 'transfer/channel-86496/uKIMA'
|
|
20152
|
-
}
|
|
20153
|
-
}],
|
|
20154
|
-
logo_URIs: {
|
|
20155
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
20156
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
20157
|
-
},
|
|
20158
|
-
images: [{
|
|
20159
|
-
image_sync: {
|
|
20160
|
-
chain_name: 'kimanetwork',
|
|
20161
|
-
base_denom: 'uKIMA'
|
|
20162
|
-
},
|
|
20163
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
20164
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
20165
|
-
}]
|
|
20166
|
-
},
|
|
20167
20127
|
{
|
|
20168
20128
|
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
|
|
20169
20129
|
denom_units: [
|
|
@@ -22346,90 +22306,6 @@ const info = {
|
|
|
22346
22306
|
}
|
|
22347
22307
|
}]
|
|
22348
22308
|
},
|
|
22349
|
-
{
|
|
22350
|
-
description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
|
|
22351
|
-
denom_units: [{
|
|
22352
|
-
denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
22353
|
-
exponent: 0,
|
|
22354
|
-
aliases: ['uKIMA']
|
|
22355
|
-
}, {
|
|
22356
|
-
denom: 'KIMA',
|
|
22357
|
-
exponent: 6
|
|
22358
|
-
}],
|
|
22359
|
-
type_asset: 'ics20',
|
|
22360
|
-
base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
22361
|
-
name: 'Kima Network',
|
|
22362
|
-
display: 'KIMA',
|
|
22363
|
-
symbol: 'KIMA',
|
|
22364
|
-
traces: [{
|
|
22365
|
-
type: 'ibc',
|
|
22366
|
-
counterparty: {
|
|
22367
|
-
chain_name: 'kimanetwork',
|
|
22368
|
-
base_denom: 'uKIMA',
|
|
22369
|
-
channel_id: 'channel-0'
|
|
22370
|
-
},
|
|
22371
|
-
chain: {
|
|
22372
|
-
channel_id: 'channel-83350',
|
|
22373
|
-
path: 'transfer/channel-83350/uKIMA'
|
|
22374
|
-
}
|
|
22375
|
-
}],
|
|
22376
|
-
logo_URIs: {
|
|
22377
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
22378
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22379
|
-
},
|
|
22380
|
-
images: [{
|
|
22381
|
-
image_sync: {
|
|
22382
|
-
chain_name: 'kimanetwork',
|
|
22383
|
-
base_denom: 'uKIMA'
|
|
22384
|
-
},
|
|
22385
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
22386
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22387
|
-
}]
|
|
22388
|
-
},
|
|
22389
|
-
{
|
|
22390
|
-
description: 'The native token of Furya',
|
|
22391
|
-
denom_units: [{
|
|
22392
|
-
denom: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
22393
|
-
exponent: 0,
|
|
22394
|
-
aliases: ['ufury']
|
|
22395
|
-
}, {
|
|
22396
|
-
denom: 'fury',
|
|
22397
|
-
exponent: 6
|
|
22398
|
-
}],
|
|
22399
|
-
type_asset: 'ics20',
|
|
22400
|
-
base: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
22401
|
-
name: 'furya',
|
|
22402
|
-
display: 'fury',
|
|
22403
|
-
symbol: 'FURY',
|
|
22404
|
-
traces: [{
|
|
22405
|
-
type: 'ibc',
|
|
22406
|
-
counterparty: {
|
|
22407
|
-
chain_name: 'furya',
|
|
22408
|
-
base_denom: 'ufury',
|
|
22409
|
-
channel_id: 'channel-3'
|
|
22410
|
-
},
|
|
22411
|
-
chain: {
|
|
22412
|
-
channel_id: 'channel-8690',
|
|
22413
|
-
path: 'transfer/channel-8690/ufury'
|
|
22414
|
-
}
|
|
22415
|
-
}],
|
|
22416
|
-
logo_URIs: {
|
|
22417
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
22418
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
22419
|
-
},
|
|
22420
|
-
images: [{
|
|
22421
|
-
image_sync: {
|
|
22422
|
-
chain_name: 'furya',
|
|
22423
|
-
base_denom: 'ufury'
|
|
22424
|
-
},
|
|
22425
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
22426
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg',
|
|
22427
|
-
theme: {
|
|
22428
|
-
primary_color_hex: '#040404'
|
|
22429
|
-
}
|
|
22430
|
-
}],
|
|
22431
|
-
keywords: ['gaming', 'staking']
|
|
22432
|
-
},
|
|
22433
22309
|
{
|
|
22434
22310
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
22435
22311
|
denom_units: [{
|
|
@@ -22479,50 +22355,6 @@ const info = {
|
|
|
22479
22355
|
}],
|
|
22480
22356
|
keywords: ['osmosis_unlisted']
|
|
22481
22357
|
},
|
|
22482
|
-
{
|
|
22483
|
-
description: 'The native token of dHealth',
|
|
22484
|
-
denom_units: [{
|
|
22485
|
-
denom: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
|
|
22486
|
-
exponent: 0,
|
|
22487
|
-
aliases: ['udhp']
|
|
22488
|
-
}, {
|
|
22489
|
-
denom: 'dhp',
|
|
22490
|
-
exponent: 6
|
|
22491
|
-
}],
|
|
22492
|
-
type_asset: 'ics20',
|
|
22493
|
-
base: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
|
|
22494
|
-
name: 'dHealth',
|
|
22495
|
-
display: 'dhp',
|
|
22496
|
-
symbol: 'DHP',
|
|
22497
|
-
traces: [{
|
|
22498
|
-
type: 'ibc',
|
|
22499
|
-
counterparty: {
|
|
22500
|
-
chain_name: 'dhealth',
|
|
22501
|
-
base_denom: 'udhp',
|
|
22502
|
-
channel_id: 'channel-1'
|
|
22503
|
-
},
|
|
22504
|
-
chain: {
|
|
22505
|
-
channel_id: 'channel-38776',
|
|
22506
|
-
path: 'transfer/channel-38776/udhp'
|
|
22507
|
-
}
|
|
22508
|
-
}],
|
|
22509
|
-
logo_URIs: {
|
|
22510
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22511
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
22512
|
-
},
|
|
22513
|
-
images: [{
|
|
22514
|
-
image_sync: {
|
|
22515
|
-
chain_name: 'dhealth',
|
|
22516
|
-
base_denom: 'udhp'
|
|
22517
|
-
},
|
|
22518
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22519
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',
|
|
22520
|
-
theme: {
|
|
22521
|
-
primary_color_hex: '#140c7c'
|
|
22522
|
-
}
|
|
22523
|
-
}],
|
|
22524
|
-
keywords: ['osmosis_unlisted']
|
|
22525
|
-
},
|
|
22526
22358
|
{
|
|
22527
22359
|
denom_units: [{
|
|
22528
22360
|
denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
package/mainnet/planq/assets.js
CHANGED
|
@@ -3,8 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'planq',
|
|
6
|
-
assets: [
|
|
7
|
-
{
|
|
6
|
+
assets: [{
|
|
8
7
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
9
8
|
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
10
9
|
denom_units: [{
|
|
@@ -35,8 +34,7 @@ const info = {
|
|
|
35
34
|
twitter: 'https://twitter.com/planqfoundation'
|
|
36
35
|
},
|
|
37
36
|
type_asset: 'sdk.coin'
|
|
38
|
-
},
|
|
39
|
-
{
|
|
37
|
+
}, {
|
|
40
38
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
41
39
|
denom_units: [{
|
|
42
40
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -75,49 +73,6 @@ const info = {
|
|
|
75
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
76
74
|
},
|
|
77
75
|
type_asset: 'sdk.coin'
|
|
78
|
-
}
|
|
79
|
-
{
|
|
80
|
-
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
81
|
-
denom_units: [{
|
|
82
|
-
denom: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
83
|
-
exponent: 0
|
|
84
|
-
}, {
|
|
85
|
-
denom: 'meme',
|
|
86
|
-
exponent: 6
|
|
87
|
-
}],
|
|
88
|
-
base: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
89
|
-
name: 'MEME',
|
|
90
|
-
display: 'meme',
|
|
91
|
-
symbol: 'MEME',
|
|
92
|
-
logo_URIs: {
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
94
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
95
|
-
},
|
|
96
|
-
type_asset: 'ics20',
|
|
97
|
-
traces: [{
|
|
98
|
-
type: 'ibc',
|
|
99
|
-
counterparty: {
|
|
100
|
-
chain_name: 'meme',
|
|
101
|
-
base_denom: 'umeme',
|
|
102
|
-
channel_id: 'channel-11'
|
|
103
|
-
},
|
|
104
|
-
chain: {
|
|
105
|
-
channel_id: 'channel-64',
|
|
106
|
-
path: 'transfer/channel-64/umeme'
|
|
107
|
-
}
|
|
108
|
-
}],
|
|
109
|
-
images: [{
|
|
110
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
111
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg',
|
|
112
|
-
image_sync: {
|
|
113
|
-
chain_name: 'meme',
|
|
114
|
-
base_denom: 'umeme'
|
|
115
|
-
},
|
|
116
|
-
theme: {
|
|
117
|
-
primary_color_hex: '#b7dcd8'
|
|
118
|
-
}
|
|
119
|
-
}]
|
|
120
|
-
}
|
|
121
|
-
]
|
|
76
|
+
}]
|
|
122
77
|
};
|
|
123
78
|
exports.default = info;
|
package/mainnet/quasar/assets.js
CHANGED
|
@@ -55,7 +55,7 @@ const info = {
|
|
|
55
55
|
counterparty: {
|
|
56
56
|
chain_name: 'osmosis',
|
|
57
57
|
base_denom: 'uosmo',
|
|
58
|
-
channel_id: 'channel-
|
|
58
|
+
channel_id: 'channel-688'
|
|
59
59
|
},
|
|
60
60
|
chain: {
|
|
61
61
|
channel_id: 'channel-1',
|
|
@@ -99,7 +99,7 @@ const info = {
|
|
|
99
99
|
counterparty: {
|
|
100
100
|
chain_name: 'osmosis',
|
|
101
101
|
base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
102
|
-
channel_id: 'channel-
|
|
102
|
+
channel_id: 'channel-688'
|
|
103
103
|
},
|
|
104
104
|
chain: {
|
|
105
105
|
channel_id: 'channel-1',
|
|
@@ -143,7 +143,7 @@ const info = {
|
|
|
143
143
|
counterparty: {
|
|
144
144
|
chain_name: 'osmosis',
|
|
145
145
|
base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
|
|
146
|
-
channel_id: 'channel-
|
|
146
|
+
channel_id: 'channel-688'
|
|
147
147
|
},
|
|
148
148
|
chain: {
|
|
149
149
|
channel_id: 'channel-1',
|
|
@@ -34,55 +34,6 @@ const info = {
|
|
|
34
34
|
twitter: 'https://x.com/routerprotocol'
|
|
35
35
|
},
|
|
36
36
|
type_asset: 'sdk.coin'
|
|
37
|
-
}, {
|
|
38
|
-
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.',
|
|
39
|
-
denom_units: [{
|
|
40
|
-
denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
41
|
-
exponent: 0,
|
|
42
|
-
aliases: ['microusdc', 'uusdc']
|
|
43
|
-
}, {
|
|
44
|
-
denom: 'usdc',
|
|
45
|
-
exponent: 6
|
|
46
|
-
}],
|
|
47
|
-
type_asset: 'ics20',
|
|
48
|
-
base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
49
|
-
name: 'USDC',
|
|
50
|
-
display: 'usdc',
|
|
51
|
-
symbol: 'USDC',
|
|
52
|
-
traces: [
|
|
53
|
-
{
|
|
54
|
-
type: 'synthetic',
|
|
55
|
-
counterparty: {
|
|
56
|
-
chain_name: 'forex',
|
|
57
|
-
base_denom: 'USD'
|
|
58
|
-
},
|
|
59
|
-
provider: 'Circle'
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
type: 'additional-mintage',
|
|
63
|
-
counterparty: {
|
|
64
|
-
chain_name: 'ethereum',
|
|
65
|
-
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
66
|
-
},
|
|
67
|
-
provider: 'Circle'
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
type: 'ibc',
|
|
71
|
-
counterparty: {
|
|
72
|
-
chain_name: 'noble',
|
|
73
|
-
base_denom: 'uusdc',
|
|
74
|
-
channel_id: 'channel-119'
|
|
75
|
-
},
|
|
76
|
-
chain: {
|
|
77
|
-
channel_id: 'channel-13',
|
|
78
|
-
path: 'transfer/channel-13/uusdc'
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
logo_URIs: {
|
|
83
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
84
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
85
|
-
}
|
|
86
37
|
}]
|
|
87
38
|
};
|
|
88
39
|
exports.default = info;
|
package/mainnet/sei/assets.js
CHANGED
|
@@ -130,46 +130,6 @@ const info = {
|
|
|
130
130
|
}],
|
|
131
131
|
type_asset: 'sdk.coin'
|
|
132
132
|
},
|
|
133
|
-
{
|
|
134
|
-
description: 'The first memecoin on osmosis.',
|
|
135
|
-
denom_units: [{
|
|
136
|
-
denom: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
|
|
137
|
-
exponent: 0
|
|
138
|
-
}, {
|
|
139
|
-
denom: 'WOSMO',
|
|
140
|
-
exponent: 6
|
|
141
|
-
}],
|
|
142
|
-
type_asset: 'ics20',
|
|
143
|
-
base: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
|
|
144
|
-
name: 'Wosmo',
|
|
145
|
-
display: 'WOSMO',
|
|
146
|
-
symbol: 'WOSMO',
|
|
147
|
-
traces: [{
|
|
148
|
-
type: 'ibc',
|
|
149
|
-
counterparty: {
|
|
150
|
-
chain_name: 'osmosis',
|
|
151
|
-
base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
|
|
152
|
-
channel_id: 'channel-0'
|
|
153
|
-
},
|
|
154
|
-
chain: {
|
|
155
|
-
channel_id: 'channel-782',
|
|
156
|
-
path: 'transfer/channel-782/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
|
|
157
|
-
}
|
|
158
|
-
}],
|
|
159
|
-
images: [{
|
|
160
|
-
image_sync: {
|
|
161
|
-
chain_name: 'osmosis',
|
|
162
|
-
base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
|
|
163
|
-
},
|
|
164
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
|
|
165
|
-
theme: {
|
|
166
|
-
primary_color_hex: '#edd5ee'
|
|
167
|
-
}
|
|
168
|
-
}],
|
|
169
|
-
logo_URIs: {
|
|
170
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
133
|
{
|
|
174
134
|
description: 'OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series',
|
|
175
135
|
denom_units: [{
|
package/mainnet/terra2/assets.js
CHANGED
|
@@ -931,46 +931,6 @@ const info = {
|
|
|
931
931
|
}
|
|
932
932
|
}]
|
|
933
933
|
},
|
|
934
|
-
{
|
|
935
|
-
description: 'The first memecoin on osmosis.',
|
|
936
|
-
denom_units: [{
|
|
937
|
-
denom: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
|
|
938
|
-
exponent: 0
|
|
939
|
-
}, {
|
|
940
|
-
denom: 'WOSMO',
|
|
941
|
-
exponent: 6
|
|
942
|
-
}],
|
|
943
|
-
type_asset: 'ics20',
|
|
944
|
-
base: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
|
|
945
|
-
name: 'Wosmo',
|
|
946
|
-
display: 'WOSMO',
|
|
947
|
-
symbol: 'WOSMO',
|
|
948
|
-
traces: [{
|
|
949
|
-
type: 'ibc',
|
|
950
|
-
counterparty: {
|
|
951
|
-
chain_name: 'osmosis',
|
|
952
|
-
base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
|
|
953
|
-
channel_id: 'channel-1'
|
|
954
|
-
},
|
|
955
|
-
chain: {
|
|
956
|
-
channel_id: 'channel-251',
|
|
957
|
-
path: 'transfer/channel-251/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
|
|
958
|
-
}
|
|
959
|
-
}],
|
|
960
|
-
images: [{
|
|
961
|
-
image_sync: {
|
|
962
|
-
chain_name: 'osmosis',
|
|
963
|
-
base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
|
|
964
|
-
},
|
|
965
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
|
|
966
|
-
theme: {
|
|
967
|
-
primary_color_hex: '#edd5ee'
|
|
968
|
-
}
|
|
969
|
-
}],
|
|
970
|
-
logo_URIs: {
|
|
971
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
|
|
972
|
-
}
|
|
973
|
-
},
|
|
974
934
|
{
|
|
975
935
|
description: 'DNA DAO',
|
|
976
936
|
type_asset: 'cw20',
|
|
@@ -1322,51 +1282,6 @@ const info = {
|
|
|
1322
1282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1323
1283
|
}]
|
|
1324
1284
|
},
|
|
1325
|
-
{
|
|
1326
|
-
description: 'Cosmo is the best currency in the universe.',
|
|
1327
|
-
denom_units: [{
|
|
1328
|
-
denom: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
|
|
1329
|
-
exponent: 0,
|
|
1330
|
-
aliases: ['factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO']
|
|
1331
|
-
}, {
|
|
1332
|
-
denom: 'COSMO',
|
|
1333
|
-
exponent: 6
|
|
1334
|
-
}],
|
|
1335
|
-
type_asset: 'ics20',
|
|
1336
|
-
base: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
|
|
1337
|
-
name: 'Cosmo',
|
|
1338
|
-
display: 'COSMO',
|
|
1339
|
-
symbol: 'COSMO',
|
|
1340
|
-
traces: [{
|
|
1341
|
-
type: 'ibc',
|
|
1342
|
-
counterparty: {
|
|
1343
|
-
chain_name: 'injective',
|
|
1344
|
-
base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO',
|
|
1345
|
-
channel_id: 'channel-8'
|
|
1346
|
-
},
|
|
1347
|
-
chain: {
|
|
1348
|
-
channel_id: 'channel-122',
|
|
1349
|
-
path: 'transfer/channel-122/factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
|
|
1350
|
-
}
|
|
1351
|
-
}],
|
|
1352
|
-
logo_URIs: {
|
|
1353
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png'
|
|
1354
|
-
},
|
|
1355
|
-
images: [{
|
|
1356
|
-
image_sync: {
|
|
1357
|
-
chain_name: 'injective',
|
|
1358
|
-
base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
|
|
1359
|
-
},
|
|
1360
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png',
|
|
1361
|
-
theme: {
|
|
1362
|
-
primary_color_hex: '#343169'
|
|
1363
|
-
}
|
|
1364
|
-
}],
|
|
1365
|
-
socials: {
|
|
1366
|
-
website: 'https://github.com/raphaellafar/Cosmo',
|
|
1367
|
-
twitter: 'https://x.com/CosmoClub84'
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
1285
|
{
|
|
1371
1286
|
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
1372
1287
|
denom_units: [{
|