mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added missing explorer and faucet (#486)
This commit is contained in:
parent
1232cf64d6
commit
e05f57564d
|
@ -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"
|
||||||
|
}]
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user