Skip to content

Commit

Permalink
chore(ci): update mainnet ci test config
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 10, 2024
1 parent fc1864e commit 842da5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

# TODO: Use variables when GH supports it for forks. See https://github.com/orgs/community/discussions/44322
env:
RPC_PROVIDER_URL: "https://mainnet.infura.io/v3/3747007a284045d483c342fb39889a30"
RPC_PROVIDER_URL: "https://eth.llamarpc.com"
ENCRYPTOR_PRIVATE_KEY: ${{ secrets.MAINNET_ENCRYPTOR_PRIVATE_KEY }}
CONSUMER_PRIVATE_KEY: ${{ secrets.MAINNET_CONSUMER_PRIVATE_KEY }}
RITUAL_ID: "1"
RITUAL_ID: "9"

jobs:
networks:
Expand Down

0 comments on commit 842da5d

Please sign in to comment.