Skip to content

Commit

Permalink
Merge pull request #5 from public-awesome/add_test_contracts
Browse files Browse the repository at this point in the history
Escrow 721 setup
  • Loading branch information
humanalgorithm authored Jun 23, 2022
2 parents e60d6b5 + accb69e commit 0f02380
Show file tree
Hide file tree
Showing 21 changed files with 1,142 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run:
name: Install check_contract
# Uses --debug for compilation speed
command: cargo install --debug --version 1.0.0-beta4 --features iterator --example check_contract -- cosmwasm-vm
command: cargo install --debug --version 1.0.0 --features iterator --example check_contract -- cosmwasm-vm
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down
Loading

0 comments on commit 0f02380

Please sign in to comment.