mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
23 lines
487 B
JSON
23 lines
487 B
JSON
{
|
|
"name": "Moonbeam",
|
|
"chain": "MOON",
|
|
"rpc": ["https://rpc.api.moonbeam.network", "wss://wss.api.moonbeam.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Glimmer",
|
|
"symbol": "GLMR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://moonbeam.network/networks/moonbeam/",
|
|
"shortName": "mbeam",
|
|
"chainId": 1284,
|
|
"networkId": 1284,
|
|
"explorers": [
|
|
{
|
|
"name": "moonscan",
|
|
"url": "https://moonbeam.moonscan.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|