added missing explorer and faucet (#486)

This commit is contained in:
porkybalboa 2021-10-13 22:32:22 +02:00 committed by GitHub
parent 1232cf64d6
commit e05f57564d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"wss://rpc.energyweb.org/ws" "wss://rpc.energyweb.org/ws"
], ],
"faucets": [ "faucets": [
"https://faucet.carbonswap.exchange" "https://faucet.carbonswap.exchange", "https://free-online-app.com/faucet-for-eth-evm-chains/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Energy Web Token", "name": "Energy Web Token",
@ -18,5 +18,13 @@
"shortName": "ewt", "shortName": "ewt",
"chainId": 246, "chainId": 246,
"networkId": 246, "networkId": 246,
"slip44": 246 "slip44": 246,
"explorers": [{
"name": "blockscout",
"url": "https://explorer.energyweb.org",
"standard": "none"
}]
} }