Skip to content

Commit

Permalink
Update ritual ID used in mainnet checks
Browse files Browse the repository at this point in the history
The previous ritual has expired, so a new ritual has been generated to
check that mainnet TACo domain is up and running.
  • Loading branch information
manumonti committed Oct 15, 2024
1 parent d35bdff commit 1a4d35a
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 1a4d35a

Please sign in to comment.