Update ritual ID used on Lynx examples

pull/3557/head
Manuel Montenegro 2024-09-30 20:16:18 +02:00
parent 6a54f82f0f
commit 89d4c3f551
No known key found for this signature in database
GPG Key ID: AB138CC82DC9FAD4
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ coordinator_agent = CoordinatorAgent(
blockchain_endpoint=polygon_endpoint,
registry=registry,
)
ritual_id = 0 # got this from a side channel
ritual_id = 27 # got this from a side channel
ritual = coordinator_agent.get_ritual(ritual_id)
# known authorized encryptor for ritual 3

View File

@ -40,7 +40,7 @@ coordinator_agent = CoordinatorAgent(
blockchain_endpoint=polygon_endpoint,
registry=registry,
)
ritual_id = 0 # got this from a side channel
ritual_id = 27 # got this from a side channel
ritual = coordinator_agent.get_ritual(ritual_id)
# known authorized encryptor for ritual 3