From 40aae3dacbd98561d31f12b45045e3aa12d1ab25 Mon Sep 17 00:00:00 2001 From: Chepelau Date: Mon, 14 Oct 2024 10:08:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7150f81..e2491d5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # protocol-cairo1 -This repo contains Carmine Options AMM written in C1, version `2.3.0`. +This repo contains Carmine Options AMM written in C1, version `2.3.1`. ## Building/Testing the project The contracts are build using Scarb `2.3.0.` Install with: -`curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v 2.3.0` +`curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v 2.3.1` Then build by running `scarb build` command.