Skip to content

Commit 1cbd0de

Browse files
authored
chore: remove env (#231)
## 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
1 parent b6871bc commit 1cbd0de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131

3232
name: Foundry project
3333
runs-on: ubuntu-latest
34-
env:
35-
# should support archive requests
36-
FORK_URL: 'https://eth.llamarpc.com'
37-
FORK_BLOCK_NUMBER: 20691292
3834
steps:
3935
- uses: actions/checkout@v4
4036
with:

0 commit comments

Comments
 (0)