From 13a581fb6ef9f76e08f0a2fba4c1225bcc414190 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 14 Feb 2023 18:49:27 +0100 Subject: [PATCH] Remove PRC that reports a different ChainID (#2277) connecting to https://mainnet.resincoin.dev Client:Geth/v1.10.26-stable-e5eb32ac/linux-amd64/go1.18.5 BlockNumber:16648 GasPrice:1000000007 12 actionable tasks: 11 executed, 1 up-to-date Exception in thread "main" java.lang.IllegalStateException: RPC chainId (75001) does not match chainId from json (75000) at org.ethereum.lists.chains.MainKt.checkChain(Main.kt:449) at org.ethereum.lists.chains.MainKt.main(Main.kt:39) --- _data/chains/eip155-75000.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-75000.json b/_data/chains/eip155-75000.json index ad58fd40a597..6e840fc41cf4 100644 --- a/_data/chains/eip155-75000.json +++ b/_data/chains/eip155-75000.json @@ -2,7 +2,7 @@ "name": "ResinCoin Mainnet", "chain": "RESIN", "icon": "resincoin", - "rpc": ["https://mainnet.resincoin.dev"], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether",