Skip to content

Commit

Permalink
fix: Add rpc mainnet env var to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Sep 4, 2024
1 parent c6c59d4 commit 0dc9825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
env:
ALCHEMY_KEY: '${{secrets.ALCHEMY_KEY}}'
ETH_RPC_URL: 'https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}'
RPC_MAINNET: 'https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}'
strategy:
matrix:
node-version:
Expand Down

0 comments on commit 0dc9825

Please sign in to comment.