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.
BASE_RPC_URL
1 parent ed40f50 commit b258503Copy full SHA for b258503
.github/workflows/ci.yml
@@ -87,6 +87,7 @@ jobs:
87
run: forge test
88
env:
89
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
90
+ BASE_RPC_URL: ${{ secrets.BASE_RPC_URL }}
91
92
- name: Add test summary
93
run: |
0 commit comments