Skip to content

Commit

Permalink
chore: remove env (#231)
Browse files Browse the repository at this point in the history
## Description

This PR addresses the environment setup that was used for fork tests.
Now, the `FORK_URL` is set by a secret, and the `FORK_BLOCK_NUMBER` is
hard coded within the `e2e` Helper as a constant so that assumptions are
visible for auditors / developers.

## Test Plan

1. Confirm CI/CD green

## Related Issues

N/A
  • Loading branch information
mfw78 authored Oct 9, 2024
1 parent b6871bc commit 1cbd0de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:

name: Foundry project
runs-on: ubuntu-latest
env:
# should support archive requests
FORK_URL: 'https://eth.llamarpc.com'
FORK_BLOCK_NUMBER: 20691292
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1cbd0de

Please sign in to comment.