From 5424ac0a0b340f71060079ba7a2fcbc80ccb0035 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 26 Sep 2023 13:38:10 +0800 Subject: [PATCH] fix(ci): fix workflow errors --- .github/workflows/test.yml | 1 + integration_test/nodes/init.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8dde3246..61321f361 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,7 @@ jobs: with: repository: taikoxyz/taiko-mono path: ${{ env.TAIKO_MONO_DIR }} + ref: client-ci-test - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 diff --git a/integration_test/nodes/init.sh b/integration_test/nodes/init.sh index 74627996f..ad35bf40b 100755 --- a/integration_test/nodes/init.sh +++ b/integration_test/nodes/init.sh @@ -39,12 +39,11 @@ cd $TAIKO_MONO_DIR/packages/protocol && L2_SIGNAL_SERVICE=0x1000777700000000000000000000000000000007 \ SHARED_SIGNAL_SERVICE=0x0000000000000000000000000000000000000000 \ TAIKO_TOKEN_PREMINT_RECIPIENTS="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266,0x70997970C51812dc3A010C7d01b50e0d17dc79C8" \ - TAIKO_TOKEN_PREMINT_AMOUNTS="$PREMINT_TOKEN_AMOUNT,$PREMINT_TOKEN_AMOUNT" \ + TAIKO_TOKEN_PREMINT_AMOUNTS=$PREMINT_TOKEN_AMOUNT,$PREMINT_TOKEN_AMOUNT \ L2_GENESIS_HASH=$L2_GENESIS_HASH \ forge script script/DeployOnL1.s.sol:DeployOnL1 \ --fork-url http://localhost:18545 \ --broadcast \ --ffi \ -vvvvv \ - --gas-limit 100000000 \ --block-gas-limit 100000000