Deploying to gh-pages from @ ethereum-lists/chains@7e010430e7 🚀

This commit is contained in:
ligi 2021-12-09 21:43:34 +00:00
parent e4aac58383
commit 4cd9afe4d6
4 changed files with 14 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1867,7 +1867,7 @@
"symbol": "GLMR",
"decimals": 18
},
"rpc": [],
"rpc": ["https://rpc.api.moonbeam.network", "wss://wss.api.moonbeam.network"],
"faucets": [],
"infoURL": "https://moonbeam.network/networks/moonbeam/"
}, {
@ -1881,7 +1881,7 @@
"decimals": 18
},
"rpc": ["https://rpc.moonriver.moonbeam.network", "wss://wss.moonriver.moonbeam.network"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"faucets": [],
"infoURL": "https://moonbeam.network/networks/moonriver/"
}, {
"name": "Moonrock",

View File

@ -2542,7 +2542,7 @@
"name": "Moonbeam",
"chain": "MOON",
"network": "moonbeam",
"rpc": [],
"rpc": ["https://rpc.api.moonbeam.network", "wss://wss.api.moonbeam.network"],
"faucets": [],
"nativeCurrency": {
"name": "Glimmer",
@ -2558,7 +2558,7 @@
"chain": "MOON",
"network": "moonriver",
"rpc": ["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",
@ -2569,8 +2569,8 @@
"chainId": 1285,
"networkId": 1285,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.moonriver.moonbeam.network",
"name": "moonscan",
"url": "https://moonriver.moonscan.io/",
"standard": "none"
}]
}, {
@ -2602,7 +2602,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"
}]
}, {
"name": "Moonshadow",
"chain": "MOON",