mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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)
This commit is contained in:
parent
e27e80ebac
commit
13a581fb6e
|
@ -2,7 +2,7 @@
|
|||
"name": "ResinCoin Mainnet",
|
||||
"chain": "RESIN",
|
||||
"icon": "resincoin",
|
||||
"rpc": ["https://mainnet.resincoin.dev"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
|
|
Loading…
Reference in New Issue
Block a user