chains/_data/chains/eip155-212.json
Phil 38ae9788f2
Add MAP mainnet and testnet. (#1759)
* Add MAP mainnet and testnet.

* Format 212 and 22776 json.

Co-authored-by: phil <phil@maplabs.io>
2022-11-18 11:02:40 +01:00

24 lines
488 B
JSON

{
"name": "MAP Makalu",
"title": "MAP Testnet Makalu",
"chain": "MAP",
"rpc": ["https://testnet-rpc.maplabs.io"],
"faucets": ["https://faucet.maplabs.io"],
"nativeCurrency": {
"name": "Makalu MAP",
"symbol": "MAP",
"decimals": 18
},
"infoURL": "https://maplabs.io",
"shortName": "makalu",
"chainId": 212,
"networkId": 212,
"explorers": [
{
"name": "mapscan",
"url": "https://testnet.mapscan.io",
"standard": "EIP3091"
}
]
}