First pass

This commit is contained in:
Tim Baldwin 2021-03-02 08:04:54 -05:00 committed by ligi
parent 06d91acfdc
commit ebd27da1c0
4 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"name": "Moonbeam Polkadot",
"chain": "MOON",
"network": "moonbeam",
"rpc": [
"",
""
],
"faucets": [
""
],
"nativeCurrency": {
"name": "Glimmer",
"symbol": "GLMR",
"decimals": 18
},
"infoURL": "https://moonbeam.network/networks/moonbeam/",
"shortName": "??",
"chainId": 1284,
"networkId": 1284
}

View File

@ -0,0 +1,21 @@
{
"name": "Moonriver Kusama",
"chain": "MOON",
"network": "moonriver",
"rpc": [
"",
""
],
"faucets": [
""
],
"nativeCurrency": {
"name": "River",
"symbol": "RIVER",
"decimals": 18
},
"infoURL": "https://moonbeam.network/networks/moonriver/",
"shortName": "??",
"chainId": 1285,
"networkId": 1285
}

View File

@ -0,0 +1,21 @@
{
"name": "Moonrock Rococo",
"chain": "MOON",
"network": "moonrock",
"rpc": [
"",
""
],
"faucets": [
""
],
"nativeCurrency": {
"name": "??",
"symbol": "??",
"decimals": 18
},
"infoURL": "",
"shortName": "??",
"chainId": 1286,
"networkId": 1286
}

View File

@ -0,0 +1,21 @@
{
"name": "Moonbeam Testnet Moonbase Alpha",
"chain": "MOON",
"network": "moonbase",
"rpc": [
"https://rpc.testnet.moonbeam.network",
"wss://wss.testnet.moonbeam.network"
],
"faucets": [
""
],
"nativeCurrency": {
"name": "??",
"symbol": "DEV",
"decimals": 18
},
"infoURL": "https://docs.moonbeam.network/networks/testnet/",
"shortName": "??",
"chainId": 1287,
"networkId": 1287
}