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

* changed .ML to .dev * Create resincoin.json * added resincoin logo * added icon entry * Update resincoin.json
24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"name": "ResinCoin Mainnet",
|
|
"chain": "RESIN",
|
|
"icon": "resincoin",
|
|
"rpc": ["https://mainnet.resincoin.dev"],
|
|
"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"
|
|
}
|
|
]
|
|
}
|