Skip to content

Commit

Permalink
ci: use sepolia in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Jul 4, 2024
1 parent 6bd7d0b commit 0da4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "CI"

env:
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}
FOUNDRY_PROFILE: "ci"

on:
Expand Down

0 comments on commit 0da4afe

Please sign in to comment.