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