Skip to content

Commit

Permalink
Merge pull request #893 from kmchmk/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
webmaster128 committed Feb 9, 2024
2 parents 1a598fd + 96d7a0f commit 92b5aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/cw3-flex-multisig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Once you are happy with the content, you can compile it to wasm via:

```
RUSTFLAGS='-C link-arg=-s' cargo wasm
cp ../../target/wasm32-unknown-unknown/release/cw3_fixed_multisig.wasm .
ls -l cw3_fixed_multisig.wasm
sha256sum cw3_fixed_multisig.wasm
cp ../../target/wasm32-unknown-unknown/release/cw3_flex_multisig.wasm .
ls -l cw3_flex_multisig.wasm
sha256sum cw3_flex_multisig.wasm
```

Or for a production-ready (optimized) build, run a build command in
Expand Down

0 comments on commit 92b5aa7

Please sign in to comment.