Open
Description
Hello
https://cosmos.directory/nomic/nodes
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.
Can you make it so you return the rest and make it available?
Thank you
Metadata
Assignees
Labels
No labels
Activity