Skip to content

Commit

Permalink
Fix mainnet rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Sep 10, 2024
1 parent 2bff721 commit a168141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo EOF
} >> "$GITHUB_OUTPUT"
env:
FOUNDRY_RPC_URL: "${{ secrets.RPC_URL }}"
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

- name: Check coverage is updated
uses: actions/github-script@v5
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
- name: Run tests
run: forge test --isolate -vvv
env:
FORGE_SNAPSHOT_CHECK: true
FORGE_SNAPSHOT_CHECK: true
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

0 comments on commit a168141

Please sign in to comment.