chain-registry 1.69.116 → 1.69.118
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/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/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/pryzm/assets.js +273 -0
- package/esm/mainnet/pryzm/chain.js +6 -6
- 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/terra/chain.js +12 -0
- package/esm/mainnet/terra2/assets.js +0 -85
- package/esm/noncosmos/ethereumtestnet/assets.js +4 -4
- package/esm/noncosmos/picasso/assets.js +3 -2
- package/esm/testnet/archwaytestnet/assets.js +3 -89
- package/esm/testnet/assets.js +4 -0
- package/esm/testnet/autheotestnet/assets.js +26 -0
- package/esm/testnet/autheotestnet/chain.js +76 -0
- package/esm/testnet/autheotestnet/index.js +4 -0
- package/esm/testnet/axelartestnet/assets.js +36 -36
- package/esm/testnet/chains.js +4 -0
- package/esm/testnet/desmostestnet/assets.js +8 -0
- 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/iopntestnet/assets.js +26 -0
- package/esm/testnet/iopntestnet/chain.js +76 -0
- package/esm/testnet/iopntestnet/index.js +4 -0
- package/esm/testnet/junotestnet/assets.js +8 -0
- package/esm/testnet/kichaintestnet/assets.js +8 -0
- package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
- package/esm/testnet/named.js +2 -0
- 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/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/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/pryzm/assets.js +273 -0
- package/mainnet/pryzm/chain.js +6 -6
- package/mainnet/quasar/assets.js +3 -3
- package/mainnet/routerchain/assets.js +0 -49
- package/mainnet/sei/assets.js +0 -40
- package/mainnet/terra/chain.js +12 -0
- package/mainnet/terra2/assets.js +0 -85
- package/noncosmos/ethereumtestnet/assets.js +4 -4
- package/noncosmos/picasso/assets.js +3 -2
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +3 -89
- package/testnet/assets.js +4 -0
- package/testnet/autheotestnet/assets.d.ts +3 -0
- package/testnet/autheotestnet/assets.js +28 -0
- package/testnet/autheotestnet/chain.d.ts +3 -0
- package/testnet/autheotestnet/chain.js +78 -0
- package/testnet/autheotestnet/index.d.ts +2 -0
- package/testnet/autheotestnet/index.js +10 -0
- package/testnet/axelartestnet/assets.js +36 -36
- package/testnet/chains.js +4 -0
- package/testnet/desmostestnet/assets.js +8 -0
- package/testnet/dymensiontestnet1/assets.js +0 -42
- package/testnet/elystestnet/assets.js +3 -90
- package/testnet/elystestnet/chain.js +2 -18
- package/testnet/iopntestnet/assets.d.ts +3 -0
- package/testnet/iopntestnet/assets.js +28 -0
- package/testnet/iopntestnet/chain.d.ts +3 -0
- package/testnet/iopntestnet/chain.js +78 -0
- package/testnet/iopntestnet/index.d.ts +2 -0
- package/testnet/iopntestnet/index.js +10 -0
- package/testnet/junotestnet/assets.js +8 -0
- package/testnet/kichaintestnet/assets.js +8 -0
- package/testnet/mantrachaintestnet2/assets.js +2 -178
- package/testnet/named.d.ts +2 -0
- package/testnet/named.js +5 -3
- 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;
|