We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4738660 commit c9654a4Copy full SHA for c9654a4
.github/workflows/foundry.yml
@@ -72,9 +72,9 @@ jobs:
72
esac
73
env:
74
FOUNDRY_PROFILE: ${{ matrix.suite == 'Fork' && 'forktest' || 'medium' }}
75
- RPC_MAINNET: https://billowing-capable-sound.quiknode.pro/
76
- RPC_SEPOLIA: ${{ secrets.RPC_SEPOLIA }}
77
-
+ RPC_MAINNET: ${{ secrets.RPC_MAINNET }}
+ RPC_HOLESKY: ${{ secrets.RPC_HOLESKY }}
+
78
# -----------------------------------------------------------------------
79
# Forge Storage Diff
80
0 commit comments