Skip to content

Commit

Permalink
Ethereum Classic networks clean up (#3440)
Browse files Browse the repository at this point in the history
* [Kotti] deprecate network

* [Mordor] add faucets

* [Mordor] add explorer

* [Mordor] add extra fields

* [ETC] delete faucet

* [ETC] add missing fields
  • Loading branch information
diega authored Sep 6, 2023
1 parent e3cd61b commit 39ecee6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Ethereum Classic Testnet Kotti",
"status": "deprecated",
"chain": "ETC",
"rpc": ["https://www.ethercluster.com/kotti"],
"faucets": [],
Expand Down
6 changes: 3 additions & 3 deletions _data/chains/eip155-61.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -13,12 +14,11 @@
"chainId": 61,
"networkId": 1,
"slip44": 61,

"explorers": [
{
"name": "blockscout",
"url": "https://blockscout.com/etc/mainnet",
"standard": "none"
"standard": "EIP3091"
}
]
}
16 changes: 14 additions & 2 deletions _data/chains/eip155-63.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
]
}

0 comments on commit 39ecee6

Please sign in to comment.