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
|
@@ -290,50 +290,6 @@ const info = {
|
|
|
290
290
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/oraix.svg'
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
|
-
{
|
|
294
|
-
description: 'USDC issued on Oraichain.',
|
|
295
|
-
denom_units: [{
|
|
296
|
-
denom: 'cw20:orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
|
|
297
|
-
exponent: 0
|
|
298
|
-
}, {
|
|
299
|
-
denom: 'usdc',
|
|
300
|
-
exponent: 6
|
|
301
|
-
}],
|
|
302
|
-
traces: [{
|
|
303
|
-
type: 'ibc',
|
|
304
|
-
counterparty: {
|
|
305
|
-
chain_name: 'noble',
|
|
306
|
-
base_denom: 'uusdc',
|
|
307
|
-
channel_id: 'channel-34'
|
|
308
|
-
},
|
|
309
|
-
chain: {
|
|
310
|
-
channel_id: 'channel-301',
|
|
311
|
-
path: 'transfer/channel-301/uusdc'
|
|
312
|
-
}
|
|
313
|
-
}],
|
|
314
|
-
type_asset: 'cw20',
|
|
315
|
-
address: 'orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
|
|
316
|
-
base: 'cw20:orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
|
|
317
|
-
name: 'Usdc',
|
|
318
|
-
display: 'usdc',
|
|
319
|
-
symbol: 'USDC',
|
|
320
|
-
images: [{
|
|
321
|
-
image_sync: {
|
|
322
|
-
chain_name: 'noble',
|
|
323
|
-
base_denom: 'uusdc'
|
|
324
|
-
},
|
|
325
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
326
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
327
|
-
theme: {
|
|
328
|
-
circle: true,
|
|
329
|
-
primary_color_hex: '#2775CA'
|
|
330
|
-
}
|
|
331
|
-
}],
|
|
332
|
-
logo_URIs: {
|
|
333
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
334
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
293
|
{
|
|
338
294
|
description: 'The KAWAII token is the cw20 token for the Oraichain.',
|
|
339
295
|
denom_units: [{
|
|
@@ -20122,46 +20122,6 @@ const info = {
|
|
|
20122
20122
|
}
|
|
20123
20123
|
}]
|
|
20124
20124
|
},
|
|
20125
|
-
{
|
|
20126
|
-
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.',
|
|
20127
|
-
denom_units: [{
|
|
20128
|
-
denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
20129
|
-
exponent: 0,
|
|
20130
|
-
aliases: ['uKIMA']
|
|
20131
|
-
}, {
|
|
20132
|
-
denom: 'KIMA',
|
|
20133
|
-
exponent: 6
|
|
20134
|
-
}],
|
|
20135
|
-
type_asset: 'ics20',
|
|
20136
|
-
base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
20137
|
-
name: 'Kima Network',
|
|
20138
|
-
display: 'KIMA',
|
|
20139
|
-
symbol: 'KIMA',
|
|
20140
|
-
traces: [{
|
|
20141
|
-
type: 'ibc',
|
|
20142
|
-
counterparty: {
|
|
20143
|
-
chain_name: 'kimanetwork',
|
|
20144
|
-
base_denom: 'uKIMA',
|
|
20145
|
-
channel_id: 'channel-4'
|
|
20146
|
-
},
|
|
20147
|
-
chain: {
|
|
20148
|
-
channel_id: 'channel-86496',
|
|
20149
|
-
path: 'transfer/channel-86496/uKIMA'
|
|
20150
|
-
}
|
|
20151
|
-
}],
|
|
20152
|
-
logo_URIs: {
|
|
20153
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
20154
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
20155
|
-
},
|
|
20156
|
-
images: [{
|
|
20157
|
-
image_sync: {
|
|
20158
|
-
chain_name: 'kimanetwork',
|
|
20159
|
-
base_denom: 'uKIMA'
|
|
20160
|
-
},
|
|
20161
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
20162
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
20163
|
-
}]
|
|
20164
|
-
},
|
|
20165
20125
|
{
|
|
20166
20126
|
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.',
|
|
20167
20127
|
denom_units: [
|
|
@@ -22344,90 +22304,6 @@ const info = {
|
|
|
22344
22304
|
}
|
|
22345
22305
|
}]
|
|
22346
22306
|
},
|
|
22347
|
-
{
|
|
22348
|
-
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.',
|
|
22349
|
-
denom_units: [{
|
|
22350
|
-
denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
22351
|
-
exponent: 0,
|
|
22352
|
-
aliases: ['uKIMA']
|
|
22353
|
-
}, {
|
|
22354
|
-
denom: 'KIMA',
|
|
22355
|
-
exponent: 6
|
|
22356
|
-
}],
|
|
22357
|
-
type_asset: 'ics20',
|
|
22358
|
-
base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
22359
|
-
name: 'Kima Network',
|
|
22360
|
-
display: 'KIMA',
|
|
22361
|
-
symbol: 'KIMA',
|
|
22362
|
-
traces: [{
|
|
22363
|
-
type: 'ibc',
|
|
22364
|
-
counterparty: {
|
|
22365
|
-
chain_name: 'kimanetwork',
|
|
22366
|
-
base_denom: 'uKIMA',
|
|
22367
|
-
channel_id: 'channel-0'
|
|
22368
|
-
},
|
|
22369
|
-
chain: {
|
|
22370
|
-
channel_id: 'channel-83350',
|
|
22371
|
-
path: 'transfer/channel-83350/uKIMA'
|
|
22372
|
-
}
|
|
22373
|
-
}],
|
|
22374
|
-
logo_URIs: {
|
|
22375
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
22376
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22377
|
-
},
|
|
22378
|
-
images: [{
|
|
22379
|
-
image_sync: {
|
|
22380
|
-
chain_name: 'kimanetwork',
|
|
22381
|
-
base_denom: 'uKIMA'
|
|
22382
|
-
},
|
|
22383
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
22384
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22385
|
-
}]
|
|
22386
|
-
},
|
|
22387
|
-
{
|
|
22388
|
-
description: 'The native token of Furya',
|
|
22389
|
-
denom_units: [{
|
|
22390
|
-
denom: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
22391
|
-
exponent: 0,
|
|
22392
|
-
aliases: ['ufury']
|
|
22393
|
-
}, {
|
|
22394
|
-
denom: 'fury',
|
|
22395
|
-
exponent: 6
|
|
22396
|
-
}],
|
|
22397
|
-
type_asset: 'ics20',
|
|
22398
|
-
base: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
22399
|
-
name: 'furya',
|
|
22400
|
-
display: 'fury',
|
|
22401
|
-
symbol: 'FURY',
|
|
22402
|
-
traces: [{
|
|
22403
|
-
type: 'ibc',
|
|
22404
|
-
counterparty: {
|
|
22405
|
-
chain_name: 'furya',
|
|
22406
|
-
base_denom: 'ufury',
|
|
22407
|
-
channel_id: 'channel-3'
|
|
22408
|
-
},
|
|
22409
|
-
chain: {
|
|
22410
|
-
channel_id: 'channel-8690',
|
|
22411
|
-
path: 'transfer/channel-8690/ufury'
|
|
22412
|
-
}
|
|
22413
|
-
}],
|
|
22414
|
-
logo_URIs: {
|
|
22415
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
22416
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
22417
|
-
},
|
|
22418
|
-
images: [{
|
|
22419
|
-
image_sync: {
|
|
22420
|
-
chain_name: 'furya',
|
|
22421
|
-
base_denom: 'ufury'
|
|
22422
|
-
},
|
|
22423
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
22424
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg',
|
|
22425
|
-
theme: {
|
|
22426
|
-
primary_color_hex: '#040404'
|
|
22427
|
-
}
|
|
22428
|
-
}],
|
|
22429
|
-
keywords: ['gaming', 'staking']
|
|
22430
|
-
},
|
|
22431
22307
|
{
|
|
22432
22308
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
22433
22309
|
denom_units: [{
|
|
@@ -22477,50 +22353,6 @@ const info = {
|
|
|
22477
22353
|
}],
|
|
22478
22354
|
keywords: ['osmosis_unlisted']
|
|
22479
22355
|
},
|
|
22480
|
-
{
|
|
22481
|
-
description: 'The native token of dHealth',
|
|
22482
|
-
denom_units: [{
|
|
22483
|
-
denom: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
|
|
22484
|
-
exponent: 0,
|
|
22485
|
-
aliases: ['udhp']
|
|
22486
|
-
}, {
|
|
22487
|
-
denom: 'dhp',
|
|
22488
|
-
exponent: 6
|
|
22489
|
-
}],
|
|
22490
|
-
type_asset: 'ics20',
|
|
22491
|
-
base: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
|
|
22492
|
-
name: 'dHealth',
|
|
22493
|
-
display: 'dhp',
|
|
22494
|
-
symbol: 'DHP',
|
|
22495
|
-
traces: [{
|
|
22496
|
-
type: 'ibc',
|
|
22497
|
-
counterparty: {
|
|
22498
|
-
chain_name: 'dhealth',
|
|
22499
|
-
base_denom: 'udhp',
|
|
22500
|
-
channel_id: 'channel-1'
|
|
22501
|
-
},
|
|
22502
|
-
chain: {
|
|
22503
|
-
channel_id: 'channel-38776',
|
|
22504
|
-
path: 'transfer/channel-38776/udhp'
|
|
22505
|
-
}
|
|
22506
|
-
}],
|
|
22507
|
-
logo_URIs: {
|
|
22508
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22509
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
22510
|
-
},
|
|
22511
|
-
images: [{
|
|
22512
|
-
image_sync: {
|
|
22513
|
-
chain_name: 'dhealth',
|
|
22514
|
-
base_denom: 'udhp'
|
|
22515
|
-
},
|
|
22516
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22517
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',
|
|
22518
|
-
theme: {
|
|
22519
|
-
primary_color_hex: '#140c7c'
|
|
22520
|
-
}
|
|
22521
|
-
}],
|
|
22522
|
-
keywords: ['osmosis_unlisted']
|
|
22523
|
-
},
|
|
22524
22356
|
{
|
|
22525
22357
|
denom_units: [{
|
|
22526
22358
|
denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'planq',
|
|
4
|
-
assets: [
|
|
5
|
-
{
|
|
4
|
+
assets: [{
|
|
6
5
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
7
6
|
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.',
|
|
8
7
|
denom_units: [{
|
|
@@ -33,8 +32,7 @@ const info = {
|
|
|
33
32
|
twitter: 'https://twitter.com/planqfoundation'
|
|
34
33
|
},
|
|
35
34
|
type_asset: 'sdk.coin'
|
|
36
|
-
},
|
|
37
|
-
{
|
|
35
|
+
}, {
|
|
38
36
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
39
37
|
denom_units: [{
|
|
40
38
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -73,49 +71,6 @@ const info = {
|
|
|
73
71
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
74
72
|
},
|
|
75
73
|
type_asset: 'sdk.coin'
|
|
76
|
-
}
|
|
77
|
-
{
|
|
78
|
-
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
79
|
-
denom_units: [{
|
|
80
|
-
denom: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
81
|
-
exponent: 0
|
|
82
|
-
}, {
|
|
83
|
-
denom: 'meme',
|
|
84
|
-
exponent: 6
|
|
85
|
-
}],
|
|
86
|
-
base: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
87
|
-
name: 'MEME',
|
|
88
|
-
display: 'meme',
|
|
89
|
-
symbol: 'MEME',
|
|
90
|
-
logo_URIs: {
|
|
91
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
92
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
93
|
-
},
|
|
94
|
-
type_asset: 'ics20',
|
|
95
|
-
traces: [{
|
|
96
|
-
type: 'ibc',
|
|
97
|
-
counterparty: {
|
|
98
|
-
chain_name: 'meme',
|
|
99
|
-
base_denom: 'umeme',
|
|
100
|
-
channel_id: 'channel-11'
|
|
101
|
-
},
|
|
102
|
-
chain: {
|
|
103
|
-
channel_id: 'channel-64',
|
|
104
|
-
path: 'transfer/channel-64/umeme'
|
|
105
|
-
}
|
|
106
|
-
}],
|
|
107
|
-
images: [{
|
|
108
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
109
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg',
|
|
110
|
-
image_sync: {
|
|
111
|
-
chain_name: 'meme',
|
|
112
|
-
base_denom: 'umeme'
|
|
113
|
-
},
|
|
114
|
-
theme: {
|
|
115
|
-
primary_color_hex: '#b7dcd8'
|
|
116
|
-
}
|
|
117
|
-
}]
|
|
118
|
-
}
|
|
119
|
-
]
|
|
74
|
+
}]
|
|
120
75
|
};
|
|
121
76
|
export default info;
|
|
@@ -532,6 +532,49 @@ const info = {
|
|
|
532
532
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
533
533
|
}]
|
|
534
534
|
},
|
|
535
|
+
{
|
|
536
|
+
description: 'Ondo Finance\'s US Dollar Yield',
|
|
537
|
+
denom_units: [{
|
|
538
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
539
|
+
exponent: 0,
|
|
540
|
+
aliases: ['ausdy']
|
|
541
|
+
}, {
|
|
542
|
+
denom: 'usdy',
|
|
543
|
+
exponent: 18
|
|
544
|
+
}],
|
|
545
|
+
type_asset: 'ics20',
|
|
546
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
547
|
+
name: 'USDY',
|
|
548
|
+
display: 'usdy',
|
|
549
|
+
symbol: 'USDY',
|
|
550
|
+
traces: [{
|
|
551
|
+
type: 'ibc',
|
|
552
|
+
counterparty: {
|
|
553
|
+
chain_name: 'noble',
|
|
554
|
+
base_denom: 'ausdy',
|
|
555
|
+
channel_id: 'channel-79'
|
|
556
|
+
},
|
|
557
|
+
chain: {
|
|
558
|
+
channel_id: 'channel-5',
|
|
559
|
+
path: 'transfer/channel-5/ausdy'
|
|
560
|
+
}
|
|
561
|
+
}],
|
|
562
|
+
logo_URIs: {
|
|
563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
565
|
+
},
|
|
566
|
+
images: [{
|
|
567
|
+
image_sync: {
|
|
568
|
+
chain_name: 'noble',
|
|
569
|
+
base_denom: 'ausdy'
|
|
570
|
+
},
|
|
571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
573
|
+
theme: {
|
|
574
|
+
primary_color_hex: '#142c5c'
|
|
575
|
+
}
|
|
576
|
+
}]
|
|
577
|
+
},
|
|
535
578
|
{
|
|
536
579
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
537
580
|
denom_units: [{
|
|
@@ -1707,6 +1750,98 @@ const info = {
|
|
|
1707
1750
|
}],
|
|
1708
1751
|
type_asset: 'sdk.coin'
|
|
1709
1752
|
},
|
|
1753
|
+
{
|
|
1754
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
1755
|
+
denom_units: [{
|
|
1756
|
+
denom: 'p:ausdy:31Mar2025',
|
|
1757
|
+
exponent: 0
|
|
1758
|
+
}, {
|
|
1759
|
+
denom: 'pUSDY31Mar2025',
|
|
1760
|
+
exponent: 18
|
|
1761
|
+
}],
|
|
1762
|
+
base: 'p:ausdy:31Mar2025',
|
|
1763
|
+
name: 'pUsdy (31Mar2025)',
|
|
1764
|
+
display: 'pUSDY31Mar2025',
|
|
1765
|
+
symbol: 'pUSDY-31Mar2025',
|
|
1766
|
+
logo_URIs: {
|
|
1767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1769
|
+
},
|
|
1770
|
+
images: [{
|
|
1771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1773
|
+
}],
|
|
1774
|
+
type_asset: 'sdk.coin'
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
1778
|
+
denom_units: [{
|
|
1779
|
+
denom: 'p:ausdy:30Jun2025',
|
|
1780
|
+
exponent: 0
|
|
1781
|
+
}, {
|
|
1782
|
+
denom: 'pUSDY30Jun2025',
|
|
1783
|
+
exponent: 18
|
|
1784
|
+
}],
|
|
1785
|
+
base: 'p:ausdy:30Jun2025',
|
|
1786
|
+
name: 'pUsdy (30Jun2025)',
|
|
1787
|
+
display: 'pUSDY30Jun2025',
|
|
1788
|
+
symbol: 'pUSDY-30Jun2025',
|
|
1789
|
+
logo_URIs: {
|
|
1790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1792
|
+
},
|
|
1793
|
+
images: [{
|
|
1794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1796
|
+
}],
|
|
1797
|
+
type_asset: 'sdk.coin'
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
1801
|
+
denom_units: [{
|
|
1802
|
+
denom: 'p:ausdy:30Sep2025',
|
|
1803
|
+
exponent: 0
|
|
1804
|
+
}, {
|
|
1805
|
+
denom: 'pUSDY30Sep2025',
|
|
1806
|
+
exponent: 18
|
|
1807
|
+
}],
|
|
1808
|
+
base: 'p:ausdy:30Sep2025',
|
|
1809
|
+
name: 'pUsdy (30Sep2025)',
|
|
1810
|
+
display: 'pUSDY30Sep2025',
|
|
1811
|
+
symbol: 'pUSDY-30Sep2025',
|
|
1812
|
+
logo_URIs: {
|
|
1813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1815
|
+
},
|
|
1816
|
+
images: [{
|
|
1817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1819
|
+
}],
|
|
1820
|
+
type_asset: 'sdk.coin'
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
1824
|
+
denom_units: [{
|
|
1825
|
+
denom: 'p:ausdy:31Dec2025',
|
|
1826
|
+
exponent: 0
|
|
1827
|
+
}, {
|
|
1828
|
+
denom: 'pUSDY31Dec2025',
|
|
1829
|
+
exponent: 18
|
|
1830
|
+
}],
|
|
1831
|
+
base: 'p:ausdy:31Dec2025',
|
|
1832
|
+
name: 'pUsdy (31Dec2025)',
|
|
1833
|
+
display: 'pUSDY31Dec2025',
|
|
1834
|
+
symbol: 'pUSDY-31Dec2025',
|
|
1835
|
+
logo_URIs: {
|
|
1836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1838
|
+
},
|
|
1839
|
+
images: [{
|
|
1840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1842
|
+
}],
|
|
1843
|
+
type_asset: 'sdk.coin'
|
|
1844
|
+
},
|
|
1710
1845
|
{
|
|
1711
1846
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1712
1847
|
denom_units: [{
|
|
@@ -2696,6 +2831,98 @@ const info = {
|
|
|
2696
2831
|
}],
|
|
2697
2832
|
type_asset: 'sdk.coin'
|
|
2698
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
2836
|
+
denom_units: [{
|
|
2837
|
+
denom: 'y:ausdy:31Mar2025',
|
|
2838
|
+
exponent: 0
|
|
2839
|
+
}, {
|
|
2840
|
+
denom: 'yUSDY31Mar2025',
|
|
2841
|
+
exponent: 18
|
|
2842
|
+
}],
|
|
2843
|
+
base: 'y:ausdy:31Mar2025',
|
|
2844
|
+
name: 'yUsdy (31Mar2025)',
|
|
2845
|
+
display: 'yUSDY31Mar2025',
|
|
2846
|
+
symbol: 'yUSDY-31Mar2025',
|
|
2847
|
+
logo_URIs: {
|
|
2848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2850
|
+
},
|
|
2851
|
+
images: [{
|
|
2852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2854
|
+
}],
|
|
2855
|
+
type_asset: 'sdk.coin'
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
2859
|
+
denom_units: [{
|
|
2860
|
+
denom: 'y:ausdy:30Jun2025',
|
|
2861
|
+
exponent: 0
|
|
2862
|
+
}, {
|
|
2863
|
+
denom: 'yUSDY30Jun2025',
|
|
2864
|
+
exponent: 18
|
|
2865
|
+
}],
|
|
2866
|
+
base: 'y:ausdy:30Jun2025',
|
|
2867
|
+
name: 'yUsdy (30Jun2025)',
|
|
2868
|
+
display: 'yUSDY30Jun2025',
|
|
2869
|
+
symbol: 'yUSDY-30Jun2025',
|
|
2870
|
+
logo_URIs: {
|
|
2871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2873
|
+
},
|
|
2874
|
+
images: [{
|
|
2875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2877
|
+
}],
|
|
2878
|
+
type_asset: 'sdk.coin'
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
2882
|
+
denom_units: [{
|
|
2883
|
+
denom: 'y:ausdy:30Sep2025',
|
|
2884
|
+
exponent: 0
|
|
2885
|
+
}, {
|
|
2886
|
+
denom: 'yUSDY30Sep2025',
|
|
2887
|
+
exponent: 18
|
|
2888
|
+
}],
|
|
2889
|
+
base: 'y:ausdy:30Sep2025',
|
|
2890
|
+
name: 'yUsdy (30Sep2025)',
|
|
2891
|
+
display: 'yUSDY30Sep2025',
|
|
2892
|
+
symbol: 'yUSDY-30Sep2025',
|
|
2893
|
+
logo_URIs: {
|
|
2894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2895
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2896
|
+
},
|
|
2897
|
+
images: [{
|
|
2898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2900
|
+
}],
|
|
2901
|
+
type_asset: 'sdk.coin'
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
2905
|
+
denom_units: [{
|
|
2906
|
+
denom: 'y:ausdy:31Dec2025',
|
|
2907
|
+
exponent: 0
|
|
2908
|
+
}, {
|
|
2909
|
+
denom: 'yUSDY31Dec2025',
|
|
2910
|
+
exponent: 18
|
|
2911
|
+
}],
|
|
2912
|
+
base: 'y:ausdy:31Dec2025',
|
|
2913
|
+
name: 'yUsdy (31Dec2025)',
|
|
2914
|
+
display: 'yUSDY31Dec2025',
|
|
2915
|
+
symbol: 'yUSDY-31Dec2025',
|
|
2916
|
+
logo_URIs: {
|
|
2917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2919
|
+
},
|
|
2920
|
+
images: [{
|
|
2921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2922
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2923
|
+
}],
|
|
2924
|
+
type_asset: 'sdk.coin'
|
|
2925
|
+
},
|
|
2699
2926
|
{
|
|
2700
2927
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2701
2928
|
denom_units: [{
|
|
@@ -3294,6 +3521,52 @@ const info = {
|
|
|
3294
3521
|
}],
|
|
3295
3522
|
type_asset: 'sdk.coin'
|
|
3296
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
3526
|
+
denom_units: [{
|
|
3527
|
+
denom: 'lp:31:ausdy',
|
|
3528
|
+
exponent: 0
|
|
3529
|
+
}, {
|
|
3530
|
+
denom: 'lp:31:usdy',
|
|
3531
|
+
exponent: 18
|
|
3532
|
+
}],
|
|
3533
|
+
base: 'lp:31:ausdy',
|
|
3534
|
+
name: 'USDY Yield LP',
|
|
3535
|
+
display: 'lp:31:usdy',
|
|
3536
|
+
symbol: 'USDY-YIELD-LP',
|
|
3537
|
+
logo_URIs: {
|
|
3538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3540
|
+
},
|
|
3541
|
+
images: [{
|
|
3542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3544
|
+
}],
|
|
3545
|
+
type_asset: 'sdk.coin'
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
3549
|
+
denom_units: [{
|
|
3550
|
+
denom: 'lp:32:ausdyypt-uusdc',
|
|
3551
|
+
exponent: 0
|
|
3552
|
+
}, {
|
|
3553
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
3554
|
+
exponent: 18
|
|
3555
|
+
}],
|
|
3556
|
+
base: 'lp:32:ausdyypt-uusdc',
|
|
3557
|
+
name: 'USDY Boost LP',
|
|
3558
|
+
display: 'lp:32:usdyypt-usdc',
|
|
3559
|
+
symbol: 'USDY-BOOST-LP',
|
|
3560
|
+
logo_URIs: {
|
|
3561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3563
|
+
},
|
|
3564
|
+
images: [{
|
|
3565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3567
|
+
}],
|
|
3568
|
+
type_asset: 'sdk.coin'
|
|
3569
|
+
},
|
|
3297
3570
|
{
|
|
3298
3571
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3299
3572
|
denom_units: [{
|
|
@@ -104,13 +104,13 @@ const info = {
|
|
|
104
104
|
},
|
|
105
105
|
codebase: {
|
|
106
106
|
git_repo: 'https://github.com/pryzm-finance/pryzm-core',
|
|
107
|
-
recommended_version: 'v0.
|
|
108
|
-
compatible_versions: ['v0.
|
|
107
|
+
recommended_version: 'v0.24.0',
|
|
108
|
+
compatible_versions: ['v0.24.0'],
|
|
109
109
|
binaries: {
|
|
110
|
-
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
111
|
-
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
112
|
-
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
113
|
-
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
110
|
+
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-amd64',
|
|
111
|
+
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-arm64',
|
|
112
|
+
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-amd64',
|
|
113
|
+
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-arm64'
|
|
114
114
|
},
|
|
115
115
|
consensus: {
|
|
116
116
|
type: 'cometbft',
|
|
@@ -53,7 +53,7 @@ const info = {
|
|
|
53
53
|
counterparty: {
|
|
54
54
|
chain_name: 'osmosis',
|
|
55
55
|
base_denom: 'uosmo',
|
|
56
|
-
channel_id: 'channel-
|
|
56
|
+
channel_id: 'channel-688'
|
|
57
57
|
},
|
|
58
58
|
chain: {
|
|
59
59
|
channel_id: 'channel-1',
|
|
@@ -97,7 +97,7 @@ const info = {
|
|
|
97
97
|
counterparty: {
|
|
98
98
|
chain_name: 'osmosis',
|
|
99
99
|
base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
100
|
-
channel_id: 'channel-
|
|
100
|
+
channel_id: 'channel-688'
|
|
101
101
|
},
|
|
102
102
|
chain: {
|
|
103
103
|
channel_id: 'channel-1',
|
|
@@ -141,7 +141,7 @@ const info = {
|
|
|
141
141
|
counterparty: {
|
|
142
142
|
chain_name: 'osmosis',
|
|
143
143
|
base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
|
|
144
|
-
channel_id: 'channel-
|
|
144
|
+
channel_id: 'channel-688'
|
|
145
145
|
},
|
|
146
146
|
chain: {
|
|
147
147
|
channel_id: 'channel-1',
|