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