[#11964] "TypeError: Network request failed" when switching to Goerli network

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-11-23 13:10:31 +01:00
parent 995a647a34
commit 4000abfd0a
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
:config {:NetworkId (ethereum/chain-keyword->chain-id :goerli)
:DataDir "/ethereum/goerli_rpc"
:UpstreamConfig {:Enabled true
:URL "https://goerli.blockscout.com/"}}}])
:URL (str "https://goerli.infura.io/v3/" INFURA_TOKEN)}}}])
(def default-networks
(concat testnet-networks mainnet-networks sidechain-networks))