diff --git a/_data/chains/eip155-6.json b/_data/chains/eip155-6.json index c588fcbbd3fd..121c0c6fd7f8 100644 --- a/_data/chains/eip155-6.json +++ b/_data/chains/eip155-6.json @@ -1,5 +1,6 @@ { "name": "Ethereum Classic Testnet Kotti", + "status": "deprecated", "chain": "ETC", "rpc": ["https://www.ethercluster.com/kotti"], "faucets": [], diff --git a/_data/chains/eip155-61.json b/_data/chains/eip155-61.json index b42d6346c93a..e202abfcc994 100644 --- a/_data/chains/eip155-61.json +++ b/_data/chains/eip155-61.json @@ -2,7 +2,8 @@ "name": "Ethereum Classic Mainnet", "chain": "ETC", "rpc": ["https://etc.rivet.link"], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], + "features": [{ "name": "EIP155" }], + "faucets": [], "nativeCurrency": { "name": "Ethereum Classic Ether", "symbol": "ETC", @@ -13,12 +14,11 @@ "chainId": 61, "networkId": 1, "slip44": 61, - "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/etc/mainnet", - "standard": "none" + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index 0413b99c8d5c..8d9ce23937af 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -2,7 +2,11 @@ "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", "rpc": ["https://rpc.mordor.etccooperative.org"], - "faucets": [], + "features": [{ "name": "EIP155" }], + "faucets": [ + "https://mordor.canhaz.net/", + "https://easy.hebeswap.com/#/faucet" + ], "nativeCurrency": { "name": "Mordor Classic Testnet Ether", "symbol": "METC", @@ -11,5 +15,13 @@ "infoURL": "https://github.com/eth-classic/mordor/", "shortName": "metc", "chainId": 63, - "networkId": 7 + "networkId": 7, + "slip44": 63, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.com/etc/mordor", + "standard": "EIP3091" + } + ] }