Skip to content

Commit

Permalink
chore: add MAINNET uri
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Feb 8, 2024
1 parent 85955fa commit 0fc8a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
check-roles:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
chain: [1,42161,137,100,43114,8453,56,42220,1101,10,59144]
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
- name: generate roles files
run: forge script CheckRoles
env:
ETH_NODE_URI_MAINNET: ${{ secrets.ETH_NODE_URI_ARBITRUM }}
ETH_NODE_URI_ARBITRUM: ${{ secrets.ETH_NODE_URI_ARBITRUM }}
ETH_NODE_URI_AVALANCHE: ${{ secrets.ETH_NODE_URI_AVALANCHE }}
ETH_NODE_URI_ETHEREUM: ${{ secrets.ETH_NODE_URI_ETHEREUM }}
Expand Down

0 comments on commit 0fc8a7c

Please sign in to comment.