mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "Mas Mainnet",
|
|
"chain": "MAS",
|
|
"rpc": ["http://node.masnet.ai:8545"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Master Bank",
|
|
"symbol": "MAS",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://masterbank.org",
|
|
"shortName": "mas",
|
|
"chainId": 220315,
|
|
"networkId": 220315,
|
|
"icon": "mas",
|
|
"explorers": [
|
|
{
|
|
"name": "explorer masnet",
|
|
"url": "https://explorer.masnet.ai",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|