chains/_data/chains/eip155-75000.json
ligi 13a581fb6e
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)
2023-02-14 18:49:27 +01:00

24 lines
434 B
JSON

{
"name": "ResinCoin Mainnet",
"chain": "RESIN",
"icon": "resincoin",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "RESIN",
"decimals": 18
},
"infoURL": "https://resincoin.dev",
"shortName": "resin",
"chainId": 75000,
"networkId": 75000,
"explorers": [
{
"name": "ResinScan",
"url": "https://explorer.resincoin.dev",
"standard": "none"
}
]
}