From 49a8d1190f239463b40420f510d715ef3e2c5ac7 Mon Sep 17 00:00:00 2001 From: SsNiPeR1 <63201833+SsNiPeR1@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:33:46 +0200 Subject: [PATCH] changed .ML to .dev (#1610) --- _data/chains/eip155-75000.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-75000.json b/_data/chains/eip155-75000.json index 7b47645d..2afad84e 100644 --- a/_data/chains/eip155-75000.json +++ b/_data/chains/eip155-75000.json @@ -1,21 +1,21 @@ { "name": "ResinCoin Mainnet", "chain": "RESIN", - "rpc": ["https://mainnet.resincoin.ml"], + "rpc": ["https://mainnet.resincoin.dev"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "RESIN", "decimals": 18 }, - "infoURL": "https://resincoin.ml", + "infoURL": "https://resincoin.dev", "shortName": "resin", "chainId": 75000, "networkId": 75000, "explorers": [ { "name": "ResinScan", - "url": "https://explorer.resincoin.ml", + "url": "https://explorer.resincoin.dev", "standard": "none" } ]