Skip to content
Draft
Show file tree
Hide file tree
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
35 changes: 34 additions & 1 deletion thorchain/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
{
"base": "tcy",
"type_asset": "sdk.coin",
"description": "TCY is the token on THORChain to address the default of THORFi. 10% of all system income is paid to TCY stakers.",
"description": "TCY is the THORChain Yield token to address the default of THORFi. 10% of all system income is paid to TCY stakers.",
"denom_units": [
{
"denom": "tcy",
Expand Down Expand Up @@ -231,6 +231,39 @@
"twitter": "https://twitter.com/thorchain"
}
},
{
"base": "x/staking-tcy",
"type_asset": "sdk.coin",
"description": "sTCY is the auto-compounding version of the TCY token - THORChain Yield - to address the default of THORFi. 10% of all system income is paid to TCY stakers.",
"denom_units": [
{
"denom": "stcy",
"exponent": 0
},
{
"denom": "x/staking-tcy",
"exponent": 0
}
],
"name": "THORChain sTCY",
"display": "stcy",
"symbol": "sTCY",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please register this as a "liquid-staking" version of "tcy" (using traces)?
Or else make the 's' uppercase

"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/stcy.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/stcy.png"
}
],
"keywords": ["yield", "thorchain", "auto-compound"],
"socials": {
"website": "https://rujira.network/strategies/staking/TCY",
"discord": "https://discord.gg/tW64BraTnX",
"telegram": "https://t.me/thorchain_org",
"twitter": "https://twitter.com/thorchain"
}
},
{
"base": "x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt",
"type_asset": "sdk.coin",
Expand Down
34 changes: 32 additions & 2 deletions thorchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,38 @@
]
},
"apis": {
"rpc": [],
"rest": []
"rpc": [
{
"address": "https://thornode-mainnet-rpc.bryanlabs.net",
"provider": "BryanLabs"
}
],
"rest": [
{
"address": "https://midgard.ninerealms.com",
"provider": "Ninerealms"
},
{
"address": "https://api.rujira.network/api/ruji/",
"provider": "Rujira RUJI"
},
{
"address": "https://api.rujira.network/api/trade/",
"provider": "Rujira Trade"
}
],
"graphql": [
{
"address": "https://api.rujira.network/api/graphiql",
"provider": "Rujira"
}
],
"grpc": [
{
"address": "thornode-mainnet-grpc.bryanlabs.net:443",
"provider": "BryanLabs"
}
]
},
"explorers": [
{
Expand Down
Binary file added thorchain/images/stcy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.