Revert change to ethersuite

reason: broke the contract tests
This commit is contained in:
Mark Spanbroek 2024-11-07 21:12:07 +01:00
parent 5e02b0c1b8
commit d53f531656
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ template ethersuite*(name, body) =
var snapshot: JsonNode
setup:
ethProvider = JsonRpcProvider.new("http://localhost:8545")
ethProvider = JsonRpcProvider.new("ws://localhost:8545")
snapshot = await send(ethProvider, "evm_snapshot")
accounts = await ethProvider.listAccounts()