mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Adding Metaplayerone Mainnet and METAD Coin Logo * Change Shortname * changed explorer name * Changed InfoUrl * changes made * changed --------- Co-authored-by: metaplayer-one <metaplayer1.chain@gmail.com>
25 lines
492 B
JSON
25 lines
492 B
JSON
{
|
|
"name": "Metaplayerone Mainnet",
|
|
"chain": "METAD",
|
|
"icon": "metad",
|
|
"rpc": ["https://rpc.metaplayer.one/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "METAD",
|
|
"symbol": "METAD",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.metaplayer.one/",
|
|
"shortName": "Metad",
|
|
"chainId": 2122,
|
|
"networkId": 2122,
|
|
"explorers": [
|
|
{
|
|
"name": "Metad Scan",
|
|
"url": "https://scan.metaplayer.one",
|
|
"icon": "metad",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|