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

Add stratos socials, description #5459

Merged
merged 1 commit into from
Oct 16, 2024
Merged
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
10 changes: 10 additions & 0 deletions stratos/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"assets": [
{
"description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain",
"extended_description": "Stratos is the first decentralized infrastructure that provides scalable, reliable, self-balanced storage, AI computation and database network and offers a solid foundation for data processing.",
"denom_units": [
{
"denom": "wei",
Expand Down Expand Up @@ -36,6 +37,15 @@
}
}
],
"socials": {
"website": "https://www.thestratos.org/",
"twitter": "https://x.com/Stratos_Network",
"discord": "https://discord.gg/tpQGpC2nMh",
"telegram": "https://t.me/StratosOfficial",
"reddit": "https://www.reddit.com/r/stratoscommunity/",
"github": "https://github.com/stratosnet",
"medium": "https://stratos-network.medium.com/"
},
"type_asset": "sdk.coin"
}
]
Expand Down
1 change: 1 addition & 0 deletions stratos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
]
},
"description": "Stratos is the first decentralized infrastructure that provides scalable, reliable, self-balanced storage, AI computation and database network and offers a solid foundation for data processing.",
"codebase": {
"git_repo": "https://github.com/stratosnet/stratos-chain",
"recommended_version": "v0.11.2",
Expand Down
Loading