mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updates for explorers, faucet, rpc (#645)
This commit is contained in:
parent
2640bb6a99
commit
7e010430e7
|
@ -2,7 +2,10 @@
|
|||
"name": "Moonbeam",
|
||||
"chain": "MOON",
|
||||
"network": "moonbeam",
|
||||
"rpc": [],
|
||||
"rpc": [
|
||||
"https://rpc.api.moonbeam.network",
|
||||
"wss://wss.api.moonbeam.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Glimmer",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"https://rpc.moonriver.moonbeam.network",
|
||||
"wss://wss.moonriver.moonbeam.network"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Moonriver",
|
||||
"symbol": "MOVR",
|
||||
|
@ -16,10 +16,11 @@
|
|||
"shortName": "mriver",
|
||||
"chainId": 1285,
|
||||
"networkId": 1285,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.moonriver.moonbeam.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
"explorers": [
|
||||
{
|
||||
"name": "moonscan",
|
||||
"url": "https://moonriver.moonscan.io/",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -15,5 +15,12 @@
|
|||
"infoURL": "https://docs.moonbeam.network/networks/testnet/",
|
||||
"shortName": "mbase",
|
||||
"chainId": 1287,
|
||||
"networkId": 1287
|
||||
"networkId": 1287,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "moonscan",
|
||||
"url": "https://moonbase.moonscan.io/",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user