Skip to content

Commit

Permalink
update secret-contract-optimizer. Add optimized-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Mar 13, 2023
1 parent 5fc84b0 commit 5085120
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ compile-optimized-reproducible:
docker run --rm -v "$$(pwd)":/contract -v /contract/contracts/ -v "$$(pwd)"/contracts/$$(basename $$c):/contract/contracts/$$(basename $$c) \
--mount type=volume,source="$$(basename "$$(pwd)")_cache_$$(basename $$c)",target=/contract/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
enigmampc/secret-contract-optimizer:1.0.9; \
enigmampc/secret-contract-optimizer:1.0.10; \
underscore_name=$$(tr '-' '_' <<< "$$c"); \
mv ./contract.wasm.gz ./optimized-binaries/$$(basename $$underscore_name).wasm.gz ; \
done \
Expand Down
Binary file added optimized-binaries/snip721_dealer.wasm.gz
Binary file not shown.
Binary file added optimized-binaries/snip721_migratable.wasm.gz
Binary file not shown.

0 comments on commit 5085120

Please sign in to comment.