Skip to content

Commit

Permalink
chore: try eth_node_uri_mainnet with llamarpc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Feb 8, 2024
1 parent 4849f2a commit 9994bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: generate roles files
run: forge script CheckRoles
env:
ETH_NODE_URI_MAINNET: ${{ secrets.ETH_NODE_URI_ARBITRUM }}
ETH_NODE_URI_MAINNET: "https://eth.llamarpc.com"
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 9994bd1

Please sign in to comment.