Updates for explorers, faucet, rpc (#645)

This commit is contained in:
purestaketdb 2021-12-09 16:41:41 -05:00 committed by GitHub
parent 2640bb6a99
commit 7e010430e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 10 deletions

View File

@ -2,7 +2,10 @@
"name": "Moonbeam", "name": "Moonbeam",
"chain": "MOON", "chain": "MOON",
"network": "moonbeam", "network": "moonbeam",
"rpc": [], "rpc": [
"https://rpc.api.moonbeam.network",
"wss://wss.api.moonbeam.network"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Glimmer", "name": "Glimmer",

View File

@ -6,7 +6,7 @@
"https://rpc.moonriver.moonbeam.network", "https://rpc.moonriver.moonbeam.network",
"wss://wss.moonriver.moonbeam.network" "wss://wss.moonriver.moonbeam.network"
], ],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Moonriver", "name": "Moonriver",
"symbol": "MOVR", "symbol": "MOVR",
@ -16,10 +16,11 @@
"shortName": "mriver", "shortName": "mriver",
"chainId": 1285, "chainId": 1285,
"networkId": 1285, "networkId": 1285,
"explorers": [
"explorers": [{ {
"name": "blockscout", "name": "moonscan",
"url": "https://blockscout.moonriver.moonbeam.network", "url": "https://moonriver.moonscan.io/",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -15,5 +15,12 @@
"infoURL": "https://docs.moonbeam.network/networks/testnet/", "infoURL": "https://docs.moonbeam.network/networks/testnet/",
"shortName": "mbase", "shortName": "mbase",
"chainId": 1287, "chainId": 1287,
"networkId": 1287 "networkId": 1287,
"explorers": [
{
"name": "moonscan",
"url": "https://moonbase.moonscan.io/",
"standard": "none"
}
]
} }