Skip to content

Commit

Permalink
fix: add optimism rpc
Browse files Browse the repository at this point in the history
Signed-off-by: 0xRaccoon <[email protected]>
  • Loading branch information
0xRaccoon committed Dec 26, 2023
1 parent fbeccaf commit ef0afb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
touch .env
echo MAINNET_RPC="${{ secrets.MAINNET_RPC }}" >> .env
echo GOERLI_RPC="${{ secrets.GOERLI_RPC }}" >> .env
echo GOERLI_RPC="${{ secrets.OPTIMISM_RPC }}" >> .env
cat .env
- name: Run tests
Expand Down

0 comments on commit ef0afb9

Please sign in to comment.