diff --git a/thorchain/assetlist.json b/thorchain/assetlist.json index bb70e163cc..e804c30293 100644 --- a/thorchain/assetlist.json +++ b/thorchain/assetlist.json @@ -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", @@ -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", + "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", diff --git a/thorchain/chain.json b/thorchain/chain.json index 32b5d6a770..60d14149da 100644 --- a/thorchain/chain.json +++ b/thorchain/chain.json @@ -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": [ { diff --git a/thorchain/images/stcy.png b/thorchain/images/stcy.png new file mode 100644 index 0000000000..20b87f5e9d Binary files /dev/null and b/thorchain/images/stcy.png differ