Skip to content

Commit

Permalink
Remove PRC that reports a different ChainID (ethereum-lists#2277)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ligi authored Feb 14, 2023
1 parent e27e80e commit 13a581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/chains/eip155-75000.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ResinCoin Mainnet",
"chain": "RESIN",
"icon": "resincoin",
"rpc": ["https://mainnet.resincoin.dev"],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down

0 comments on commit 13a581f

Please sign in to comment.