forked from cerc-io/cosmos-explorer
Migaloo chain update
Polkachu's endpoints were wrong. Both Whitewhale and Migaloo chain file are for the exact same chain and are a duplicate. Migaloo is official name, so I have disabled the whitewhale chain file. It also has the wrong polkachu endpoints and isn't even working as an option.
This commit is contained in:
parent
466f53e19d
commit
d44562482f
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"chain_name": "Migaloo",
|
"chain_name": "Migaloo",
|
||||||
"coingecko": "",
|
"coingecko": "",
|
||||||
"api": ["https://api.migaloo.silknodes.io"],
|
"api": ["https://migaloo-api.polkachu.com", "https://api.migaloo.silknodes.io"],
|
||||||
"rpc": ["https://rpc.migaloo.silknodes.io"],
|
"rpc": ["https://migaloo-rpc.polkachu.com/:443","https://rpc.migaloo.silknodes.io"],
|
||||||
"snapshot_provider": "",
|
"snapshot_provider": "",
|
||||||
"coin_type": 118,
|
"coin_type": 118,
|
||||||
"sdk_version": "0.45.9",
|
"sdk_version": "0.45.9",
|
||||||
|
Loading…
Reference in New Issue
Block a user