changed .ML to .dev (#1610)

This commit is contained in:
SsNiPeR1 2022-09-19 14:33:46 +02:00 committed by GitHub
parent e7ec9d1ed1
commit 49a8d1190f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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