Revert change to ethersuite
reason: broke the contract tests
This commit is contained in:
parent
5e02b0c1b8
commit
d53f531656
|
@ -16,7 +16,7 @@ template ethersuite*(name, body) =
|
||||||
var snapshot: JsonNode
|
var snapshot: JsonNode
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
ethProvider = JsonRpcProvider.new("http://localhost:8545")
|
ethProvider = JsonRpcProvider.new("ws://localhost:8545")
|
||||||
snapshot = await send(ethProvider, "evm_snapshot")
|
snapshot = await send(ethProvider, "evm_snapshot")
|
||||||
accounts = await ethProvider.listAccounts()
|
accounts = await ethProvider.listAccounts()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue