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