mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"name": "Moonbase Alpha",
|
|
"chain": "MOON",
|
|
"rpc": [
|
|
"https://rpc.api.moonbase.moonbeam.network",
|
|
"wss://wss.api.moonbase.moonbeam.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Dev",
|
|
"symbol": "DEV",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.moonbeam.network/networks/testnet/",
|
|
"shortName": "mbase",
|
|
"chainId": 1287,
|
|
"networkId": 1287,
|
|
"explorers": [
|
|
{
|
|
"name": "moonscan",
|
|
"url": "https://moonbase.moonscan.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|