forked from LaconicNetwork/cosmos-explorer
There were a few odd issues with some of the RPC's blocking certain calls for some chains. I don't know all affected, as I only use a few that the true ping.pub repository uses. Stargaze was one. I have added Polkachu and Notional API and RPC endpoints. I have updated the git ignore file to exclude some of the yarn files created when running that command.
19 lines
733 B
JSON
19 lines
733 B
JSON
{
|
|
"chain_name": "cosmos",
|
|
"coingecko": "cosmos",
|
|
"api": ["https://cosmos.api.ping.pub", "https://lcd-cosmoshub.blockapsis.com"],
|
|
"rpc": ["http://cosmos.rpc.skystarcapital.xyz:26657", "https://cosmoshub.validator.network:443"],
|
|
"snapshot_provider": "d2008adf6d12f1a1951cce2b5ef531fbecb81895@cosmos.statesync.ping.pub:26656,27483c10217c542908a899024ed26ddfefeee9b9@cosmos.rpc.skystarcapital.xyz:26656",
|
|
"sdk_version": "0.44.3",
|
|
"coin_type": "118",
|
|
"min_tx_fee": "800",
|
|
"addr_prefix": "cosmos",
|
|
"logo": "/logos/cosmos.svg",
|
|
"assets": [{
|
|
"base": "uatom",
|
|
"symbol": "ATOM",
|
|
"exponent": "6",
|
|
"coingecko_id": "cosmos",
|
|
"logo": "/logos/cosmos.svg"
|
|
}]
|
|
} |