Skip to content

Commit

Permalink
Update README with CLI and bounty, fix CI aptos version to 1.0.0 (#135)
Browse files Browse the repository at this point in the history
* Update README with CLI and bounty

* update CI

* another try with CI
  • Loading branch information
borispovod authored Nov 22, 2022
1 parent bdb17f1 commit 985ee1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get Aptos
uses: pontem-network/get-aptos@main
with:
version: latest
version: aptos-cli-v1.0.0
token: ${{ secrets.GITHUB_TOKEN }}
prover: true

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ To integrate Liquidswap into your project vist [integration](https://docs.liquid

### Build

**Important:** we recommend Aptos CLI v1.0.0, as the newest version contains bugs related to dependencies resolving.

[Aptos CLI](https://github.com/aptos-labs/aptos-core/releases) required:

aptos move compile
Expand All @@ -24,6 +26,10 @@ To integrate Liquidswap into your project vist [integration](https://docs.liquid

Look at [section](https://docs.liquidswap.com/#security-audits) in our doc.

### Bounty Program

Read details about our bounty program launched on the [Immunefi platform](https://immunefi.com/bounty/liquidswap/).

### License

See [LICENSE](LICENSE)
Expand Down

0 comments on commit 985ee1f

Please sign in to comment.