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:
Erialos 2023-03-24 13:00:11 -06:00
parent 466f53e19d
commit d44562482f
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{
"chain_name": "Migaloo",
"coingecko": "",
"api": ["https://api.migaloo.silknodes.io"],
"rpc": ["https://rpc.migaloo.silknodes.io"],
"api": ["https://migaloo-api.polkachu.com", "https://api.migaloo.silknodes.io"],
"rpc": ["https://migaloo-rpc.polkachu.com/:443","https://rpc.migaloo.silknodes.io"],
"snapshot_provider": "",
"coin_type": 118,
"sdk_version": "0.45.9",