Skip to content

Commit 3f73505

Browse files
style(ci): update stale comment on line 79
The previous comment "Use the secret if available, otherwise fallback to the public key" was accurate when PROVIDER_MAINNET used the secrets.MAINNET_PROVIDER expression, but is now misleading since all provider env vars are hardcoded to public endpoints.
1 parent 741d8ef commit 3f73505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Test
7878
env:
79-
# Use the secret if available, otherwise fallback to the public key
79+
# Select the provider URL for this matrix run (all env vars are hardcoded public endpoints)
8080
PROVIDER: ${{ ((matrix.network == 'mainnet') && env.PROVIDER_MAINNET) || ((matrix.network == 'arbitrum') && env.PROVIDER_ARBITRUM) }}
8181
UNISWAP_VERSION: ${{ matrix.uniswap-version }}
8282
run: |

0 commit comments

Comments
 (0)