mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
use https on rpc and explorer
This commit is contained in:
parent
ea669168f6
commit
60e05421ee
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user