Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike committed May 18, 2024
1 parent 16ff6a0 commit 036dedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `scripts/check` file is used to check for unused dependencies, format the co

The `scripts/gen` file is used to generate the contract schemas and TypeScript types. It first generates the schemas for all contracts and then generates the TypeScript types.

The `scripts/optimize` file is used to optimize the smart contracts. It uses the Docker image `cosmwasm/workspace-optimizer:0.15.0` to run the optimization process.
The `scripts/optimize` file is used to optimize the smart contracts. It uses the Docker image `cosmwasm/workspace-optimizer:0.15.1` to run the optimization process.

The GitHub Actions workflows in the `.github/workflows` directory are used to run tests and lints on every push and pull request.

Expand Down

0 comments on commit 036dedd

Please sign in to comment.