We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We no longer need something like:
docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="cosmwasm_plus_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ cosmwasm/rust-optimizer:0.9.0 ./contracts/cw20-atomic-swap
but rather:
docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="cosmwasm_plus_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ cosmwasm/workspace-optimizer:0.10.2
And the output is artifacts/cw20_staking.wasm
artifacts/cw20_staking.wasm
This should be updated in all contracts
The text was updated successfully, but these errors were encountered:
PR: #71.
Sorry, something went wrong.
maurolacy
No branches or pull requests
We no longer need something like:
but rather:
And the output is
artifacts/cw20_staking.wasm
This should be updated in all contracts
The text was updated successfully, but these errors were encountered: