Skip to content

Commit

Permalink
Merge pull request #870 from TrevorJTClarke/patch-1
Browse files Browse the repository at this point in the history
Update optimizer to latest
  • Loading branch information
ueco-jb authored May 3, 2023
2 parents a959518 + b904908 commit de1fb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To compile all the contracts, run the following in the repo root:
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.11
cosmwasm/workspace-optimizer:0.12.13
```

This will compile all packages in the `contracts` directory and output the stripped and optimized wasm code under the
Expand Down
2 changes: 1 addition & 1 deletion scripts/optimizer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:

U="cosmwasm"
V="0.12.8"
V="0.12.13"

M=$(uname -m)
#M="x86_64" # Force Intel arch
Expand Down

0 comments on commit de1fb0b

Please sign in to comment.