mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Added MOAC testnet, mainnet and icon * Update moac.json * Update eip155-201.json * Update eip155-1099.json * change the testnet shortName to mctest,mainnet use moac as shortName * change the testnet and mainnet rpc to https Co-authored-by: ligi <ligi@ligi.de>
23 lines
432 B
JSON
23 lines
432 B
JSON
{
|
|
"name": "MOAC testnet",
|
|
"chain": "MOAC",
|
|
"rpc": ["https://gateway.moac.io/testnet"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "MOAC",
|
|
"symbol": "mc",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://moac.io",
|
|
"shortName": "moactest",
|
|
"chainId": 201,
|
|
"networkId": 201,
|
|
"explorers": [
|
|
{
|
|
"name": "moac testnet explorer",
|
|
"url": "https://testnet.moac.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|