From 985ee1f9d8d3ca21f6ec7077d64c432e7d38c378 Mon Sep 17 00:00:00 2001 From: Boris Povod Date: Tue, 22 Nov 2022 22:09:59 +0400 Subject: [PATCH] Update README with CLI and bounty, fix CI aptos version to 1.0.0 (#135) * Update README with CLI and bounty * update CI * another try with CI --- .github/workflows/ci.yaml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3b61fa..2c89c63 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/README.md b/README.md index f235d33..5c9ef11 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)