Skip to content

Commit

Permalink
fixes url of the RPC provider in multinodes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinczenko committed Oct 16, 2024
1 parent ff7b2b9 commit bb17ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/multinodes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ template multinodesuite*(name: string, body: untyped) =
# Workaround for https://github.com/NomicFoundation/hardhat/issues/2053
# Do not use websockets, but use http and polling to stop subscriptions
# from being removed after 5 minutes
ethProvider = JsonRpcProvider.new("https://localhost:8545")
ethProvider = JsonRpcProvider.new("http://localhost:8545")
# if hardhat was NOT started by the test, take a snapshot so it can be
# reverted in the test teardown
if nodeConfigs.hardhat.isNone:
Expand Down

0 comments on commit bb17ed0

Please sign in to comment.