From a2764e952e7faa0e11df3db8a4915258328a77b6 Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Thu, 9 May 2024 21:21:54 -0400 Subject: [PATCH] Update chainId --- .github/workflows/periodic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 7ffa80c..c9887bf 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -75,7 +75,7 @@ jobs: run: | export PNPM_HOME="/home/runner/.local/share/pnpm" export PATH="$PNPM_HOME:$PATH" - npm_config_yes=true npx create-axiom-client init -p axiom-app -s ${{ env.SCAFFOLD }} -m ${{ env.PKG }} -c 111555111 + npm_config_yes=true npx create-axiom-client init -p axiom-app -s ${{ env.SCAFFOLD }} -m ${{ env.PKG }} -c 11155111 - name: Write local .env file working-directory: ./axiom-app