Switch to a HTTPS web3-url for the Gnosis network (the wss is currently down)
This commit is contained in:
parent
fbbab3bfef
commit
4b9621cd77
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ EXECUTOR_NUMBER ?= 0
|
|||
|
||||
SEPOLIA_WEB3_URL := "--web3-url=https://rpc.sepolia.dev --web3-url=https://www.sepoliarpc.space"
|
||||
GOERLI_WEB3_URL := "--web3-url=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a"
|
||||
GNOSIS_WEB3_URLS := "--web3-url=wss://rpc.gnosischain.com/wss --web3-url=wss://xdai.poanetwork.dev/wss"
|
||||
GNOSIS_WEB3_URLS := "--web3-url=https://rpc.gnosischain.com/"
|
||||
|
||||
VALIDATORS := 1
|
||||
CPU_LIMIT := 0
|
||||
|
|
Loading…
Reference in New Issue