From abfbd6046c90ffcc89f78fba4e153904976fea37 Mon Sep 17 00:00:00 2001 From: Matt Curtis Date: Mon, 18 Sep 2023 13:30:52 +0100 Subject: [PATCH] fix rollup interval config --- .github/workflows/manual-deploy-testnet-l2.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 1abf0c2ce8..407097ba63 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -101,6 +101,8 @@ jobs: echo "L1_WS_URL_0=wss://sepolia.infura.io/ws/v3/${{secret.infura_apikey_0}}" >> $GITHUB_ENV echo "L1_WS_URL_1=wss://sepolia.infura.io/ws/v3/${{secret.infura_apikey_1}}" >> $GITHUB_ENV echo "L1_HTTP_URL=https://sepolia.infura.io/v3/${{secret.infura_apikey_0}}" >> $GITHUB_ENV + echo "BATCH_INTERVAL=1s" >> $GITHUB_ENV + echo "ROLLUP_INTERVAL=3m" >> $GITHUB_ENV - name: 'Output env vars' id: outputVars