Skip to content

Commit

Permalink
add arbitrum to .yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Spablob committed Jun 23, 2023
1 parent 5ffa497 commit 20ca9fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
AVAX_MNEMONIC: ${{ secrets.AVAX_MNEMONIC }}
FUJI_URI: "https://api.avax-test.network/ext/bc/C/rpc"
FUJI_MNEMONIC: ${{ secrets.FUJI_MNEMONIC }}
ARBITRUM_URI: "https://arbitrum-one.public.blastapi.io"
ARBITRUM_MNEMONIC: ${{ secrets.MAINNET_URI }}
CI: true
- run: yarn test
env:
Expand All @@ -59,6 +61,8 @@ jobs:
AVAX_MNEMONIC: ${{ secrets.AVAX_MNEMONIC }}
FUJI_URI: "https://api.avax-test.network/ext/bc/C/rpc"
FUJI_MNEMONIC: ${{ secrets.FUJI_MNEMONIC }}
ARBITRUM_URI: "https://arbitrum-one.public.blastapi.io"
ARBITRUM_MNEMONIC: ${{ secrets.MAINNET_URI }}
CI: true
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20ca9fe

Please sign in to comment.