Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Persistence pSTAKE Assets #5652

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions persistence/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type_asset": "sdk.coin"
},
{
"description": "PSTAKE Liquid-Staked ATOM",
"description": "(Deprecated) PSTAKE Liquid-Staked ATOM",
"denom_units": [
{
"denom": "stk/uatom",
Expand All @@ -57,6 +57,7 @@
]
}
],
"deprecated": true,
"base": "stk/uatom",
"name": "PSTAKE staked ATOM",
"display": "stkatom",
Expand Down Expand Up @@ -367,7 +368,7 @@
}
},
{
"description": "PSTAKE Liquid-Staked OSMO",
"description": "(Deprecated) PSTAKE Liquid-Staked OSMO",
"denom_units": [
{
"denom": "stk/uosmo",
Expand All @@ -382,6 +383,7 @@
]
}
],
"deprecated": true,
"base": "stk/uosmo",
"name": "PSTAKE staked OSMO",
"display": "stkosmo",
Expand Down Expand Up @@ -413,7 +415,7 @@
"type_asset": "sdk.coin"
},
{
"description": "PSTAKE Liquid-Staked DYDX",
"description": "(Deprecated) PSTAKE Liquid-Staked DYDX",
"denom_units": [
{
"denom": "stk/adydx",
Expand All @@ -428,6 +430,7 @@
]
}
],
"deprecated": true,
"base": "stk/adydx",
"name": "PSTAKE staked DYDX",
"display": "stkdydx",
Expand Down Expand Up @@ -458,7 +461,7 @@
"type_asset": "sdk.coin"
},
{
"description": "PSTAKE Liquid-Staked STARS",
"description": "(Deprecated) PSTAKE Liquid-Staked STARS",
"denom_units": [
{
"denom": "stk/ustars",
Expand All @@ -473,6 +476,7 @@
]
}
],
"deprecated": true,
"base": "stk/ustars",
"name": "PSTAKE staked STARS",
"display": "stkstars",
Expand Down Expand Up @@ -608,7 +612,7 @@
]
},
{
"description": "PSTAKE Liquid-Staked HUAHUA",
"description": "(Deprecated) PSTAKE Liquid-Staked HUAHUA",
"denom_units": [
{
"denom": "stk/uhuahua",
Expand All @@ -623,6 +627,7 @@
]
}
],
"deprecated": true,
"base": "stk/uhuahua",
"name": "PSTAKE staked HUAHUA",
"display": "stkhuahua",
Expand Down Expand Up @@ -704,7 +709,7 @@
}
},
{
"description": "PSTAKE Liquid-Staked XPRT",
"description": "(Deprecated) PSTAKE Liquid-Staked XPRT",
"denom_units": [
{
"denom": "stk/uxprt",
Expand All @@ -719,6 +724,7 @@
]
}
],
"deprecated": true,
"base": "stk/uxprt",
"name": "PSTAKE staked XPRT",
"display": "stkxprt",
Expand Down Expand Up @@ -801,4 +807,4 @@
]
}
]
}
}
Loading