Skip to content

Commit

Permalink
ethereum readme update (wormhole-foundation#3180)
Browse files Browse the repository at this point in the history
* Makefile and readme update

* readme update

* README update

* remove code duplication

* Makefile and readme update

* readme update

* README update

* remove code duplication

* Still use make test

* restore makefile

* remove run-ganache
  • Loading branch information
derpy-duck authored Jul 12, 2023
1 parent 6309b32 commit 51f9920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ assets.

For each test run:

Run `npx ganache-cli --wallet.deterministic --chain.time "1970-01-01T00:00:00+00:00"` to start a chain.
Run `npx ganache-cli --chain.vmErrorsOnRPCResponse --chain.chainId 1 --wallet.defaultBalance 10000 --wallet.deterministic --chain.time="1970-01-01T00:00:00+00:00" --chain.asyncRequestProcessing=false` to start a chain.

Run the all ethereum tests using `make test`
Run the all ethereum tests using `DEV=True make test`

Run a specific test file using `npx truffle test test/wormhole.js`

Expand Down

0 comments on commit 51f9920

Please sign in to comment.