Skip to content

Commit

Permalink
feat: update cosmwasm optimizer version (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 authored Jul 25, 2024
1 parent 130c1d9 commit d03d63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Use the existing deployments for all three contracts, making note of the existin
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.1
cosmwasm/optimizer:0.16.0
```
This process can take many minutes as it will compile all of the contracts in the repository. Any `unused import` warnings during this process can be ignored.
Expand Down

0 comments on commit d03d63d

Please sign in to comment.