portal-bridge: fix web3 URL to not use HTTPS
Was causing errors like this: ``` Failed to send POST Request with JSON-RPC: Could not connect to remote host, reason: (UnsupportedVersion) Incoming protocol or record version is unsupported (code: 3)" ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a991898990
commit
e2c8ce0175
|
@ -8,4 +8,4 @@ portal_bridge_latest: true
|
|||
portal_bridge_backfill: true
|
||||
portal_bridge_audit: true
|
||||
portal_bridge_era1_dir: '/era'
|
||||
portal_bridge_web3_url: 'https://linux-02.ih-eu-mda1.nimbus.mainnet.wg:8545'
|
||||
portal_bridge_web3_url: 'http://linux-02.ih-eu-mda1.nimbus.mainnet.wg:8545'
|
||||
|
|
Loading…
Reference in New Issue