@chain-registry/assets 1.64.74 → 1.64.76
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/esm/mainnet/axelar.js +626 -0
- package/esm/mainnet/celestia.js +544 -0
- package/esm/mainnet/cosmoshub.js +544 -0
- package/esm/mainnet/dydx.js +544 -0
- package/esm/mainnet/injective.js +544 -0
- package/esm/mainnet/neutron.js +544 -0
- package/esm/mainnet/noble.js +626 -0
- package/esm/mainnet/osmosis.js +634 -0
- package/esm/mainnet/stride.js +544 -0
- package/esm/mainnet/terra2.js +544 -0
- package/mainnet/axelar.js +626 -0
- package/mainnet/celestia.js +544 -0
- package/mainnet/cosmoshub.js +544 -0
- package/mainnet/dydx.js +544 -0
- package/mainnet/injective.js +544 -0
- package/mainnet/neutron.js +544 -0
- package/mainnet/noble.js +626 -0
- package/mainnet/osmosis.js +634 -0
- package/mainnet/stride.js +544 -0
- package/mainnet/terra2.js +544 -0
- package/package.json +5 -5
package/esm/mainnet/stride.js
CHANGED
|
@@ -2393,6 +2393,108 @@ const assets = {
|
|
|
2393
2393
|
}
|
|
2394
2394
|
}]
|
|
2395
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
2398
|
+
denom_units: [{
|
|
2399
|
+
denom: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1',
|
|
2400
|
+
exponent: 0,
|
|
2401
|
+
aliases: ['p:udatom:31Dec2024']
|
|
2402
|
+
}, {
|
|
2403
|
+
denom: 'pdATOM31Dec2024',
|
|
2404
|
+
exponent: 6
|
|
2405
|
+
}],
|
|
2406
|
+
base: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1',
|
|
2407
|
+
name: 'pdAtom (31Dec2024)',
|
|
2408
|
+
display: 'pdATOM31Dec2024',
|
|
2409
|
+
symbol: 'pdATOM-31Dec2024',
|
|
2410
|
+
logo_URIs: {
|
|
2411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2412
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2413
|
+
},
|
|
2414
|
+
images: [{
|
|
2415
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2416
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2417
|
+
}],
|
|
2418
|
+
traces: [{
|
|
2419
|
+
type: 'ibc',
|
|
2420
|
+
counterparty: {
|
|
2421
|
+
channel_id: 'channel-23',
|
|
2422
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
2423
|
+
chain_name: 'pryzm'
|
|
2424
|
+
},
|
|
2425
|
+
chain: {
|
|
2426
|
+
channel_id: 'channel-257'
|
|
2427
|
+
}
|
|
2428
|
+
}]
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
2432
|
+
denom_units: [{
|
|
2433
|
+
denom: 'ibc/D2AD5F7D1E91A8B1FABD1F0F247EB76D8AD7FB43B208ED94D24C024175E88B18',
|
|
2434
|
+
exponent: 0,
|
|
2435
|
+
aliases: ['p:udatom:30Jun2025']
|
|
2436
|
+
}, {
|
|
2437
|
+
denom: 'pdATOM30Jun2025',
|
|
2438
|
+
exponent: 6
|
|
2439
|
+
}],
|
|
2440
|
+
base: 'ibc/D2AD5F7D1E91A8B1FABD1F0F247EB76D8AD7FB43B208ED94D24C024175E88B18',
|
|
2441
|
+
name: 'pdAtom (30Jun2025)',
|
|
2442
|
+
display: 'pdATOM30Jun2025',
|
|
2443
|
+
symbol: 'pdATOM-30Jun2025',
|
|
2444
|
+
logo_URIs: {
|
|
2445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2447
|
+
},
|
|
2448
|
+
images: [{
|
|
2449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2451
|
+
}],
|
|
2452
|
+
traces: [{
|
|
2453
|
+
type: 'ibc',
|
|
2454
|
+
counterparty: {
|
|
2455
|
+
channel_id: 'channel-23',
|
|
2456
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
2457
|
+
chain_name: 'pryzm'
|
|
2458
|
+
},
|
|
2459
|
+
chain: {
|
|
2460
|
+
channel_id: 'channel-257'
|
|
2461
|
+
}
|
|
2462
|
+
}]
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
2466
|
+
denom_units: [{
|
|
2467
|
+
denom: 'ibc/118EBB600B3034B5E20F377A789154955ED52AB8274F59C8D392744F16E763AF',
|
|
2468
|
+
exponent: 0,
|
|
2469
|
+
aliases: ['p:udatom:31Dec2025']
|
|
2470
|
+
}, {
|
|
2471
|
+
denom: 'pdATOM31Dec2025',
|
|
2472
|
+
exponent: 6
|
|
2473
|
+
}],
|
|
2474
|
+
base: 'ibc/118EBB600B3034B5E20F377A789154955ED52AB8274F59C8D392744F16E763AF',
|
|
2475
|
+
name: 'pdAtom (31Dec2025)',
|
|
2476
|
+
display: 'pdATOM31Dec2025',
|
|
2477
|
+
symbol: 'pdATOM-31Dec2025',
|
|
2478
|
+
logo_URIs: {
|
|
2479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2481
|
+
},
|
|
2482
|
+
images: [{
|
|
2483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2485
|
+
}],
|
|
2486
|
+
traces: [{
|
|
2487
|
+
type: 'ibc',
|
|
2488
|
+
counterparty: {
|
|
2489
|
+
channel_id: 'channel-23',
|
|
2490
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
2491
|
+
chain_name: 'pryzm'
|
|
2492
|
+
},
|
|
2493
|
+
chain: {
|
|
2494
|
+
channel_id: 'channel-257'
|
|
2495
|
+
}
|
|
2496
|
+
}]
|
|
2497
|
+
},
|
|
2396
2498
|
{
|
|
2397
2499
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2398
2500
|
denom_units: [{
|
|
@@ -3107,6 +3209,108 @@ const assets = {
|
|
|
3107
3209
|
}
|
|
3108
3210
|
}]
|
|
3109
3211
|
},
|
|
3212
|
+
{
|
|
3213
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
3214
|
+
denom_units: [{
|
|
3215
|
+
denom: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3',
|
|
3216
|
+
exponent: 0,
|
|
3217
|
+
aliases: ['y:udatom:31Dec2024']
|
|
3218
|
+
}, {
|
|
3219
|
+
denom: 'ydATOM31Dec2024',
|
|
3220
|
+
exponent: 6
|
|
3221
|
+
}],
|
|
3222
|
+
base: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3',
|
|
3223
|
+
name: 'ydAtom (31Dec2024)',
|
|
3224
|
+
display: 'ydATOM31Dec2024',
|
|
3225
|
+
symbol: 'ydATOM-31Dec2024',
|
|
3226
|
+
logo_URIs: {
|
|
3227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3229
|
+
},
|
|
3230
|
+
images: [{
|
|
3231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3233
|
+
}],
|
|
3234
|
+
traces: [{
|
|
3235
|
+
type: 'ibc',
|
|
3236
|
+
counterparty: {
|
|
3237
|
+
channel_id: 'channel-23',
|
|
3238
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
3239
|
+
chain_name: 'pryzm'
|
|
3240
|
+
},
|
|
3241
|
+
chain: {
|
|
3242
|
+
channel_id: 'channel-257'
|
|
3243
|
+
}
|
|
3244
|
+
}]
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
3248
|
+
denom_units: [{
|
|
3249
|
+
denom: 'ibc/E9D0FE1D218956A59ED837F00BE917E3133FA8239B34B6D07643FBF6A8D0A5E3',
|
|
3250
|
+
exponent: 0,
|
|
3251
|
+
aliases: ['y:udatom:30Jun2025']
|
|
3252
|
+
}, {
|
|
3253
|
+
denom: 'ydATOM30Jun2025',
|
|
3254
|
+
exponent: 6
|
|
3255
|
+
}],
|
|
3256
|
+
base: 'ibc/E9D0FE1D218956A59ED837F00BE917E3133FA8239B34B6D07643FBF6A8D0A5E3',
|
|
3257
|
+
name: 'ydAtom (30Jun2025)',
|
|
3258
|
+
display: 'ydATOM30Jun2025',
|
|
3259
|
+
symbol: 'ydATOM-30Jun2025',
|
|
3260
|
+
logo_URIs: {
|
|
3261
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3262
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3263
|
+
},
|
|
3264
|
+
images: [{
|
|
3265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3267
|
+
}],
|
|
3268
|
+
traces: [{
|
|
3269
|
+
type: 'ibc',
|
|
3270
|
+
counterparty: {
|
|
3271
|
+
channel_id: 'channel-23',
|
|
3272
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
3273
|
+
chain_name: 'pryzm'
|
|
3274
|
+
},
|
|
3275
|
+
chain: {
|
|
3276
|
+
channel_id: 'channel-257'
|
|
3277
|
+
}
|
|
3278
|
+
}]
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
3282
|
+
denom_units: [{
|
|
3283
|
+
denom: 'ibc/D754B59C6D0131F4D4DFD2B7E603815C109E78D994D46841BC18E6BCDBFAA141',
|
|
3284
|
+
exponent: 0,
|
|
3285
|
+
aliases: ['y:udatom:31Dec2025']
|
|
3286
|
+
}, {
|
|
3287
|
+
denom: 'ydATOM31Dec2025',
|
|
3288
|
+
exponent: 6
|
|
3289
|
+
}],
|
|
3290
|
+
base: 'ibc/D754B59C6D0131F4D4DFD2B7E603815C109E78D994D46841BC18E6BCDBFAA141',
|
|
3291
|
+
name: 'ydAtom (31Dec2025)',
|
|
3292
|
+
display: 'ydATOM31Dec2025',
|
|
3293
|
+
symbol: 'ydATOM-31Dec2025',
|
|
3294
|
+
logo_URIs: {
|
|
3295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3297
|
+
},
|
|
3298
|
+
images: [{
|
|
3299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3300
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3301
|
+
}],
|
|
3302
|
+
traces: [{
|
|
3303
|
+
type: 'ibc',
|
|
3304
|
+
counterparty: {
|
|
3305
|
+
channel_id: 'channel-23',
|
|
3306
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
3307
|
+
chain_name: 'pryzm'
|
|
3308
|
+
},
|
|
3309
|
+
chain: {
|
|
3310
|
+
channel_id: 'channel-257'
|
|
3311
|
+
}
|
|
3312
|
+
}]
|
|
3313
|
+
},
|
|
3110
3314
|
{
|
|
3111
3315
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3112
3316
|
denom_units: [{
|
|
@@ -3855,6 +4059,74 @@ const assets = {
|
|
|
3855
4059
|
}
|
|
3856
4060
|
}]
|
|
3857
4061
|
},
|
|
4062
|
+
{
|
|
4063
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
4064
|
+
denom_units: [{
|
|
4065
|
+
denom: 'ibc/C19D7F43EA7FCB972582FE20D42C7EDD0D8444A23E4C6567FD9C01E00855A794',
|
|
4066
|
+
exponent: 0,
|
|
4067
|
+
aliases: ['lp:22:udatom']
|
|
4068
|
+
}, {
|
|
4069
|
+
denom: 'lp:22:datom',
|
|
4070
|
+
exponent: 6
|
|
4071
|
+
}],
|
|
4072
|
+
base: 'ibc/C19D7F43EA7FCB972582FE20D42C7EDD0D8444A23E4C6567FD9C01E00855A794',
|
|
4073
|
+
name: 'dATOM Yield LP',
|
|
4074
|
+
display: 'lp:22:datom',
|
|
4075
|
+
symbol: 'dATOM-YIELD-LP',
|
|
4076
|
+
logo_URIs: {
|
|
4077
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4078
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4079
|
+
},
|
|
4080
|
+
images: [{
|
|
4081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4083
|
+
}],
|
|
4084
|
+
traces: [{
|
|
4085
|
+
type: 'ibc',
|
|
4086
|
+
counterparty: {
|
|
4087
|
+
channel_id: 'channel-23',
|
|
4088
|
+
base_denom: 'lp:22:udatom',
|
|
4089
|
+
chain_name: 'pryzm'
|
|
4090
|
+
},
|
|
4091
|
+
chain: {
|
|
4092
|
+
channel_id: 'channel-257'
|
|
4093
|
+
}
|
|
4094
|
+
}]
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
4098
|
+
denom_units: [{
|
|
4099
|
+
denom: 'ibc/C1A755D3E5C127D4AC9E9DE7A659F85906331B71C14F3BC21091400E63AFF211',
|
|
4100
|
+
exponent: 0,
|
|
4101
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
4102
|
+
}, {
|
|
4103
|
+
denom: 'lp:23:datomypt-atom',
|
|
4104
|
+
exponent: 6
|
|
4105
|
+
}],
|
|
4106
|
+
base: 'ibc/C1A755D3E5C127D4AC9E9DE7A659F85906331B71C14F3BC21091400E63AFF211',
|
|
4107
|
+
name: 'dATOM Boost LP',
|
|
4108
|
+
display: 'lp:23:datomypt-atom',
|
|
4109
|
+
symbol: 'dATOM-BOOST-LP',
|
|
4110
|
+
logo_URIs: {
|
|
4111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4113
|
+
},
|
|
4114
|
+
images: [{
|
|
4115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4117
|
+
}],
|
|
4118
|
+
traces: [{
|
|
4119
|
+
type: 'ibc',
|
|
4120
|
+
counterparty: {
|
|
4121
|
+
channel_id: 'channel-23',
|
|
4122
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
4123
|
+
chain_name: 'pryzm'
|
|
4124
|
+
},
|
|
4125
|
+
chain: {
|
|
4126
|
+
channel_id: 'channel-257'
|
|
4127
|
+
}
|
|
4128
|
+
}]
|
|
4129
|
+
},
|
|
3858
4130
|
{
|
|
3859
4131
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
3860
4132
|
denom_units: [{
|
|
@@ -6508,6 +6780,108 @@ const assets = {
|
|
|
6508
6780
|
}
|
|
6509
6781
|
}]
|
|
6510
6782
|
},
|
|
6783
|
+
{
|
|
6784
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
6785
|
+
denom_units: [{
|
|
6786
|
+
denom: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1',
|
|
6787
|
+
exponent: 0,
|
|
6788
|
+
aliases: ['p:udatom:31Dec2024']
|
|
6789
|
+
}, {
|
|
6790
|
+
denom: 'pdATOM31Dec2024',
|
|
6791
|
+
exponent: 6
|
|
6792
|
+
}],
|
|
6793
|
+
base: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1',
|
|
6794
|
+
name: 'pdAtom (31Dec2024)',
|
|
6795
|
+
display: 'pdATOM31Dec2024',
|
|
6796
|
+
symbol: 'pdATOM-31Dec2024',
|
|
6797
|
+
logo_URIs: {
|
|
6798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6800
|
+
},
|
|
6801
|
+
images: [{
|
|
6802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6804
|
+
}],
|
|
6805
|
+
traces: [{
|
|
6806
|
+
type: 'ibc',
|
|
6807
|
+
counterparty: {
|
|
6808
|
+
channel_id: 'channel-23',
|
|
6809
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
6810
|
+
chain_name: 'pryzm'
|
|
6811
|
+
},
|
|
6812
|
+
chain: {
|
|
6813
|
+
channel_id: 'channel-257'
|
|
6814
|
+
}
|
|
6815
|
+
}]
|
|
6816
|
+
},
|
|
6817
|
+
{
|
|
6818
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
6819
|
+
denom_units: [{
|
|
6820
|
+
denom: 'ibc/D2AD5F7D1E91A8B1FABD1F0F247EB76D8AD7FB43B208ED94D24C024175E88B18',
|
|
6821
|
+
exponent: 0,
|
|
6822
|
+
aliases: ['p:udatom:30Jun2025']
|
|
6823
|
+
}, {
|
|
6824
|
+
denom: 'pdATOM30Jun2025',
|
|
6825
|
+
exponent: 6
|
|
6826
|
+
}],
|
|
6827
|
+
base: 'ibc/D2AD5F7D1E91A8B1FABD1F0F247EB76D8AD7FB43B208ED94D24C024175E88B18',
|
|
6828
|
+
name: 'pdAtom (30Jun2025)',
|
|
6829
|
+
display: 'pdATOM30Jun2025',
|
|
6830
|
+
symbol: 'pdATOM-30Jun2025',
|
|
6831
|
+
logo_URIs: {
|
|
6832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6834
|
+
},
|
|
6835
|
+
images: [{
|
|
6836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6838
|
+
}],
|
|
6839
|
+
traces: [{
|
|
6840
|
+
type: 'ibc',
|
|
6841
|
+
counterparty: {
|
|
6842
|
+
channel_id: 'channel-23',
|
|
6843
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
6844
|
+
chain_name: 'pryzm'
|
|
6845
|
+
},
|
|
6846
|
+
chain: {
|
|
6847
|
+
channel_id: 'channel-257'
|
|
6848
|
+
}
|
|
6849
|
+
}]
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
6853
|
+
denom_units: [{
|
|
6854
|
+
denom: 'ibc/118EBB600B3034B5E20F377A789154955ED52AB8274F59C8D392744F16E763AF',
|
|
6855
|
+
exponent: 0,
|
|
6856
|
+
aliases: ['p:udatom:31Dec2025']
|
|
6857
|
+
}, {
|
|
6858
|
+
denom: 'pdATOM31Dec2025',
|
|
6859
|
+
exponent: 6
|
|
6860
|
+
}],
|
|
6861
|
+
base: 'ibc/118EBB600B3034B5E20F377A789154955ED52AB8274F59C8D392744F16E763AF',
|
|
6862
|
+
name: 'pdAtom (31Dec2025)',
|
|
6863
|
+
display: 'pdATOM31Dec2025',
|
|
6864
|
+
symbol: 'pdATOM-31Dec2025',
|
|
6865
|
+
logo_URIs: {
|
|
6866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6868
|
+
},
|
|
6869
|
+
images: [{
|
|
6870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6872
|
+
}],
|
|
6873
|
+
traces: [{
|
|
6874
|
+
type: 'ibc',
|
|
6875
|
+
counterparty: {
|
|
6876
|
+
channel_id: 'channel-23',
|
|
6877
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
6878
|
+
chain_name: 'pryzm'
|
|
6879
|
+
},
|
|
6880
|
+
chain: {
|
|
6881
|
+
channel_id: 'channel-257'
|
|
6882
|
+
}
|
|
6883
|
+
}]
|
|
6884
|
+
},
|
|
6511
6885
|
{
|
|
6512
6886
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
6513
6887
|
denom_units: [{
|
|
@@ -7222,6 +7596,108 @@ const assets = {
|
|
|
7222
7596
|
}
|
|
7223
7597
|
}]
|
|
7224
7598
|
},
|
|
7599
|
+
{
|
|
7600
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
7601
|
+
denom_units: [{
|
|
7602
|
+
denom: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3',
|
|
7603
|
+
exponent: 0,
|
|
7604
|
+
aliases: ['y:udatom:31Dec2024']
|
|
7605
|
+
}, {
|
|
7606
|
+
denom: 'ydATOM31Dec2024',
|
|
7607
|
+
exponent: 6
|
|
7608
|
+
}],
|
|
7609
|
+
base: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3',
|
|
7610
|
+
name: 'ydAtom (31Dec2024)',
|
|
7611
|
+
display: 'ydATOM31Dec2024',
|
|
7612
|
+
symbol: 'ydATOM-31Dec2024',
|
|
7613
|
+
logo_URIs: {
|
|
7614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7616
|
+
},
|
|
7617
|
+
images: [{
|
|
7618
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7619
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7620
|
+
}],
|
|
7621
|
+
traces: [{
|
|
7622
|
+
type: 'ibc',
|
|
7623
|
+
counterparty: {
|
|
7624
|
+
channel_id: 'channel-23',
|
|
7625
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
7626
|
+
chain_name: 'pryzm'
|
|
7627
|
+
},
|
|
7628
|
+
chain: {
|
|
7629
|
+
channel_id: 'channel-257'
|
|
7630
|
+
}
|
|
7631
|
+
}]
|
|
7632
|
+
},
|
|
7633
|
+
{
|
|
7634
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
7635
|
+
denom_units: [{
|
|
7636
|
+
denom: 'ibc/E9D0FE1D218956A59ED837F00BE917E3133FA8239B34B6D07643FBF6A8D0A5E3',
|
|
7637
|
+
exponent: 0,
|
|
7638
|
+
aliases: ['y:udatom:30Jun2025']
|
|
7639
|
+
}, {
|
|
7640
|
+
denom: 'ydATOM30Jun2025',
|
|
7641
|
+
exponent: 6
|
|
7642
|
+
}],
|
|
7643
|
+
base: 'ibc/E9D0FE1D218956A59ED837F00BE917E3133FA8239B34B6D07643FBF6A8D0A5E3',
|
|
7644
|
+
name: 'ydAtom (30Jun2025)',
|
|
7645
|
+
display: 'ydATOM30Jun2025',
|
|
7646
|
+
symbol: 'ydATOM-30Jun2025',
|
|
7647
|
+
logo_URIs: {
|
|
7648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7650
|
+
},
|
|
7651
|
+
images: [{
|
|
7652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7654
|
+
}],
|
|
7655
|
+
traces: [{
|
|
7656
|
+
type: 'ibc',
|
|
7657
|
+
counterparty: {
|
|
7658
|
+
channel_id: 'channel-23',
|
|
7659
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
7660
|
+
chain_name: 'pryzm'
|
|
7661
|
+
},
|
|
7662
|
+
chain: {
|
|
7663
|
+
channel_id: 'channel-257'
|
|
7664
|
+
}
|
|
7665
|
+
}]
|
|
7666
|
+
},
|
|
7667
|
+
{
|
|
7668
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
7669
|
+
denom_units: [{
|
|
7670
|
+
denom: 'ibc/D754B59C6D0131F4D4DFD2B7E603815C109E78D994D46841BC18E6BCDBFAA141',
|
|
7671
|
+
exponent: 0,
|
|
7672
|
+
aliases: ['y:udatom:31Dec2025']
|
|
7673
|
+
}, {
|
|
7674
|
+
denom: 'ydATOM31Dec2025',
|
|
7675
|
+
exponent: 6
|
|
7676
|
+
}],
|
|
7677
|
+
base: 'ibc/D754B59C6D0131F4D4DFD2B7E603815C109E78D994D46841BC18E6BCDBFAA141',
|
|
7678
|
+
name: 'ydAtom (31Dec2025)',
|
|
7679
|
+
display: 'ydATOM31Dec2025',
|
|
7680
|
+
symbol: 'ydATOM-31Dec2025',
|
|
7681
|
+
logo_URIs: {
|
|
7682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7684
|
+
},
|
|
7685
|
+
images: [{
|
|
7686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7688
|
+
}],
|
|
7689
|
+
traces: [{
|
|
7690
|
+
type: 'ibc',
|
|
7691
|
+
counterparty: {
|
|
7692
|
+
channel_id: 'channel-23',
|
|
7693
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
7694
|
+
chain_name: 'pryzm'
|
|
7695
|
+
},
|
|
7696
|
+
chain: {
|
|
7697
|
+
channel_id: 'channel-257'
|
|
7698
|
+
}
|
|
7699
|
+
}]
|
|
7700
|
+
},
|
|
7225
7701
|
{
|
|
7226
7702
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
7227
7703
|
denom_units: [{
|
|
@@ -7970,6 +8446,74 @@ const assets = {
|
|
|
7970
8446
|
}
|
|
7971
8447
|
}]
|
|
7972
8448
|
},
|
|
8449
|
+
{
|
|
8450
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
8451
|
+
denom_units: [{
|
|
8452
|
+
denom: 'ibc/C19D7F43EA7FCB972582FE20D42C7EDD0D8444A23E4C6567FD9C01E00855A794',
|
|
8453
|
+
exponent: 0,
|
|
8454
|
+
aliases: ['lp:22:udatom']
|
|
8455
|
+
}, {
|
|
8456
|
+
denom: 'lp:22:datom',
|
|
8457
|
+
exponent: 6
|
|
8458
|
+
}],
|
|
8459
|
+
base: 'ibc/C19D7F43EA7FCB972582FE20D42C7EDD0D8444A23E4C6567FD9C01E00855A794',
|
|
8460
|
+
name: 'dATOM Yield LP',
|
|
8461
|
+
display: 'lp:22:datom',
|
|
8462
|
+
symbol: 'dATOM-YIELD-LP',
|
|
8463
|
+
logo_URIs: {
|
|
8464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8466
|
+
},
|
|
8467
|
+
images: [{
|
|
8468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8470
|
+
}],
|
|
8471
|
+
traces: [{
|
|
8472
|
+
type: 'ibc',
|
|
8473
|
+
counterparty: {
|
|
8474
|
+
channel_id: 'channel-23',
|
|
8475
|
+
base_denom: 'lp:22:udatom',
|
|
8476
|
+
chain_name: 'pryzm'
|
|
8477
|
+
},
|
|
8478
|
+
chain: {
|
|
8479
|
+
channel_id: 'channel-257'
|
|
8480
|
+
}
|
|
8481
|
+
}]
|
|
8482
|
+
},
|
|
8483
|
+
{
|
|
8484
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
8485
|
+
denom_units: [{
|
|
8486
|
+
denom: 'ibc/C1A755D3E5C127D4AC9E9DE7A659F85906331B71C14F3BC21091400E63AFF211',
|
|
8487
|
+
exponent: 0,
|
|
8488
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
8489
|
+
}, {
|
|
8490
|
+
denom: 'lp:23:datomypt-atom',
|
|
8491
|
+
exponent: 6
|
|
8492
|
+
}],
|
|
8493
|
+
base: 'ibc/C1A755D3E5C127D4AC9E9DE7A659F85906331B71C14F3BC21091400E63AFF211',
|
|
8494
|
+
name: 'dATOM Boost LP',
|
|
8495
|
+
display: 'lp:23:datomypt-atom',
|
|
8496
|
+
symbol: 'dATOM-BOOST-LP',
|
|
8497
|
+
logo_URIs: {
|
|
8498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8499
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8500
|
+
},
|
|
8501
|
+
images: [{
|
|
8502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8504
|
+
}],
|
|
8505
|
+
traces: [{
|
|
8506
|
+
type: 'ibc',
|
|
8507
|
+
counterparty: {
|
|
8508
|
+
channel_id: 'channel-23',
|
|
8509
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
8510
|
+
chain_name: 'pryzm'
|
|
8511
|
+
},
|
|
8512
|
+
chain: {
|
|
8513
|
+
channel_id: 'channel-257'
|
|
8514
|
+
}
|
|
8515
|
+
}]
|
|
8516
|
+
},
|
|
7973
8517
|
{
|
|
7974
8518
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
7975
8519
|
denom_units: [{
|