Skip to content

Commit

Permalink
Set Arbitrum rpc url in env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Apr 18, 2024
1 parent 80b32a3 commit a5a1bbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,17 @@ jobs:
- run:
name: Test RPC
command: yarn chain:fork:arbitrum
environment:
ARBITRUM_RPC_URL: https://arb-mainnet.g.alchemy.com/v2/NpgutFt2TfCFgUsHixNBsyoIkdgfg6tH
NETWORK: arbitrum
FORK: TRUE
background: true
- run:
name: Hardhat Test
environment:
ARBITRUM_RPC_URL: https://arb-mainnet.g.alchemy.com/v2/NpgutFt2TfCFgUsHixNBsyoIkdgfg6tH
NETWORK: arbitrum
FORK: TRUE
command: yarn run test:integration:arbitrum

workflows:
Expand Down

0 comments on commit a5a1bbd

Please sign in to comment.