Skip to content

Commit

Permalink
ci: pin down fork block number
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 11, 2025
1 parent f971123 commit 791ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
FORK_URL: ${{ secrets.MAINNET_RPC_URL }}
FORK_CHAIN_ID: 1
# FORK_BLOCK_NUMBER: 21571000
FORK_BLOCK_NUMBER: 21571000
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 791ad52

Please sign in to comment.