mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
e59b1f7450
commit
6f5492461b
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user