Skip to content

Commit

Permalink
chore(ci): update mainnet job rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 10, 2024
1 parent 1f2fcd8 commit 9f6a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

# TODO: Use variables when GH supports it for forks. See https://github.com/orgs/community/discussions/44322
env:
RPC_PROVIDER_URL: "https://eth.llamarpc.com"
RPC_PROVIDER_URL: "https://rpc-mainnet.maticvigil.com"
ENCRYPTOR_PRIVATE_KEY: ${{ secrets.MAINNET_ENCRYPTOR_PRIVATE_KEY }}
CONSUMER_PRIVATE_KEY: ${{ secrets.MAINNET_CONSUMER_PRIVATE_KEY }}
RITUAL_ID: "9"
Expand Down

0 comments on commit 9f6a17f

Please sign in to comment.