Skip to content

Commit

Permalink
Update ritual ID used in mainnet checks (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
manumonti authored Oct 15, 2024
2 parents d35bdff + 1a4d35a commit a2ebaba
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 @@ env:
RPC_PROVIDER_URL: 'https://polygon.llamarpc.com'
ENCRYPTOR_PRIVATE_KEY: ${{ secrets.MAINNET_ENCRYPTOR_PRIVATE_KEY }}
CONSUMER_PRIVATE_KEY: ${{ secrets.MAINNET_CONSUMER_PRIVATE_KEY }}
RITUAL_ID: '9'
RITUAL_ID: '39'

jobs:
networks:
Expand Down

0 comments on commit a2ebaba

Please sign in to comment.