Skip to content

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

@davidp94

Description

@davidp94

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.

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

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions