From 202007393d768352642c40c28cdf40ed56d80001 Mon Sep 17 00:00:00 2001 From: jingwei zhuang Date: Fri, 27 Sep 2024 13:11:55 -0700 Subject: [PATCH] use web3 5.31.3 --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b00e7a8..125d2c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,12 @@ jobs: python -m pip install --upgrade pip pip install web3 + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install web3==5.31.3 + shell: bash + - name: deploy erc20 USDC run: .github/scripts/init_erc20.sh shell: bash