Change ETC RPC endpoints (#3074)

Since July 24th, 2023 the current endpoints will be disabled. This
commit replaces them with those listed in the announcement post,
https://etccooperative.org/posts/2023-06-24-important-announcement-migrate-the-etc-and-mordor-rpc-endpoints-by-july-24-2023-en

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Diego López León 2023-06-27 18:36:03 -03:00 committed by GitHub
parent e59b1f7450
commit 6f5492461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "Ethereum Classic Mainnet", "name": "Ethereum Classic Mainnet",
"chain": "ETC", "chain": "ETC",
"rpc": ["https://www.ethercluster.com/etc"], "rpc": ["https://etc.rivet.link"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
"nativeCurrency": { "nativeCurrency": {
"name": "Ethereum Classic Ether", "name": "Ethereum Classic Ether",

View File

@ -1,7 +1,7 @@
{ {
"name": "Ethereum Classic Testnet Mordor", "name": "Ethereum Classic Testnet Mordor",
"chain": "ETC", "chain": "ETC",
"rpc": ["https://www.ethercluster.com/mordor"], "rpc": ["https://rpc.mordor.etccooperative.org"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Mordor Classic Testnet Ether", "name": "Mordor Classic Testnet Ether",