Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Jul 28, 2023
1 parent 32d47dd commit aff7c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ See [Release procedure](CONTRIBUTING.md#release-procedure) for more information

### Install the correct version of libwasm
The current required version of libwasm is `1.2.4`. If you're upgrading from a prior version it is recommended to remove the cache to avoid errors. If you're already have `palomad` running, you will need to stop it before doing these steps.
The current required version of libwasm is `1.3.0`. If you're upgrading from a prior version it is recommended to remove the cache to avoid errors. If you're already have `palomad` running, you will need to stop it before doing these steps.

```
wget https://github.com/CosmWasm/wasmvm/releases/download/v1.2.4/libwasmvm.x86_64.so
wget https://github.com/CosmWasm/wasmvm/releases/download/v1.3.0/libwasmvm.x86_64.so
sudo mv libwasmvm.x86_64.so /usr/lib/
rm -r ~/.paloma/data/wasm/cache
Expand Down

0 comments on commit aff7c9c

Please sign in to comment.