Skip to content

Commit

Permalink
Add Ethereum Proof of Work ( ethereum-lists#1611 )
Browse files Browse the repository at this point in the history
ETHW url source : https://twitter.com/EthereumPoW/status/1570413723969552385

it looks like that Smart bitcoin cash testnet have the same chain id with ETHW so I add 0 in the name json
  • Loading branch information
dansus021 authored Sep 22, 2022
1 parent 49a8d11 commit f6f6738
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-010001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "ETHW-mainnet",
"chain": "ETHW",
"rpc": ["https://mainnet.ethereumpow.org/"],
"faucets": [],
"nativeCurrency": {
"name": "EthereumPoW",
"symbol": "ETHW",
"decimals": 18
},
"infoURL": "https://ethereumpow.org/",
"shortName": "ETHW",
"chainId": 10001,
"networkId": 10001,
"explorers": [
{
"name": "ETHWScan",
"url": "https://mainnet.ethwscan.com",
"standard": "EIP3091"
}
]
}

0 comments on commit f6f6738

Please sign in to comment.