From a4e0bd60fac4fe879cf992c671f883a203036394 Mon Sep 17 00:00:00 2001 From: dOrgJelli Date: Mon, 4 Nov 2024 22:31:41 +0100 Subject: [PATCH] chore: update README + update CI workflow --- .github/workflows/{test.yml => CI.yml} | 12 ++++++++++++ README.md | 12 +++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => CI.yml} (71%) diff --git a/.github/workflows/test.yml b/.github/workflows/CI.yml similarity index 71% rename from .github/workflows/test.yml rename to .github/workflows/CI.yml index 762a296..10ff262 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/CI.yml @@ -20,6 +20,18 @@ jobs: with: submodules: recursive + - name: Read .nvmrc + run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT + id: nvm + + - name: Setup Node.js + uses: actions/setup-node@master + with: + node-version: '${{ steps.nvm.outputs.NVMRC }}' + + - name: Install Node.js dependencies + run: yarn + - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: diff --git a/README.md b/README.md index 151c9d5..4c3e752 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ ## Agent Vault Contracts +### Install + +```shell +nvm use && nvm install +``` + +```shell +yarn +``` + ### Build ```shell @@ -19,4 +29,4 @@ $ ./deploy/base-sepolia.sh ``` ### Deployments -Base Sepolia: https://sepolia.basescan.org/token/0x462e21229cd5e9b2a86ac8d36ed678e0a2cdcd57 \ No newline at end of file +Base Sepolia: https://sepolia.basescan.org/address/0x0D00FE0cd0a5438CCD72bF14690c0783b5f9100F