Skip to content

Commit

Permalink
Merge pull request #46 from pontem-network/make-immutable
Browse files Browse the repository at this point in the history
make it immutable
  • Loading branch information
borispovod authored Feb 7, 2024
2 parents 10e043f + 802dbfe commit f407d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get Aptos
uses: pontem-network/get-aptos@main
with:
version: aptos-cli-v1.0.4
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
prover: false

Expand Down
2 changes: 1 addition & 1 deletion Move.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "Harvest"
version = "1.0.0"
upgrade_policy = "compatible"
upgrade_policy = "immutable"

[addresses]
harvest = "0xb247ddeee87e848315caf9a33b8e4c71ac53db888cb88143d62d2370cca0ead2"
Expand Down

0 comments on commit f407d7e

Please sign in to comment.