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

* Add MAP mainnet and testnet. * Format 212 and 22776 json. Co-authored-by: phil <phil@maplabs.io>
24 lines
488 B
JSON
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"
|
|
}
|
|
]
|
|
}
|