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

bug: nomic rest is unavailable because they have a custom implementation of LCD #75

Open
davidp94 opened this issue Dec 29, 2023 · 0 comments

Comments

@davidp94
Copy link

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://github.com/raw/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.

Can you make it so you return the rest and make it available?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant