@chain-registry/assets 1.70.66 → 1.70.68
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/akash.js +170 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1328 -38
- package/esm/mainnet/celestia.js +1334 -44
- package/esm/mainnet/cosmoshub.js +1328 -38
- package/esm/mainnet/dydx.js +1166 -46
- package/esm/mainnet/elys.js +764 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1166 -46
- package/esm/mainnet/neutron.js +1166 -46
- package/esm/mainnet/noble.js +1326 -36
- package/esm/mainnet/osmosis.js +1366 -64
- package/esm/mainnet/stride.js +1166 -46
- package/esm/mainnet/terra2.js +1166 -46
- package/esm/testnet/cosmoshubtestnet.js +50 -322
- package/esm/testnet/symphonytestnet.js +4 -74
- package/mainnet/akash.js +170 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1328 -38
- package/mainnet/celestia.js +1334 -44
- package/mainnet/cosmoshub.js +1328 -38
- package/mainnet/dydx.js +1166 -46
- package/mainnet/elys.d.ts +3 -0
- package/mainnet/elys.js +766 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/injective.js +1166 -46
- package/mainnet/neutron.js +1166 -46
- package/mainnet/noble.js +1326 -36
- package/mainnet/osmosis.js +1366 -64
- package/mainnet/stride.js +1166 -46
- package/mainnet/terra2.js +1166 -46
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +50 -322
- package/testnet/symphonytestnet.js +4 -74
package/mainnet/axelar.js
CHANGED
|
@@ -1000,6 +1000,91 @@ const assets = {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
}]
|
|
1002
1002
|
},
|
|
1003
|
+
{
|
|
1004
|
+
description: 'The native token of Elys Network',
|
|
1005
|
+
denom_units: [
|
|
1006
|
+
{
|
|
1007
|
+
denom: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6',
|
|
1008
|
+
exponent: 0,
|
|
1009
|
+
aliases: ['uelys']
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
denom: 'melys',
|
|
1013
|
+
exponent: 3,
|
|
1014
|
+
aliases: ['millielys']
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
denom: 'elys',
|
|
1018
|
+
exponent: 6,
|
|
1019
|
+
aliases: []
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
base: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6',
|
|
1023
|
+
name: 'Elys Network',
|
|
1024
|
+
display: 'elys',
|
|
1025
|
+
symbol: 'ELYS',
|
|
1026
|
+
logo_URIs: {
|
|
1027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1028
|
+
},
|
|
1029
|
+
coingecko_id: 'elys',
|
|
1030
|
+
images: [{
|
|
1031
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1032
|
+
}],
|
|
1033
|
+
type_asset: 'sdk.coin',
|
|
1034
|
+
traces: [{
|
|
1035
|
+
type: 'ibc',
|
|
1036
|
+
counterparty: {
|
|
1037
|
+
channel_id: 'channel-3',
|
|
1038
|
+
base_denom: 'uelys',
|
|
1039
|
+
chain_name: 'elys'
|
|
1040
|
+
},
|
|
1041
|
+
chain: {
|
|
1042
|
+
channel_id: 'channel-163'
|
|
1043
|
+
}
|
|
1044
|
+
}]
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
description: 'Eden token definition',
|
|
1048
|
+
denom_units: [
|
|
1049
|
+
{
|
|
1050
|
+
denom: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C',
|
|
1051
|
+
exponent: 0,
|
|
1052
|
+
aliases: ['ueden']
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
denom: 'meden',
|
|
1056
|
+
exponent: 3,
|
|
1057
|
+
aliases: ['millieden']
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
denom: 'eden',
|
|
1061
|
+
exponent: 6,
|
|
1062
|
+
aliases: []
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
base: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C',
|
|
1066
|
+
name: 'Eden',
|
|
1067
|
+
display: 'eden',
|
|
1068
|
+
symbol: 'EDEN',
|
|
1069
|
+
logo_URIs: {
|
|
1070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1071
|
+
},
|
|
1072
|
+
images: [{
|
|
1073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1074
|
+
}],
|
|
1075
|
+
type_asset: 'sdk.coin',
|
|
1076
|
+
traces: [{
|
|
1077
|
+
type: 'ibc',
|
|
1078
|
+
counterparty: {
|
|
1079
|
+
channel_id: 'channel-3',
|
|
1080
|
+
base_denom: 'ueden',
|
|
1081
|
+
chain_name: 'elys'
|
|
1082
|
+
},
|
|
1083
|
+
chain: {
|
|
1084
|
+
channel_id: 'channel-163'
|
|
1085
|
+
}
|
|
1086
|
+
}]
|
|
1087
|
+
},
|
|
1003
1088
|
{
|
|
1004
1089
|
description: 'The native staking and governance token of Empower.',
|
|
1005
1090
|
denom_units: [{
|
|
@@ -2754,6 +2839,41 @@ const assets = {
|
|
|
2754
2839
|
}
|
|
2755
2840
|
}]
|
|
2756
2841
|
},
|
|
2842
|
+
{
|
|
2843
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
2844
|
+
denom_units: [{
|
|
2845
|
+
denom: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E',
|
|
2846
|
+
exponent: 0,
|
|
2847
|
+
aliases: ['p:uatom:31Mar2025']
|
|
2848
|
+
}, {
|
|
2849
|
+
denom: 'pATOM31Mar2025',
|
|
2850
|
+
exponent: 6
|
|
2851
|
+
}],
|
|
2852
|
+
base: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E',
|
|
2853
|
+
name: 'pAtom (31Mar2025)',
|
|
2854
|
+
display: 'pATOM31Mar2025',
|
|
2855
|
+
symbol: 'pATOM-31Mar2025',
|
|
2856
|
+
logo_URIs: {
|
|
2857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2859
|
+
},
|
|
2860
|
+
images: [{
|
|
2861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2863
|
+
}],
|
|
2864
|
+
type_asset: 'sdk.coin',
|
|
2865
|
+
traces: [{
|
|
2866
|
+
type: 'ibc',
|
|
2867
|
+
counterparty: {
|
|
2868
|
+
channel_id: 'channel-13',
|
|
2869
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
2870
|
+
chain_name: 'pryzm'
|
|
2871
|
+
},
|
|
2872
|
+
chain: {
|
|
2873
|
+
channel_id: 'channel-155'
|
|
2874
|
+
}
|
|
2875
|
+
}]
|
|
2876
|
+
},
|
|
2757
2877
|
{
|
|
2758
2878
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
2759
2879
|
denom_units: [{
|
|
@@ -2894,6 +3014,41 @@ const assets = {
|
|
|
2894
3014
|
}
|
|
2895
3015
|
}]
|
|
2896
3016
|
},
|
|
3017
|
+
{
|
|
3018
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
3019
|
+
denom_units: [{
|
|
3020
|
+
denom: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3',
|
|
3021
|
+
exponent: 0,
|
|
3022
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
3023
|
+
}, {
|
|
3024
|
+
denom: 'pOSMO31Mar2025',
|
|
3025
|
+
exponent: 6
|
|
3026
|
+
}],
|
|
3027
|
+
base: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3',
|
|
3028
|
+
name: 'pOsmo (31Mar2025)',
|
|
3029
|
+
display: 'pOSMO31Mar2025',
|
|
3030
|
+
symbol: 'pOSMO-31Mar2025',
|
|
3031
|
+
logo_URIs: {
|
|
3032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
3033
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
3034
|
+
},
|
|
3035
|
+
images: [{
|
|
3036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
3037
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
3038
|
+
}],
|
|
3039
|
+
type_asset: 'sdk.coin',
|
|
3040
|
+
traces: [{
|
|
3041
|
+
type: 'ibc',
|
|
3042
|
+
counterparty: {
|
|
3043
|
+
channel_id: 'channel-13',
|
|
3044
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
3045
|
+
chain_name: 'pryzm'
|
|
3046
|
+
},
|
|
3047
|
+
chain: {
|
|
3048
|
+
channel_id: 'channel-155'
|
|
3049
|
+
}
|
|
3050
|
+
}]
|
|
3051
|
+
},
|
|
2897
3052
|
{
|
|
2898
3053
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
2899
3054
|
denom_units: [{
|
|
@@ -3034,6 +3189,41 @@ const assets = {
|
|
|
3034
3189
|
}
|
|
3035
3190
|
}]
|
|
3036
3191
|
},
|
|
3192
|
+
{
|
|
3193
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
3194
|
+
denom_units: [{
|
|
3195
|
+
denom: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81',
|
|
3196
|
+
exponent: 0,
|
|
3197
|
+
aliases: ['p:inj:31Mar2025']
|
|
3198
|
+
}, {
|
|
3199
|
+
denom: 'pINJ31Mar2025',
|
|
3200
|
+
exponent: 18
|
|
3201
|
+
}],
|
|
3202
|
+
base: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81',
|
|
3203
|
+
name: 'pInj (31Mar2025)',
|
|
3204
|
+
display: 'pINJ31Mar2025',
|
|
3205
|
+
symbol: 'pINJ-31Mar2025',
|
|
3206
|
+
logo_URIs: {
|
|
3207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
3208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
3209
|
+
},
|
|
3210
|
+
images: [{
|
|
3211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
3212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
3213
|
+
}],
|
|
3214
|
+
type_asset: 'sdk.coin',
|
|
3215
|
+
traces: [{
|
|
3216
|
+
type: 'ibc',
|
|
3217
|
+
counterparty: {
|
|
3218
|
+
channel_id: 'channel-13',
|
|
3219
|
+
base_denom: 'p:inj:31Mar2025',
|
|
3220
|
+
chain_name: 'pryzm'
|
|
3221
|
+
},
|
|
3222
|
+
chain: {
|
|
3223
|
+
channel_id: 'channel-155'
|
|
3224
|
+
}
|
|
3225
|
+
}]
|
|
3226
|
+
},
|
|
3037
3227
|
{
|
|
3038
3228
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
3039
3229
|
denom_units: [{
|
|
@@ -3175,19 +3365,19 @@ const assets = {
|
|
|
3175
3365
|
}]
|
|
3176
3366
|
},
|
|
3177
3367
|
{
|
|
3178
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
3368
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
3179
3369
|
denom_units: [{
|
|
3180
|
-
denom: 'ibc/
|
|
3370
|
+
denom: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6',
|
|
3181
3371
|
exponent: 0,
|
|
3182
|
-
aliases: ['p:uluna:
|
|
3372
|
+
aliases: ['p:uluna:31Mar2025']
|
|
3183
3373
|
}, {
|
|
3184
|
-
denom: '
|
|
3374
|
+
denom: 'pLUNA31Mar2025',
|
|
3185
3375
|
exponent: 6
|
|
3186
3376
|
}],
|
|
3187
|
-
base: 'ibc/
|
|
3188
|
-
name: 'pLuna (
|
|
3189
|
-
display: '
|
|
3190
|
-
symbol: 'pLUNA-
|
|
3377
|
+
base: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6',
|
|
3378
|
+
name: 'pLuna (31Mar2025)',
|
|
3379
|
+
display: 'pLUNA31Mar2025',
|
|
3380
|
+
symbol: 'pLUNA-31Mar2025',
|
|
3191
3381
|
logo_URIs: {
|
|
3192
3382
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3193
3383
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -3201,7 +3391,7 @@ const assets = {
|
|
|
3201
3391
|
type: 'ibc',
|
|
3202
3392
|
counterparty: {
|
|
3203
3393
|
channel_id: 'channel-13',
|
|
3204
|
-
base_denom: 'p:uluna:
|
|
3394
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
3205
3395
|
chain_name: 'pryzm'
|
|
3206
3396
|
},
|
|
3207
3397
|
chain: {
|
|
@@ -3244,6 +3434,41 @@ const assets = {
|
|
|
3244
3434
|
}
|
|
3245
3435
|
}]
|
|
3246
3436
|
},
|
|
3437
|
+
{
|
|
3438
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
3439
|
+
denom_units: [{
|
|
3440
|
+
denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
3441
|
+
exponent: 0,
|
|
3442
|
+
aliases: ['p:uluna:31Dec2026']
|
|
3443
|
+
}, {
|
|
3444
|
+
denom: 'pLUNA31Dec2026',
|
|
3445
|
+
exponent: 6
|
|
3446
|
+
}],
|
|
3447
|
+
base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
3448
|
+
name: 'pLuna (31Dec2026)',
|
|
3449
|
+
display: 'pLUNA31Dec2026',
|
|
3450
|
+
symbol: 'pLUNA-31Dec2026',
|
|
3451
|
+
logo_URIs: {
|
|
3452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3454
|
+
},
|
|
3455
|
+
images: [{
|
|
3456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3458
|
+
}],
|
|
3459
|
+
type_asset: 'sdk.coin',
|
|
3460
|
+
traces: [{
|
|
3461
|
+
type: 'ibc',
|
|
3462
|
+
counterparty: {
|
|
3463
|
+
channel_id: 'channel-13',
|
|
3464
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
3465
|
+
chain_name: 'pryzm'
|
|
3466
|
+
},
|
|
3467
|
+
chain: {
|
|
3468
|
+
channel_id: 'channel-155'
|
|
3469
|
+
}
|
|
3470
|
+
}]
|
|
3471
|
+
},
|
|
3247
3472
|
{
|
|
3248
3473
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
3249
3474
|
denom_units: [{
|
|
@@ -3454,6 +3679,41 @@ const assets = {
|
|
|
3454
3679
|
}
|
|
3455
3680
|
}]
|
|
3456
3681
|
},
|
|
3682
|
+
{
|
|
3683
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
3684
|
+
denom_units: [{
|
|
3685
|
+
denom: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2',
|
|
3686
|
+
exponent: 0,
|
|
3687
|
+
aliases: ['p:stutia:31Mar2025']
|
|
3688
|
+
}, {
|
|
3689
|
+
denom: 'pstTIA31Mar2025',
|
|
3690
|
+
exponent: 6
|
|
3691
|
+
}],
|
|
3692
|
+
base: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2',
|
|
3693
|
+
name: 'pstTia (31Mar2025)',
|
|
3694
|
+
display: 'pstTIA31Mar2025',
|
|
3695
|
+
symbol: 'pstTIA-31Mar2025',
|
|
3696
|
+
logo_URIs: {
|
|
3697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3699
|
+
},
|
|
3700
|
+
images: [{
|
|
3701
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3703
|
+
}],
|
|
3704
|
+
type_asset: 'sdk.coin',
|
|
3705
|
+
traces: [{
|
|
3706
|
+
type: 'ibc',
|
|
3707
|
+
counterparty: {
|
|
3708
|
+
channel_id: 'channel-13',
|
|
3709
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
3710
|
+
chain_name: 'pryzm'
|
|
3711
|
+
},
|
|
3712
|
+
chain: {
|
|
3713
|
+
channel_id: 'channel-155'
|
|
3714
|
+
}
|
|
3715
|
+
}]
|
|
3716
|
+
},
|
|
3457
3717
|
{
|
|
3458
3718
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
3459
3719
|
denom_units: [{
|
|
@@ -3594,6 +3854,41 @@ const assets = {
|
|
|
3594
3854
|
}
|
|
3595
3855
|
}]
|
|
3596
3856
|
},
|
|
3857
|
+
{
|
|
3858
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
3859
|
+
denom_units: [{
|
|
3860
|
+
denom: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C',
|
|
3861
|
+
exponent: 0,
|
|
3862
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
3863
|
+
}, {
|
|
3864
|
+
denom: 'pstDYDX31Mar2025',
|
|
3865
|
+
exponent: 18
|
|
3866
|
+
}],
|
|
3867
|
+
base: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C',
|
|
3868
|
+
name: 'pstDydx (31Mar2025)',
|
|
3869
|
+
display: 'pstDYDX31Mar2025',
|
|
3870
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
3871
|
+
logo_URIs: {
|
|
3872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3874
|
+
},
|
|
3875
|
+
images: [{
|
|
3876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3878
|
+
}],
|
|
3879
|
+
type_asset: 'sdk.coin',
|
|
3880
|
+
traces: [{
|
|
3881
|
+
type: 'ibc',
|
|
3882
|
+
counterparty: {
|
|
3883
|
+
channel_id: 'channel-13',
|
|
3884
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
3885
|
+
chain_name: 'pryzm'
|
|
3886
|
+
},
|
|
3887
|
+
chain: {
|
|
3888
|
+
channel_id: 'channel-155'
|
|
3889
|
+
}
|
|
3890
|
+
}]
|
|
3891
|
+
},
|
|
3597
3892
|
{
|
|
3598
3893
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
3599
3894
|
denom_units: [{
|
|
@@ -3699,6 +3994,41 @@ const assets = {
|
|
|
3699
3994
|
}
|
|
3700
3995
|
}]
|
|
3701
3996
|
},
|
|
3997
|
+
{
|
|
3998
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
3999
|
+
denom_units: [{
|
|
4000
|
+
denom: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B',
|
|
4001
|
+
exponent: 0,
|
|
4002
|
+
aliases: ['p:udatom:31Mar2025']
|
|
4003
|
+
}, {
|
|
4004
|
+
denom: 'pdATOM31Mar2025',
|
|
4005
|
+
exponent: 6
|
|
4006
|
+
}],
|
|
4007
|
+
base: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B',
|
|
4008
|
+
name: 'pdAtom (31Mar2025)',
|
|
4009
|
+
display: 'pdATOM31Mar2025',
|
|
4010
|
+
symbol: 'pdATOM-31Mar2025',
|
|
4011
|
+
logo_URIs: {
|
|
4012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
4013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
4014
|
+
},
|
|
4015
|
+
images: [{
|
|
4016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
4017
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
4018
|
+
}],
|
|
4019
|
+
type_asset: 'sdk.coin',
|
|
4020
|
+
traces: [{
|
|
4021
|
+
type: 'ibc',
|
|
4022
|
+
counterparty: {
|
|
4023
|
+
channel_id: 'channel-13',
|
|
4024
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
4025
|
+
chain_name: 'pryzm'
|
|
4026
|
+
},
|
|
4027
|
+
chain: {
|
|
4028
|
+
channel_id: 'channel-155'
|
|
4029
|
+
}
|
|
4030
|
+
}]
|
|
4031
|
+
},
|
|
3702
4032
|
{
|
|
3703
4033
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
3704
4034
|
denom_units: [{
|
|
@@ -3840,13 +4170,48 @@ const assets = {
|
|
|
3840
4170
|
}]
|
|
3841
4171
|
},
|
|
3842
4172
|
{
|
|
3843
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
4173
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
3844
4174
|
denom_units: [{
|
|
3845
|
-
denom: 'ibc/
|
|
4175
|
+
denom: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53',
|
|
3846
4176
|
exponent: 0,
|
|
3847
|
-
aliases: ['p:utia:
|
|
4177
|
+
aliases: ['p:utia:31Mar2025']
|
|
3848
4178
|
}, {
|
|
3849
|
-
denom: '
|
|
4179
|
+
denom: 'pTIA31Mar2025',
|
|
4180
|
+
exponent: 6
|
|
4181
|
+
}],
|
|
4182
|
+
base: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53',
|
|
4183
|
+
name: 'pTia (31Mar2025)',
|
|
4184
|
+
display: 'pTIA31Mar2025',
|
|
4185
|
+
symbol: 'pTIA-31Mar2025',
|
|
4186
|
+
logo_URIs: {
|
|
4187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4189
|
+
},
|
|
4190
|
+
images: [{
|
|
4191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4193
|
+
}],
|
|
4194
|
+
type_asset: 'sdk.coin',
|
|
4195
|
+
traces: [{
|
|
4196
|
+
type: 'ibc',
|
|
4197
|
+
counterparty: {
|
|
4198
|
+
channel_id: 'channel-13',
|
|
4199
|
+
base_denom: 'p:utia:31Mar2025',
|
|
4200
|
+
chain_name: 'pryzm'
|
|
4201
|
+
},
|
|
4202
|
+
chain: {
|
|
4203
|
+
channel_id: 'channel-155'
|
|
4204
|
+
}
|
|
4205
|
+
}]
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
4209
|
+
denom_units: [{
|
|
4210
|
+
denom: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31',
|
|
4211
|
+
exponent: 0,
|
|
4212
|
+
aliases: ['p:utia:31Dec2025']
|
|
4213
|
+
}, {
|
|
4214
|
+
denom: 'pTIA31Dec2025',
|
|
3850
4215
|
exponent: 6
|
|
3851
4216
|
}],
|
|
3852
4217
|
base: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31',
|
|
@@ -3979,6 +4344,41 @@ const assets = {
|
|
|
3979
4344
|
}
|
|
3980
4345
|
}]
|
|
3981
4346
|
},
|
|
4347
|
+
{
|
|
4348
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
4349
|
+
denom_units: [{
|
|
4350
|
+
denom: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6',
|
|
4351
|
+
exponent: 0,
|
|
4352
|
+
aliases: ['y:uatom:31Mar2025']
|
|
4353
|
+
}, {
|
|
4354
|
+
denom: 'yATOM31Mar2025',
|
|
4355
|
+
exponent: 6
|
|
4356
|
+
}],
|
|
4357
|
+
base: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6',
|
|
4358
|
+
name: 'yAtom (31Mar2025)',
|
|
4359
|
+
display: 'yATOM31Mar2025',
|
|
4360
|
+
symbol: 'yATOM-31Mar2025',
|
|
4361
|
+
logo_URIs: {
|
|
4362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4364
|
+
},
|
|
4365
|
+
images: [{
|
|
4366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4368
|
+
}],
|
|
4369
|
+
type_asset: 'sdk.coin',
|
|
4370
|
+
traces: [{
|
|
4371
|
+
type: 'ibc',
|
|
4372
|
+
counterparty: {
|
|
4373
|
+
channel_id: 'channel-13',
|
|
4374
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
4375
|
+
chain_name: 'pryzm'
|
|
4376
|
+
},
|
|
4377
|
+
chain: {
|
|
4378
|
+
channel_id: 'channel-155'
|
|
4379
|
+
}
|
|
4380
|
+
}]
|
|
4381
|
+
},
|
|
3982
4382
|
{
|
|
3983
4383
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
3984
4384
|
denom_units: [{
|
|
@@ -4119,6 +4519,41 @@ const assets = {
|
|
|
4119
4519
|
}
|
|
4120
4520
|
}]
|
|
4121
4521
|
},
|
|
4522
|
+
{
|
|
4523
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
4524
|
+
denom_units: [{
|
|
4525
|
+
denom: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA',
|
|
4526
|
+
exponent: 0,
|
|
4527
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
4528
|
+
}, {
|
|
4529
|
+
denom: 'yOSMO31Mar2025',
|
|
4530
|
+
exponent: 6
|
|
4531
|
+
}],
|
|
4532
|
+
base: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA',
|
|
4533
|
+
name: 'yOsmo (31Mar2025)',
|
|
4534
|
+
display: 'yOSMO31Mar2025',
|
|
4535
|
+
symbol: 'yOSMO-31Mar2025',
|
|
4536
|
+
logo_URIs: {
|
|
4537
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4538
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4539
|
+
},
|
|
4540
|
+
images: [{
|
|
4541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4543
|
+
}],
|
|
4544
|
+
type_asset: 'sdk.coin',
|
|
4545
|
+
traces: [{
|
|
4546
|
+
type: 'ibc',
|
|
4547
|
+
counterparty: {
|
|
4548
|
+
channel_id: 'channel-13',
|
|
4549
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
4550
|
+
chain_name: 'pryzm'
|
|
4551
|
+
},
|
|
4552
|
+
chain: {
|
|
4553
|
+
channel_id: 'channel-155'
|
|
4554
|
+
}
|
|
4555
|
+
}]
|
|
4556
|
+
},
|
|
4122
4557
|
{
|
|
4123
4558
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
4124
4559
|
denom_units: [{
|
|
@@ -4259,6 +4694,41 @@ const assets = {
|
|
|
4259
4694
|
}
|
|
4260
4695
|
}]
|
|
4261
4696
|
},
|
|
4697
|
+
{
|
|
4698
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
4699
|
+
denom_units: [{
|
|
4700
|
+
denom: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA',
|
|
4701
|
+
exponent: 0,
|
|
4702
|
+
aliases: ['y:inj:31Mar2025']
|
|
4703
|
+
}, {
|
|
4704
|
+
denom: 'yINJ31Mar2025',
|
|
4705
|
+
exponent: 18
|
|
4706
|
+
}],
|
|
4707
|
+
base: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA',
|
|
4708
|
+
name: 'yInj (31Mar2025)',
|
|
4709
|
+
display: 'yINJ31Mar2025',
|
|
4710
|
+
symbol: 'yINJ-31Mar2025',
|
|
4711
|
+
logo_URIs: {
|
|
4712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4714
|
+
},
|
|
4715
|
+
images: [{
|
|
4716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4718
|
+
}],
|
|
4719
|
+
type_asset: 'sdk.coin',
|
|
4720
|
+
traces: [{
|
|
4721
|
+
type: 'ibc',
|
|
4722
|
+
counterparty: {
|
|
4723
|
+
channel_id: 'channel-13',
|
|
4724
|
+
base_denom: 'y:inj:31Mar2025',
|
|
4725
|
+
chain_name: 'pryzm'
|
|
4726
|
+
},
|
|
4727
|
+
chain: {
|
|
4728
|
+
channel_id: 'channel-155'
|
|
4729
|
+
}
|
|
4730
|
+
}]
|
|
4731
|
+
},
|
|
4262
4732
|
{
|
|
4263
4733
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
4264
4734
|
denom_units: [{
|
|
@@ -4399,6 +4869,41 @@ const assets = {
|
|
|
4399
4869
|
}
|
|
4400
4870
|
}]
|
|
4401
4871
|
},
|
|
4872
|
+
{
|
|
4873
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
4874
|
+
denom_units: [{
|
|
4875
|
+
denom: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD',
|
|
4876
|
+
exponent: 0,
|
|
4877
|
+
aliases: ['y:uluna:31Mar2025']
|
|
4878
|
+
}, {
|
|
4879
|
+
denom: 'yLUNA31Mar2025',
|
|
4880
|
+
exponent: 6
|
|
4881
|
+
}],
|
|
4882
|
+
base: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD',
|
|
4883
|
+
name: 'yLuna (31Mar2025)',
|
|
4884
|
+
display: 'yLUNA31Mar2025',
|
|
4885
|
+
symbol: 'yLUNA-31Mar2025',
|
|
4886
|
+
logo_URIs: {
|
|
4887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4889
|
+
},
|
|
4890
|
+
images: [{
|
|
4891
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4892
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4893
|
+
}],
|
|
4894
|
+
type_asset: 'sdk.coin',
|
|
4895
|
+
traces: [{
|
|
4896
|
+
type: 'ibc',
|
|
4897
|
+
counterparty: {
|
|
4898
|
+
channel_id: 'channel-13',
|
|
4899
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
4900
|
+
chain_name: 'pryzm'
|
|
4901
|
+
},
|
|
4902
|
+
chain: {
|
|
4903
|
+
channel_id: 'channel-155'
|
|
4904
|
+
}
|
|
4905
|
+
}]
|
|
4906
|
+
},
|
|
4402
4907
|
{
|
|
4403
4908
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
4404
4909
|
denom_units: [{
|
|
@@ -4679,6 +5184,41 @@ const assets = {
|
|
|
4679
5184
|
}
|
|
4680
5185
|
}]
|
|
4681
5186
|
},
|
|
5187
|
+
{
|
|
5188
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
5189
|
+
denom_units: [{
|
|
5190
|
+
denom: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697',
|
|
5191
|
+
exponent: 0,
|
|
5192
|
+
aliases: ['y:stutia:31Mar2025']
|
|
5193
|
+
}, {
|
|
5194
|
+
denom: 'ystTIA31Mar2025',
|
|
5195
|
+
exponent: 6
|
|
5196
|
+
}],
|
|
5197
|
+
base: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697',
|
|
5198
|
+
name: 'ystTia (31Mar2025)',
|
|
5199
|
+
display: 'ystTIA31Mar2025',
|
|
5200
|
+
symbol: 'ystTIA-31Mar2025',
|
|
5201
|
+
logo_URIs: {
|
|
5202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
5204
|
+
},
|
|
5205
|
+
images: [{
|
|
5206
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
5208
|
+
}],
|
|
5209
|
+
type_asset: 'sdk.coin',
|
|
5210
|
+
traces: [{
|
|
5211
|
+
type: 'ibc',
|
|
5212
|
+
counterparty: {
|
|
5213
|
+
channel_id: 'channel-13',
|
|
5214
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
5215
|
+
chain_name: 'pryzm'
|
|
5216
|
+
},
|
|
5217
|
+
chain: {
|
|
5218
|
+
channel_id: 'channel-155'
|
|
5219
|
+
}
|
|
5220
|
+
}]
|
|
5221
|
+
},
|
|
4682
5222
|
{
|
|
4683
5223
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
4684
5224
|
denom_units: [{
|
|
@@ -4819,6 +5359,41 @@ const assets = {
|
|
|
4819
5359
|
}
|
|
4820
5360
|
}]
|
|
4821
5361
|
},
|
|
5362
|
+
{
|
|
5363
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
5364
|
+
denom_units: [{
|
|
5365
|
+
denom: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434',
|
|
5366
|
+
exponent: 0,
|
|
5367
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
5368
|
+
}, {
|
|
5369
|
+
denom: 'ystDYDX31Mar2025',
|
|
5370
|
+
exponent: 6
|
|
5371
|
+
}],
|
|
5372
|
+
base: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434',
|
|
5373
|
+
name: 'ystDydx (31Mar2025)',
|
|
5374
|
+
display: 'ystDYDX31Mar2025',
|
|
5375
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
5376
|
+
logo_URIs: {
|
|
5377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
5378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
5379
|
+
},
|
|
5380
|
+
images: [{
|
|
5381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
5382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
5383
|
+
}],
|
|
5384
|
+
type_asset: 'sdk.coin',
|
|
5385
|
+
traces: [{
|
|
5386
|
+
type: 'ibc',
|
|
5387
|
+
counterparty: {
|
|
5388
|
+
channel_id: 'channel-13',
|
|
5389
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
5390
|
+
chain_name: 'pryzm'
|
|
5391
|
+
},
|
|
5392
|
+
chain: {
|
|
5393
|
+
channel_id: 'channel-155'
|
|
5394
|
+
}
|
|
5395
|
+
}]
|
|
5396
|
+
},
|
|
4822
5397
|
{
|
|
4823
5398
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
4824
5399
|
denom_units: [{
|
|
@@ -4924,6 +5499,41 @@ const assets = {
|
|
|
4924
5499
|
}
|
|
4925
5500
|
}]
|
|
4926
5501
|
},
|
|
5502
|
+
{
|
|
5503
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
5504
|
+
denom_units: [{
|
|
5505
|
+
denom: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC',
|
|
5506
|
+
exponent: 0,
|
|
5507
|
+
aliases: ['y:udatom:31Mar2025']
|
|
5508
|
+
}, {
|
|
5509
|
+
denom: 'ydATOM31Mar2025',
|
|
5510
|
+
exponent: 6
|
|
5511
|
+
}],
|
|
5512
|
+
base: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC',
|
|
5513
|
+
name: 'ydAtom (31Mar2025)',
|
|
5514
|
+
display: 'ydATOM31Mar2025',
|
|
5515
|
+
symbol: 'ydATOM-31Mar2025',
|
|
5516
|
+
logo_URIs: {
|
|
5517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
5518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
5519
|
+
},
|
|
5520
|
+
images: [{
|
|
5521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
5522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
5523
|
+
}],
|
|
5524
|
+
type_asset: 'sdk.coin',
|
|
5525
|
+
traces: [{
|
|
5526
|
+
type: 'ibc',
|
|
5527
|
+
counterparty: {
|
|
5528
|
+
channel_id: 'channel-13',
|
|
5529
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
5530
|
+
chain_name: 'pryzm'
|
|
5531
|
+
},
|
|
5532
|
+
chain: {
|
|
5533
|
+
channel_id: 'channel-155'
|
|
5534
|
+
}
|
|
5535
|
+
}]
|
|
5536
|
+
},
|
|
4927
5537
|
{
|
|
4928
5538
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
4929
5539
|
denom_units: [{
|
|
@@ -5064,6 +5674,41 @@ const assets = {
|
|
|
5064
5674
|
}
|
|
5065
5675
|
}]
|
|
5066
5676
|
},
|
|
5677
|
+
{
|
|
5678
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
5679
|
+
denom_units: [{
|
|
5680
|
+
denom: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5',
|
|
5681
|
+
exponent: 0,
|
|
5682
|
+
aliases: ['y:utia:31Mar2025']
|
|
5683
|
+
}, {
|
|
5684
|
+
denom: 'yTIA31Mar2025',
|
|
5685
|
+
exponent: 6
|
|
5686
|
+
}],
|
|
5687
|
+
base: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5',
|
|
5688
|
+
name: 'yTia (31Mar2025)',
|
|
5689
|
+
display: 'yTIA31Mar2025',
|
|
5690
|
+
symbol: 'yTIA-31Mar2025',
|
|
5691
|
+
logo_URIs: {
|
|
5692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5694
|
+
},
|
|
5695
|
+
images: [{
|
|
5696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5698
|
+
}],
|
|
5699
|
+
type_asset: 'sdk.coin',
|
|
5700
|
+
traces: [{
|
|
5701
|
+
type: 'ibc',
|
|
5702
|
+
counterparty: {
|
|
5703
|
+
channel_id: 'channel-13',
|
|
5704
|
+
base_denom: 'y:utia:31Mar2025',
|
|
5705
|
+
chain_name: 'pryzm'
|
|
5706
|
+
},
|
|
5707
|
+
chain: {
|
|
5708
|
+
channel_id: 'channel-155'
|
|
5709
|
+
}
|
|
5710
|
+
}]
|
|
5711
|
+
},
|
|
5067
5712
|
{
|
|
5068
5713
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
5069
5714
|
denom_units: [{
|
|
@@ -6899,23 +7544,108 @@ const assets = {
|
|
|
6899
7544
|
}]
|
|
6900
7545
|
},
|
|
6901
7546
|
{
|
|
6902
|
-
description: 'The native
|
|
6903
|
-
denom_units: [
|
|
6904
|
-
|
|
7547
|
+
description: 'The native token of Elys Network',
|
|
7548
|
+
denom_units: [
|
|
7549
|
+
{
|
|
7550
|
+
denom: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6',
|
|
6905
7551
|
exponent: 0,
|
|
6906
|
-
aliases: ['
|
|
6907
|
-
},
|
|
6908
|
-
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
|
|
7552
|
+
aliases: ['uelys']
|
|
7553
|
+
},
|
|
7554
|
+
{
|
|
7555
|
+
denom: 'melys',
|
|
7556
|
+
exponent: 3,
|
|
7557
|
+
aliases: ['millielys']
|
|
7558
|
+
},
|
|
7559
|
+
{
|
|
7560
|
+
denom: 'elys',
|
|
7561
|
+
exponent: 6,
|
|
7562
|
+
aliases: []
|
|
7563
|
+
}
|
|
7564
|
+
],
|
|
7565
|
+
base: 'ibc/62EED9812C9184F2EA24F8008D9D2C05AD23CEA2632958B6D5906F478FA1DBA6',
|
|
7566
|
+
name: 'Elys Network',
|
|
7567
|
+
display: 'elys',
|
|
7568
|
+
symbol: 'ELYS',
|
|
7569
|
+
logo_URIs: {
|
|
7570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
7571
|
+
},
|
|
7572
|
+
coingecko_id: 'elys',
|
|
7573
|
+
images: [{
|
|
7574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
7575
|
+
}],
|
|
7576
|
+
type_asset: 'sdk.coin',
|
|
7577
|
+
traces: [{
|
|
7578
|
+
type: 'ibc',
|
|
7579
|
+
counterparty: {
|
|
7580
|
+
channel_id: 'channel-3',
|
|
7581
|
+
base_denom: 'uelys',
|
|
7582
|
+
chain_name: 'elys'
|
|
7583
|
+
},
|
|
7584
|
+
chain: {
|
|
7585
|
+
channel_id: 'channel-163'
|
|
7586
|
+
}
|
|
7587
|
+
}]
|
|
7588
|
+
},
|
|
7589
|
+
{
|
|
7590
|
+
description: 'Eden token definition',
|
|
7591
|
+
denom_units: [
|
|
7592
|
+
{
|
|
7593
|
+
denom: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C',
|
|
7594
|
+
exponent: 0,
|
|
7595
|
+
aliases: ['ueden']
|
|
7596
|
+
},
|
|
7597
|
+
{
|
|
7598
|
+
denom: 'meden',
|
|
7599
|
+
exponent: 3,
|
|
7600
|
+
aliases: ['millieden']
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
denom: 'eden',
|
|
7604
|
+
exponent: 6,
|
|
7605
|
+
aliases: []
|
|
7606
|
+
}
|
|
7607
|
+
],
|
|
7608
|
+
base: 'ibc/1A50974318E1165F361358B7F0BC0C0026276C7C644E1DC97754D52362261C5C',
|
|
7609
|
+
name: 'Eden',
|
|
7610
|
+
display: 'eden',
|
|
7611
|
+
symbol: 'EDEN',
|
|
7612
|
+
logo_URIs: {
|
|
7613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
7614
|
+
},
|
|
7615
|
+
images: [{
|
|
7616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
7617
|
+
}],
|
|
7618
|
+
type_asset: 'sdk.coin',
|
|
7619
|
+
traces: [{
|
|
7620
|
+
type: 'ibc',
|
|
7621
|
+
counterparty: {
|
|
7622
|
+
channel_id: 'channel-3',
|
|
7623
|
+
base_denom: 'ueden',
|
|
7624
|
+
chain_name: 'elys'
|
|
7625
|
+
},
|
|
7626
|
+
chain: {
|
|
7627
|
+
channel_id: 'channel-163'
|
|
7628
|
+
}
|
|
7629
|
+
}]
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
description: 'The native staking and governance token of Empower.',
|
|
7633
|
+
denom_units: [{
|
|
7634
|
+
denom: 'ibc/B755889E03BCC776D971B24434A22F9907CC4745116A032CC0179730510C509E',
|
|
7635
|
+
exponent: 0,
|
|
7636
|
+
aliases: ['umpwr']
|
|
7637
|
+
}, {
|
|
7638
|
+
denom: 'mpwr',
|
|
7639
|
+
exponent: 6
|
|
7640
|
+
}],
|
|
7641
|
+
base: 'ibc/B755889E03BCC776D971B24434A22F9907CC4745116A032CC0179730510C509E',
|
|
7642
|
+
name: 'MPWR',
|
|
7643
|
+
display: 'mpwr',
|
|
7644
|
+
symbol: 'MPWR',
|
|
7645
|
+
logo_URIs: {
|
|
7646
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7647
|
+
},
|
|
7648
|
+
images: [{
|
|
6919
7649
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
6920
7650
|
theme: {
|
|
6921
7651
|
primary_color_hex: '#00e33a',
|
|
@@ -8652,6 +9382,41 @@ const assets = {
|
|
|
8652
9382
|
}
|
|
8653
9383
|
}]
|
|
8654
9384
|
},
|
|
9385
|
+
{
|
|
9386
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
9387
|
+
denom_units: [{
|
|
9388
|
+
denom: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E',
|
|
9389
|
+
exponent: 0,
|
|
9390
|
+
aliases: ['p:uatom:31Mar2025']
|
|
9391
|
+
}, {
|
|
9392
|
+
denom: 'pATOM31Mar2025',
|
|
9393
|
+
exponent: 6
|
|
9394
|
+
}],
|
|
9395
|
+
base: 'ibc/372725E18ED25F02B8DAB099FBE1699D6E8F7601B8FC10310A5AA24D5E501E9E',
|
|
9396
|
+
name: 'pAtom (31Mar2025)',
|
|
9397
|
+
display: 'pATOM31Mar2025',
|
|
9398
|
+
symbol: 'pATOM-31Mar2025',
|
|
9399
|
+
logo_URIs: {
|
|
9400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9402
|
+
},
|
|
9403
|
+
images: [{
|
|
9404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9406
|
+
}],
|
|
9407
|
+
type_asset: 'sdk.coin',
|
|
9408
|
+
traces: [{
|
|
9409
|
+
type: 'ibc',
|
|
9410
|
+
counterparty: {
|
|
9411
|
+
channel_id: 'channel-13',
|
|
9412
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
9413
|
+
chain_name: 'pryzm'
|
|
9414
|
+
},
|
|
9415
|
+
chain: {
|
|
9416
|
+
channel_id: 'channel-155'
|
|
9417
|
+
}
|
|
9418
|
+
}]
|
|
9419
|
+
},
|
|
8655
9420
|
{
|
|
8656
9421
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
8657
9422
|
denom_units: [{
|
|
@@ -8792,6 +9557,41 @@ const assets = {
|
|
|
8792
9557
|
}
|
|
8793
9558
|
}]
|
|
8794
9559
|
},
|
|
9560
|
+
{
|
|
9561
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
9562
|
+
denom_units: [{
|
|
9563
|
+
denom: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3',
|
|
9564
|
+
exponent: 0,
|
|
9565
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
9566
|
+
}, {
|
|
9567
|
+
denom: 'pOSMO31Mar2025',
|
|
9568
|
+
exponent: 6
|
|
9569
|
+
}],
|
|
9570
|
+
base: 'ibc/4320BE4A81CE47B8C034C45AAC6415F675A2CAC518D68B4306E31B2128AE9CE3',
|
|
9571
|
+
name: 'pOsmo (31Mar2025)',
|
|
9572
|
+
display: 'pOSMO31Mar2025',
|
|
9573
|
+
symbol: 'pOSMO-31Mar2025',
|
|
9574
|
+
logo_URIs: {
|
|
9575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9577
|
+
},
|
|
9578
|
+
images: [{
|
|
9579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9580
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9581
|
+
}],
|
|
9582
|
+
type_asset: 'sdk.coin',
|
|
9583
|
+
traces: [{
|
|
9584
|
+
type: 'ibc',
|
|
9585
|
+
counterparty: {
|
|
9586
|
+
channel_id: 'channel-13',
|
|
9587
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
9588
|
+
chain_name: 'pryzm'
|
|
9589
|
+
},
|
|
9590
|
+
chain: {
|
|
9591
|
+
channel_id: 'channel-155'
|
|
9592
|
+
}
|
|
9593
|
+
}]
|
|
9594
|
+
},
|
|
8795
9595
|
{
|
|
8796
9596
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
8797
9597
|
denom_units: [{
|
|
@@ -8932,6 +9732,41 @@ const assets = {
|
|
|
8932
9732
|
}
|
|
8933
9733
|
}]
|
|
8934
9734
|
},
|
|
9735
|
+
{
|
|
9736
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
9737
|
+
denom_units: [{
|
|
9738
|
+
denom: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81',
|
|
9739
|
+
exponent: 0,
|
|
9740
|
+
aliases: ['p:inj:31Mar2025']
|
|
9741
|
+
}, {
|
|
9742
|
+
denom: 'pINJ31Mar2025',
|
|
9743
|
+
exponent: 18
|
|
9744
|
+
}],
|
|
9745
|
+
base: 'ibc/5493011CE666DCBAF314046CC053067E738DAA6E670753638CD80481C53E6E81',
|
|
9746
|
+
name: 'pInj (31Mar2025)',
|
|
9747
|
+
display: 'pINJ31Mar2025',
|
|
9748
|
+
symbol: 'pINJ-31Mar2025',
|
|
9749
|
+
logo_URIs: {
|
|
9750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9752
|
+
},
|
|
9753
|
+
images: [{
|
|
9754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9756
|
+
}],
|
|
9757
|
+
type_asset: 'sdk.coin',
|
|
9758
|
+
traces: [{
|
|
9759
|
+
type: 'ibc',
|
|
9760
|
+
counterparty: {
|
|
9761
|
+
channel_id: 'channel-13',
|
|
9762
|
+
base_denom: 'p:inj:31Mar2025',
|
|
9763
|
+
chain_name: 'pryzm'
|
|
9764
|
+
},
|
|
9765
|
+
chain: {
|
|
9766
|
+
channel_id: 'channel-155'
|
|
9767
|
+
}
|
|
9768
|
+
}]
|
|
9769
|
+
},
|
|
8935
9770
|
{
|
|
8936
9771
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
8937
9772
|
denom_units: [{
|
|
@@ -9073,19 +9908,19 @@ const assets = {
|
|
|
9073
9908
|
}]
|
|
9074
9909
|
},
|
|
9075
9910
|
{
|
|
9076
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
9911
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
9077
9912
|
denom_units: [{
|
|
9078
|
-
denom: 'ibc/
|
|
9913
|
+
denom: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6',
|
|
9079
9914
|
exponent: 0,
|
|
9080
|
-
aliases: ['p:uluna:
|
|
9915
|
+
aliases: ['p:uluna:31Mar2025']
|
|
9081
9916
|
}, {
|
|
9082
|
-
denom: '
|
|
9917
|
+
denom: 'pLUNA31Mar2025',
|
|
9083
9918
|
exponent: 6
|
|
9084
9919
|
}],
|
|
9085
|
-
base: 'ibc/
|
|
9086
|
-
name: 'pLuna (
|
|
9087
|
-
display: '
|
|
9088
|
-
symbol: 'pLUNA-
|
|
9920
|
+
base: 'ibc/C0E432FA8F73DBD5691BD275147D115BF69CB8C57BF3FD566C52591D067362D6',
|
|
9921
|
+
name: 'pLuna (31Mar2025)',
|
|
9922
|
+
display: 'pLUNA31Mar2025',
|
|
9923
|
+
symbol: 'pLUNA-31Mar2025',
|
|
9089
9924
|
logo_URIs: {
|
|
9090
9925
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9091
9926
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -9099,7 +9934,7 @@ const assets = {
|
|
|
9099
9934
|
type: 'ibc',
|
|
9100
9935
|
counterparty: {
|
|
9101
9936
|
channel_id: 'channel-13',
|
|
9102
|
-
base_denom: 'p:uluna:
|
|
9937
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
9103
9938
|
chain_name: 'pryzm'
|
|
9104
9939
|
},
|
|
9105
9940
|
chain: {
|
|
@@ -9142,6 +9977,41 @@ const assets = {
|
|
|
9142
9977
|
}
|
|
9143
9978
|
}]
|
|
9144
9979
|
},
|
|
9980
|
+
{
|
|
9981
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
9982
|
+
denom_units: [{
|
|
9983
|
+
denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
9984
|
+
exponent: 0,
|
|
9985
|
+
aliases: ['p:uluna:31Dec2026']
|
|
9986
|
+
}, {
|
|
9987
|
+
denom: 'pLUNA31Dec2026',
|
|
9988
|
+
exponent: 6
|
|
9989
|
+
}],
|
|
9990
|
+
base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
9991
|
+
name: 'pLuna (31Dec2026)',
|
|
9992
|
+
display: 'pLUNA31Dec2026',
|
|
9993
|
+
symbol: 'pLUNA-31Dec2026',
|
|
9994
|
+
logo_URIs: {
|
|
9995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9997
|
+
},
|
|
9998
|
+
images: [{
|
|
9999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
10000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
10001
|
+
}],
|
|
10002
|
+
type_asset: 'sdk.coin',
|
|
10003
|
+
traces: [{
|
|
10004
|
+
type: 'ibc',
|
|
10005
|
+
counterparty: {
|
|
10006
|
+
channel_id: 'channel-13',
|
|
10007
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
10008
|
+
chain_name: 'pryzm'
|
|
10009
|
+
},
|
|
10010
|
+
chain: {
|
|
10011
|
+
channel_id: 'channel-155'
|
|
10012
|
+
}
|
|
10013
|
+
}]
|
|
10014
|
+
},
|
|
9145
10015
|
{
|
|
9146
10016
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
9147
10017
|
denom_units: [{
|
|
@@ -9352,6 +10222,41 @@ const assets = {
|
|
|
9352
10222
|
}
|
|
9353
10223
|
}]
|
|
9354
10224
|
},
|
|
10225
|
+
{
|
|
10226
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
10227
|
+
denom_units: [{
|
|
10228
|
+
denom: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2',
|
|
10229
|
+
exponent: 0,
|
|
10230
|
+
aliases: ['p:stutia:31Mar2025']
|
|
10231
|
+
}, {
|
|
10232
|
+
denom: 'pstTIA31Mar2025',
|
|
10233
|
+
exponent: 6
|
|
10234
|
+
}],
|
|
10235
|
+
base: 'ibc/8E99840A0545B4BF7C953B583F2A4FAF12587B880F174C054AFEFE534EEE99F2',
|
|
10236
|
+
name: 'pstTia (31Mar2025)',
|
|
10237
|
+
display: 'pstTIA31Mar2025',
|
|
10238
|
+
symbol: 'pstTIA-31Mar2025',
|
|
10239
|
+
logo_URIs: {
|
|
10240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10242
|
+
},
|
|
10243
|
+
images: [{
|
|
10244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10246
|
+
}],
|
|
10247
|
+
type_asset: 'sdk.coin',
|
|
10248
|
+
traces: [{
|
|
10249
|
+
type: 'ibc',
|
|
10250
|
+
counterparty: {
|
|
10251
|
+
channel_id: 'channel-13',
|
|
10252
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
10253
|
+
chain_name: 'pryzm'
|
|
10254
|
+
},
|
|
10255
|
+
chain: {
|
|
10256
|
+
channel_id: 'channel-155'
|
|
10257
|
+
}
|
|
10258
|
+
}]
|
|
10259
|
+
},
|
|
9355
10260
|
{
|
|
9356
10261
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
9357
10262
|
denom_units: [{
|
|
@@ -9492,6 +10397,41 @@ const assets = {
|
|
|
9492
10397
|
}
|
|
9493
10398
|
}]
|
|
9494
10399
|
},
|
|
10400
|
+
{
|
|
10401
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
10402
|
+
denom_units: [{
|
|
10403
|
+
denom: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C',
|
|
10404
|
+
exponent: 0,
|
|
10405
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
10406
|
+
}, {
|
|
10407
|
+
denom: 'pstDYDX31Mar2025',
|
|
10408
|
+
exponent: 18
|
|
10409
|
+
}],
|
|
10410
|
+
base: 'ibc/73CF9FBC1B6B59F63E2B9CCCBD3C138EA4862326C198C38D17051E717E893B4C',
|
|
10411
|
+
name: 'pstDydx (31Mar2025)',
|
|
10412
|
+
display: 'pstDYDX31Mar2025',
|
|
10413
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
10414
|
+
logo_URIs: {
|
|
10415
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10416
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10417
|
+
},
|
|
10418
|
+
images: [{
|
|
10419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10421
|
+
}],
|
|
10422
|
+
type_asset: 'sdk.coin',
|
|
10423
|
+
traces: [{
|
|
10424
|
+
type: 'ibc',
|
|
10425
|
+
counterparty: {
|
|
10426
|
+
channel_id: 'channel-13',
|
|
10427
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
10428
|
+
chain_name: 'pryzm'
|
|
10429
|
+
},
|
|
10430
|
+
chain: {
|
|
10431
|
+
channel_id: 'channel-155'
|
|
10432
|
+
}
|
|
10433
|
+
}]
|
|
10434
|
+
},
|
|
9495
10435
|
{
|
|
9496
10436
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
9497
10437
|
denom_units: [{
|
|
@@ -9597,6 +10537,41 @@ const assets = {
|
|
|
9597
10537
|
}
|
|
9598
10538
|
}]
|
|
9599
10539
|
},
|
|
10540
|
+
{
|
|
10541
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
10542
|
+
denom_units: [{
|
|
10543
|
+
denom: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B',
|
|
10544
|
+
exponent: 0,
|
|
10545
|
+
aliases: ['p:udatom:31Mar2025']
|
|
10546
|
+
}, {
|
|
10547
|
+
denom: 'pdATOM31Mar2025',
|
|
10548
|
+
exponent: 6
|
|
10549
|
+
}],
|
|
10550
|
+
base: 'ibc/6DEC1DCBB8051E723B131A4C7986A0753B5FB835773485AC1CC692CA1DEEF40B',
|
|
10551
|
+
name: 'pdAtom (31Mar2025)',
|
|
10552
|
+
display: 'pdATOM31Mar2025',
|
|
10553
|
+
symbol: 'pdATOM-31Mar2025',
|
|
10554
|
+
logo_URIs: {
|
|
10555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
10556
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
10557
|
+
},
|
|
10558
|
+
images: [{
|
|
10559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
10560
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
10561
|
+
}],
|
|
10562
|
+
type_asset: 'sdk.coin',
|
|
10563
|
+
traces: [{
|
|
10564
|
+
type: 'ibc',
|
|
10565
|
+
counterparty: {
|
|
10566
|
+
channel_id: 'channel-13',
|
|
10567
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
10568
|
+
chain_name: 'pryzm'
|
|
10569
|
+
},
|
|
10570
|
+
chain: {
|
|
10571
|
+
channel_id: 'channel-155'
|
|
10572
|
+
}
|
|
10573
|
+
}]
|
|
10574
|
+
},
|
|
9600
10575
|
{
|
|
9601
10576
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
9602
10577
|
denom_units: [{
|
|
@@ -9737,6 +10712,41 @@ const assets = {
|
|
|
9737
10712
|
}
|
|
9738
10713
|
}]
|
|
9739
10714
|
},
|
|
10715
|
+
{
|
|
10716
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
10717
|
+
denom_units: [{
|
|
10718
|
+
denom: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53',
|
|
10719
|
+
exponent: 0,
|
|
10720
|
+
aliases: ['p:utia:31Mar2025']
|
|
10721
|
+
}, {
|
|
10722
|
+
denom: 'pTIA31Mar2025',
|
|
10723
|
+
exponent: 6
|
|
10724
|
+
}],
|
|
10725
|
+
base: 'ibc/40632A454503DF6230DB901272995A714B7DC801AC18FF105AC123ED964B3A53',
|
|
10726
|
+
name: 'pTia (31Mar2025)',
|
|
10727
|
+
display: 'pTIA31Mar2025',
|
|
10728
|
+
symbol: 'pTIA-31Mar2025',
|
|
10729
|
+
logo_URIs: {
|
|
10730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10732
|
+
},
|
|
10733
|
+
images: [{
|
|
10734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10736
|
+
}],
|
|
10737
|
+
type_asset: 'sdk.coin',
|
|
10738
|
+
traces: [{
|
|
10739
|
+
type: 'ibc',
|
|
10740
|
+
counterparty: {
|
|
10741
|
+
channel_id: 'channel-13',
|
|
10742
|
+
base_denom: 'p:utia:31Mar2025',
|
|
10743
|
+
chain_name: 'pryzm'
|
|
10744
|
+
},
|
|
10745
|
+
chain: {
|
|
10746
|
+
channel_id: 'channel-155'
|
|
10747
|
+
}
|
|
10748
|
+
}]
|
|
10749
|
+
},
|
|
9740
10750
|
{
|
|
9741
10751
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
9742
10752
|
denom_units: [{
|
|
@@ -9877,6 +10887,41 @@ const assets = {
|
|
|
9877
10887
|
}
|
|
9878
10888
|
}]
|
|
9879
10889
|
},
|
|
10890
|
+
{
|
|
10891
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
10892
|
+
denom_units: [{
|
|
10893
|
+
denom: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6',
|
|
10894
|
+
exponent: 0,
|
|
10895
|
+
aliases: ['y:uatom:31Mar2025']
|
|
10896
|
+
}, {
|
|
10897
|
+
denom: 'yATOM31Mar2025',
|
|
10898
|
+
exponent: 6
|
|
10899
|
+
}],
|
|
10900
|
+
base: 'ibc/FAD98922A5A54D26578781E2549DD1A19CDD46972756F7D958EBA10AC87B80B6',
|
|
10901
|
+
name: 'yAtom (31Mar2025)',
|
|
10902
|
+
display: 'yATOM31Mar2025',
|
|
10903
|
+
symbol: 'yATOM-31Mar2025',
|
|
10904
|
+
logo_URIs: {
|
|
10905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
10906
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
10907
|
+
},
|
|
10908
|
+
images: [{
|
|
10909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
10910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
10911
|
+
}],
|
|
10912
|
+
type_asset: 'sdk.coin',
|
|
10913
|
+
traces: [{
|
|
10914
|
+
type: 'ibc',
|
|
10915
|
+
counterparty: {
|
|
10916
|
+
channel_id: 'channel-13',
|
|
10917
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
10918
|
+
chain_name: 'pryzm'
|
|
10919
|
+
},
|
|
10920
|
+
chain: {
|
|
10921
|
+
channel_id: 'channel-155'
|
|
10922
|
+
}
|
|
10923
|
+
}]
|
|
10924
|
+
},
|
|
9880
10925
|
{
|
|
9881
10926
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
9882
10927
|
denom_units: [{
|
|
@@ -10017,6 +11062,41 @@ const assets = {
|
|
|
10017
11062
|
}
|
|
10018
11063
|
}]
|
|
10019
11064
|
},
|
|
11065
|
+
{
|
|
11066
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
11067
|
+
denom_units: [{
|
|
11068
|
+
denom: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA',
|
|
11069
|
+
exponent: 0,
|
|
11070
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
11071
|
+
}, {
|
|
11072
|
+
denom: 'yOSMO31Mar2025',
|
|
11073
|
+
exponent: 6
|
|
11074
|
+
}],
|
|
11075
|
+
base: 'ibc/059C8BA5F71DCD2650E87683E0FB2A7B304B75F35AE2F612F974B51F0E5869EA',
|
|
11076
|
+
name: 'yOsmo (31Mar2025)',
|
|
11077
|
+
display: 'yOSMO31Mar2025',
|
|
11078
|
+
symbol: 'yOSMO-31Mar2025',
|
|
11079
|
+
logo_URIs: {
|
|
11080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11082
|
+
},
|
|
11083
|
+
images: [{
|
|
11084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11086
|
+
}],
|
|
11087
|
+
type_asset: 'sdk.coin',
|
|
11088
|
+
traces: [{
|
|
11089
|
+
type: 'ibc',
|
|
11090
|
+
counterparty: {
|
|
11091
|
+
channel_id: 'channel-13',
|
|
11092
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
11093
|
+
chain_name: 'pryzm'
|
|
11094
|
+
},
|
|
11095
|
+
chain: {
|
|
11096
|
+
channel_id: 'channel-155'
|
|
11097
|
+
}
|
|
11098
|
+
}]
|
|
11099
|
+
},
|
|
10020
11100
|
{
|
|
10021
11101
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
10022
11102
|
denom_units: [{
|
|
@@ -10157,6 +11237,41 @@ const assets = {
|
|
|
10157
11237
|
}
|
|
10158
11238
|
}]
|
|
10159
11239
|
},
|
|
11240
|
+
{
|
|
11241
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
11242
|
+
denom_units: [{
|
|
11243
|
+
denom: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA',
|
|
11244
|
+
exponent: 0,
|
|
11245
|
+
aliases: ['y:inj:31Mar2025']
|
|
11246
|
+
}, {
|
|
11247
|
+
denom: 'yINJ31Mar2025',
|
|
11248
|
+
exponent: 18
|
|
11249
|
+
}],
|
|
11250
|
+
base: 'ibc/661CFB7FF21E4ADC13F84DEC672AEDD27FB2940A1B744512B20D2E8E695ABCBA',
|
|
11251
|
+
name: 'yInj (31Mar2025)',
|
|
11252
|
+
display: 'yINJ31Mar2025',
|
|
11253
|
+
symbol: 'yINJ-31Mar2025',
|
|
11254
|
+
logo_URIs: {
|
|
11255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11257
|
+
},
|
|
11258
|
+
images: [{
|
|
11259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11261
|
+
}],
|
|
11262
|
+
type_asset: 'sdk.coin',
|
|
11263
|
+
traces: [{
|
|
11264
|
+
type: 'ibc',
|
|
11265
|
+
counterparty: {
|
|
11266
|
+
channel_id: 'channel-13',
|
|
11267
|
+
base_denom: 'y:inj:31Mar2025',
|
|
11268
|
+
chain_name: 'pryzm'
|
|
11269
|
+
},
|
|
11270
|
+
chain: {
|
|
11271
|
+
channel_id: 'channel-155'
|
|
11272
|
+
}
|
|
11273
|
+
}]
|
|
11274
|
+
},
|
|
10160
11275
|
{
|
|
10161
11276
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
10162
11277
|
denom_units: [{
|
|
@@ -10297,6 +11412,41 @@ const assets = {
|
|
|
10297
11412
|
}
|
|
10298
11413
|
}]
|
|
10299
11414
|
},
|
|
11415
|
+
{
|
|
11416
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
11417
|
+
denom_units: [{
|
|
11418
|
+
denom: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD',
|
|
11419
|
+
exponent: 0,
|
|
11420
|
+
aliases: ['y:uluna:31Mar2025']
|
|
11421
|
+
}, {
|
|
11422
|
+
denom: 'yLUNA31Mar2025',
|
|
11423
|
+
exponent: 6
|
|
11424
|
+
}],
|
|
11425
|
+
base: 'ibc/F1A3FCA3407B7A9886F808DF4C76D50589C0A7E494740752AC9D8BB8CB947BBD',
|
|
11426
|
+
name: 'yLuna (31Mar2025)',
|
|
11427
|
+
display: 'yLUNA31Mar2025',
|
|
11428
|
+
symbol: 'yLUNA-31Mar2025',
|
|
11429
|
+
logo_URIs: {
|
|
11430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
11431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
11432
|
+
},
|
|
11433
|
+
images: [{
|
|
11434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
11435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
11436
|
+
}],
|
|
11437
|
+
type_asset: 'sdk.coin',
|
|
11438
|
+
traces: [{
|
|
11439
|
+
type: 'ibc',
|
|
11440
|
+
counterparty: {
|
|
11441
|
+
channel_id: 'channel-13',
|
|
11442
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
11443
|
+
chain_name: 'pryzm'
|
|
11444
|
+
},
|
|
11445
|
+
chain: {
|
|
11446
|
+
channel_id: 'channel-155'
|
|
11447
|
+
}
|
|
11448
|
+
}]
|
|
11449
|
+
},
|
|
10300
11450
|
{
|
|
10301
11451
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
10302
11452
|
denom_units: [{
|
|
@@ -10577,6 +11727,41 @@ const assets = {
|
|
|
10577
11727
|
}
|
|
10578
11728
|
}]
|
|
10579
11729
|
},
|
|
11730
|
+
{
|
|
11731
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
11732
|
+
denom_units: [{
|
|
11733
|
+
denom: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697',
|
|
11734
|
+
exponent: 0,
|
|
11735
|
+
aliases: ['y:stutia:31Mar2025']
|
|
11736
|
+
}, {
|
|
11737
|
+
denom: 'ystTIA31Mar2025',
|
|
11738
|
+
exponent: 6
|
|
11739
|
+
}],
|
|
11740
|
+
base: 'ibc/05664AAF92D35085721DBD1F534CEAE497C60949198FF8C9E12B82917D8C3697',
|
|
11741
|
+
name: 'ystTia (31Mar2025)',
|
|
11742
|
+
display: 'ystTIA31Mar2025',
|
|
11743
|
+
symbol: 'ystTIA-31Mar2025',
|
|
11744
|
+
logo_URIs: {
|
|
11745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
11746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
11747
|
+
},
|
|
11748
|
+
images: [{
|
|
11749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
11750
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
11751
|
+
}],
|
|
11752
|
+
type_asset: 'sdk.coin',
|
|
11753
|
+
traces: [{
|
|
11754
|
+
type: 'ibc',
|
|
11755
|
+
counterparty: {
|
|
11756
|
+
channel_id: 'channel-13',
|
|
11757
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
11758
|
+
chain_name: 'pryzm'
|
|
11759
|
+
},
|
|
11760
|
+
chain: {
|
|
11761
|
+
channel_id: 'channel-155'
|
|
11762
|
+
}
|
|
11763
|
+
}]
|
|
11764
|
+
},
|
|
10580
11765
|
{
|
|
10581
11766
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
10582
11767
|
denom_units: [{
|
|
@@ -10717,6 +11902,41 @@ const assets = {
|
|
|
10717
11902
|
}
|
|
10718
11903
|
}]
|
|
10719
11904
|
},
|
|
11905
|
+
{
|
|
11906
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
11907
|
+
denom_units: [{
|
|
11908
|
+
denom: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434',
|
|
11909
|
+
exponent: 0,
|
|
11910
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
11911
|
+
}, {
|
|
11912
|
+
denom: 'ystDYDX31Mar2025',
|
|
11913
|
+
exponent: 6
|
|
11914
|
+
}],
|
|
11915
|
+
base: 'ibc/6477E49E59D2CC4381E6379DC95EB9CA99BFA9A9464BF2C2077A655E78D55434',
|
|
11916
|
+
name: 'ystDydx (31Mar2025)',
|
|
11917
|
+
display: 'ystDYDX31Mar2025',
|
|
11918
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
11919
|
+
logo_URIs: {
|
|
11920
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
11921
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
11922
|
+
},
|
|
11923
|
+
images: [{
|
|
11924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
11925
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
11926
|
+
}],
|
|
11927
|
+
type_asset: 'sdk.coin',
|
|
11928
|
+
traces: [{
|
|
11929
|
+
type: 'ibc',
|
|
11930
|
+
counterparty: {
|
|
11931
|
+
channel_id: 'channel-13',
|
|
11932
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
11933
|
+
chain_name: 'pryzm'
|
|
11934
|
+
},
|
|
11935
|
+
chain: {
|
|
11936
|
+
channel_id: 'channel-155'
|
|
11937
|
+
}
|
|
11938
|
+
}]
|
|
11939
|
+
},
|
|
10720
11940
|
{
|
|
10721
11941
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
10722
11942
|
denom_units: [{
|
|
@@ -10822,6 +12042,41 @@ const assets = {
|
|
|
10822
12042
|
}
|
|
10823
12043
|
}]
|
|
10824
12044
|
},
|
|
12045
|
+
{
|
|
12046
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
12047
|
+
denom_units: [{
|
|
12048
|
+
denom: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC',
|
|
12049
|
+
exponent: 0,
|
|
12050
|
+
aliases: ['y:udatom:31Mar2025']
|
|
12051
|
+
}, {
|
|
12052
|
+
denom: 'ydATOM31Mar2025',
|
|
12053
|
+
exponent: 6
|
|
12054
|
+
}],
|
|
12055
|
+
base: 'ibc/F60625AEC84B5E373C500D71285FEAE59052C44AC78F37E27F764BD250F80AEC',
|
|
12056
|
+
name: 'ydAtom (31Mar2025)',
|
|
12057
|
+
display: 'ydATOM31Mar2025',
|
|
12058
|
+
symbol: 'ydATOM-31Mar2025',
|
|
12059
|
+
logo_URIs: {
|
|
12060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12061
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12062
|
+
},
|
|
12063
|
+
images: [{
|
|
12064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12066
|
+
}],
|
|
12067
|
+
type_asset: 'sdk.coin',
|
|
12068
|
+
traces: [{
|
|
12069
|
+
type: 'ibc',
|
|
12070
|
+
counterparty: {
|
|
12071
|
+
channel_id: 'channel-13',
|
|
12072
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
12073
|
+
chain_name: 'pryzm'
|
|
12074
|
+
},
|
|
12075
|
+
chain: {
|
|
12076
|
+
channel_id: 'channel-155'
|
|
12077
|
+
}
|
|
12078
|
+
}]
|
|
12079
|
+
},
|
|
10825
12080
|
{
|
|
10826
12081
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
10827
12082
|
denom_units: [{
|
|
@@ -10962,6 +12217,41 @@ const assets = {
|
|
|
10962
12217
|
}
|
|
10963
12218
|
}]
|
|
10964
12219
|
},
|
|
12220
|
+
{
|
|
12221
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
12222
|
+
denom_units: [{
|
|
12223
|
+
denom: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5',
|
|
12224
|
+
exponent: 0,
|
|
12225
|
+
aliases: ['y:utia:31Mar2025']
|
|
12226
|
+
}, {
|
|
12227
|
+
denom: 'yTIA31Mar2025',
|
|
12228
|
+
exponent: 6
|
|
12229
|
+
}],
|
|
12230
|
+
base: 'ibc/03AD0A4BD0BC696C5B26D97F2BBDD94AB0FD76599538E85B2F0FCA70C3287BB5',
|
|
12231
|
+
name: 'yTia (31Mar2025)',
|
|
12232
|
+
display: 'yTIA31Mar2025',
|
|
12233
|
+
symbol: 'yTIA-31Mar2025',
|
|
12234
|
+
logo_URIs: {
|
|
12235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12237
|
+
},
|
|
12238
|
+
images: [{
|
|
12239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12241
|
+
}],
|
|
12242
|
+
type_asset: 'sdk.coin',
|
|
12243
|
+
traces: [{
|
|
12244
|
+
type: 'ibc',
|
|
12245
|
+
counterparty: {
|
|
12246
|
+
channel_id: 'channel-13',
|
|
12247
|
+
base_denom: 'y:utia:31Mar2025',
|
|
12248
|
+
chain_name: 'pryzm'
|
|
12249
|
+
},
|
|
12250
|
+
chain: {
|
|
12251
|
+
channel_id: 'channel-155'
|
|
12252
|
+
}
|
|
12253
|
+
}]
|
|
12254
|
+
},
|
|
10965
12255
|
{
|
|
10966
12256
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
10967
12257
|
denom_units: [{
|