Add MAP mainnet and testnet. (#1759)

* Add MAP mainnet and testnet.

* Format 212 and 22776 json.

Co-authored-by: phil <phil@maplabs.io>
This commit is contained in:
Phil 2022-11-18 18:02:40 +08:00 committed by GitHub
parent 0b5df55043
commit 38ae9788f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "MAP Mainnet",
"chain": "MAP",
"icon": "map",
"rpc": ["https://rpc.maplabs.io"],
"faucets": [],
"nativeCurrency": {
"name": "MAP",
"symbol": "MAP",
"decimals": 18
},
"infoURL": "https://maplabs.io",
"shortName": "map",
"chainId": 22776,
"networkId": 22776,
"slip44": 60,
"explorers": [
{
"name": "mapscan",
"url": "https://mapscan.io",
"standard": "EIP3091"
}
]
}

8
_data/icons/map.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD",
"width": 512,
"height": 512,
"format": "png"
}
]