We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
https://cosmos.directory/nomic/nodes
https://app.nomic.io:8443/
They have a custom implementation and your check makes it unavailable hence not showing in the API
https://chains.cosmos.directory/
{ "name": "nomic", "path": "nomic", "chain_name": "nomic", "network_type": "mainnet", "pretty_name": "Nomic", "chain_id": "nomic-stakenet-3", "status": "live", "bech32_prefix": "nomic", "slip44": 118, "symbol": "NOM", "display": "nom", "denom": "unom", "decimals": 6, "image": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.svg", "website": "https://nomic.io/", "height": 11880221, "best_apis": { "rest": [], "rpc": [ { "address": "https://rpc-nomic.whispernode.com/", "provider": "WhisperNode 🤐" }, { "address": "https://nomic-rpc.polkachu.com/", "provider": "Polkachu" }, { "address": "https://stakenet-rpc.nomic.io:2096/", "provider": "nomic-io" }, { "address": "https://rpc.nomic.basementnodes.ca/", "provider": "Basement Nodes ⚡️" } ] }, "proxy_status": { "rest": false, "rpc": true },
You can see that best_apis.rest is empty.
best_apis.rest
Can you make it so you return the rest and make it available?
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
https://cosmos.directory/nomic/nodes
https://app.nomic.io:8443/
They have a custom implementation and your check makes it unavailable hence not showing in the API
https://chains.cosmos.directory/
You can see that
best_apis.rest
is empty.Can you make it so you return the rest and make it available?
Thank you
The text was updated successfully, but these errors were encountered: