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", "name": "ResinCoin Mainnet",
"chain": "RESIN", "chain": "RESIN",
"rpc": ["https://mainnet.resincoin.ml"], "rpc": ["https://mainnet.resincoin.dev"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "RESIN", "symbol": "RESIN",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://resincoin.ml", "infoURL": "https://resincoin.dev",
"shortName": "resin", "shortName": "resin",
"chainId": 75000, "chainId": 75000,
"networkId": 75000, "networkId": 75000,
"explorers": [ "explorers": [
{ {
"name": "ResinScan", "name": "ResinScan",
"url": "https://explorer.resincoin.ml", "url": "https://explorer.resincoin.dev",
"standard": "none" "standard": "none"
} }
] ]