use https on rpc and explorer

This commit is contained in:
Bruce Lee 2021-11-05 11:01:40 +08:00
parent ea669168f6
commit 60e05421ee

View File

@ -3,7 +3,7 @@
"chain": "ZERO",
"network": "testnet",
"rpc": [
"http://betaenv.singularity.gold:8545"
"https://betaenv.singularity.gold:18545"
],
"faucets": [
"https://nft.singularity.gold"
@ -19,7 +19,7 @@
"networkId": 12051,
"explorers": [{
"name": "zeroscan",
"url": "http://betaenv.singularity.gold:8002",
"url": "https://betaenv.singularity.gold:18002",
"standard": "EIP3091"
}]
}