mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

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)
24 lines
434 B
JSON
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"
|
|
}
|
|
]
|
|
}
|