Skip to content

Update pretty names for Fetch.ai and Fetch.ai Testnet; add logo to testnet #6291

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion fetchhub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"chain_name": "fetchhub",
"status": "live",
"network_type": "mainnet",
"pretty_name": "Fetch.ai",
"pretty_name": "ASI ALLIANCE",
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure I agree that this is meant to be the name of the chain (at least not yet)...

"chain_type": "cosmos",
"chain_id": "fetchhub-4",
"bech32_prefix": "fetch",
Expand Down
6 changes: 5 additions & 1 deletion testnets/fetchhubtestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"chain_name": "fetchhubtestnet",
"status": "live",
"network_type": "testnet",
"pretty_name": "Fetch.ai Testnet",
"pretty_name": "ASI Testnet",
"chain_type": "cosmos",
"chain_id": "dorado-1",
"bech32_prefix": "fetch",
Expand Down Expand Up @@ -37,6 +37,10 @@
"genesis_url": "https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-827201.json"
}
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"
},
"peers": {
"seeds": [
{
Expand Down