From bb0736b1c6b788d7a5b22ff896b3a67a0e6ab57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Wed, 6 Sep 2023 09:49:35 -0300 Subject: [PATCH 1/6] [Kotti] deprecate network --- _data/chains/eip155-6.json | 1 + 1 file changed, 1 insertion(+) 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": [], From 02ee8de470b9d28bf5931093e7e195bae2cd03a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Tue, 5 Sep 2023 22:50:43 -0300 Subject: [PATCH 2/6] [Mordor] add faucets --- _data/chains/eip155-63.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index 0413b99c8d5c..bff2664cf28b 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -2,7 +2,10 @@ "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", "rpc": ["https://rpc.mordor.etccooperative.org"], - "faucets": [], + "faucets": [ + "https://mordor.canhaz.net/", + "https://easy.hebeswap.com/#/faucet" + ], "nativeCurrency": { "name": "Mordor Classic Testnet Ether", "symbol": "METC", From 132d339381cf031a5f07aba1d6e767846cd8201e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Tue, 5 Sep 2023 22:51:24 -0300 Subject: [PATCH 3/6] [Mordor] add explorer --- _data/chains/eip155-63.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index bff2664cf28b..8cd784f88d0a 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -14,5 +14,12 @@ "infoURL": "https://github.com/eth-classic/mordor/", "shortName": "metc", "chainId": 63, - "networkId": 7 + "networkId": 7, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.com/etc/mordor", + "standard": "EIP3091" + } + ] } From e014a21e8f6160a894dd2f3ad68750ea8ca61420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Tue, 5 Sep 2023 22:51:54 -0300 Subject: [PATCH 4/6] [Mordor] add extra fields --- _data/chains/eip155-63.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index 8cd784f88d0a..8d9ce23937af 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -2,6 +2,7 @@ "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", "rpc": ["https://rpc.mordor.etccooperative.org"], + "features": [{ "name": "EIP155" }], "faucets": [ "https://mordor.canhaz.net/", "https://easy.hebeswap.com/#/faucet" @@ -15,6 +16,7 @@ "shortName": "metc", "chainId": 63, "networkId": 7, + "slip44": 63, "explorers": [ { "name": "blockscout", From 5e2b2f2366110da5ad8fda8a26c55362775f7e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Tue, 5 Sep 2023 22:52:35 -0300 Subject: [PATCH 5/6] [ETC] delete faucet --- _data/chains/eip155-61.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-61.json b/_data/chains/eip155-61.json index b42d6346c93a..a86f6055feb2 100644 --- a/_data/chains/eip155-61.json +++ b/_data/chains/eip155-61.json @@ -2,7 +2,7 @@ "name": "Ethereum Classic Mainnet", "chain": "ETC", "rpc": ["https://etc.rivet.link"], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], + "faucets": [], "nativeCurrency": { "name": "Ethereum Classic Ether", "symbol": "ETC", From 7dc4c71a37bad32aa3cb7a4b6583c9f63e35886c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Tue, 5 Sep 2023 22:53:10 -0300 Subject: [PATCH 6/6] [ETC] add missing fields --- _data/chains/eip155-61.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-61.json b/_data/chains/eip155-61.json index a86f6055feb2..e202abfcc994 100644 --- a/_data/chains/eip155-61.json +++ b/_data/chains/eip155-61.json @@ -2,6 +2,7 @@ "name": "Ethereum Classic Mainnet", "chain": "ETC", "rpc": ["https://etc.rivet.link"], + "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { "name": "Ethereum Classic Ether", @@ -13,12 +14,11 @@ "chainId": 61, "networkId": 1, "slip44": 61, - "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/etc/mainnet", - "standard": "none" + "standard": "EIP3091" } ] }