diff --git a/_data/chains/eip155-75000.json b/_data/chains/eip155-75000.json new file mode 100644 index 00000000..5659aa8b --- /dev/null +++ b/_data/chains/eip155-75000.json @@ -0,0 +1,22 @@ +{ + "name": "ResinCoin Mainnet", + "chain": "RESIN", + "rpc": [ + "https://mainnet.resincoin.ml/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "RESIN", + "decimals": 18 + }, + "infoURL": "https://resincoin.ml", + "shortName": "resin", + "chainId": 75000, + "networkId": 75000, + "explorers": [{ + "name": "ResinScan", + "url": "https://explorer.resincoin.ml", + "standard": "none" + }] +}