upgrade to ethermint v0.21.0 #99

Closed
0xmuralik wants to merge 384 commits from murali/update-fork into main
2 changed files with 4 additions and 5 deletions
Showing only changes of commit fac90c1e3d - Show all commits

View File

@ -44,12 +44,11 @@ pytest -s -vv
If you're changing anything on the ethermint rpc, rerun the first command. If you're changing anything on the ethermint rpc, rerun the first command.
## Caching ## Caching
You can enable Binary Cache to speed up the tests: You can enable Binary Cache to speed up the tests:
``` ```
$ nix-env -iA cachix -f https://cachix.org/api/v1/install nix-env -iA cachix -f https://cachix.org/api/v1/install
$ cachix use ethermint cachix use ethermint
``` ```