chains/_data/chains/eip155-201.json
zhengpeng li 03672512d6
changed the MOAC chain rpcs to https (#1858)
* 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>
2022-11-16 01:48:32 +01:00

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"
}
]
}