Skip to content

Commit

Permalink
fix rollup interval config
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 18, 2023
1 parent 18269b6 commit abfbd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abfbd60

Please sign in to comment.