mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
0b5df55043
commit
38ae9788f2
23
_data/chains/eip155-212.json
Normal file
23
_data/chains/eip155-212.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
24
_data/chains/eip155-22776.json
Normal file
24
_data/chains/eip155-22776.json
Normal 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
8
_data/icons/map.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user