chains/_data/chains/eip155-75000.json
SsNiPeR1 4af82edd57
added resincoin icon (#1617)
* changed .ML to .dev

* Create resincoin.json

* added resincoin logo

* added icon entry

* Update resincoin.json
2022-10-03 18:00:51 +02:00

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"
}
]
}