We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2eb3a0 commit 741d8efCopy full SHA for 741d8ef
.github/workflows/test.yml
@@ -7,7 +7,9 @@ on:
7
branches: [ master, dev/v4, dev/v4-fin ]
8
9
env:
10
- PROVIDER_MAINNET: ${{ secrets.MAINNET_PROVIDER || 'https://ethereum.publicnode.com' }}
+ # The repo secret still points at a rate-limited Infura URL, so CI must use
11
+ # the public endpoint directly instead of preferring the secret on push runs.
12
+ PROVIDER_MAINNET: 'https://ethereum.publicnode.com'
13
PROVIDER_ARBITRUM: 'https://arb1.arbitrum.io/rpc'
14
PROVIDER_XDAI: 'https://rpc.ankr.com/gnosis'
15
0 commit comments