Skip to content

Commit c9654a4

Browse files
committed
chore: update rpc
1 parent 4738660 commit c9654a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/foundry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
esac
7373
env:
7474
FOUNDRY_PROFILE: ${{ matrix.suite == 'Fork' && 'forktest' || 'medium' }}
75-
RPC_MAINNET: https://billowing-capable-sound.quiknode.pro/
76-
RPC_SEPOLIA: ${{ secrets.RPC_SEPOLIA }}
77-
75+
RPC_MAINNET: ${{ secrets.RPC_MAINNET }}
76+
RPC_HOLESKY: ${{ secrets.RPC_HOLESKY }}
77+
7878
# -----------------------------------------------------------------------
7979
# Forge Storage Diff
8080
# -----------------------------------------------------------------------

0 commit comments

Comments
 (0)