Use ritual id 5 for lynx examples now that ritual 0 is expired.

pull/3396/head
derekpierre 2024-01-16 16:40:33 -05:00 committed by Derek Pierre
parent be8820786f
commit 5163aed044
2 changed files with 2 additions and 2 deletions

View File

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

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 = 5 # got this from a side channel
ritual = coordinator_agent.get_ritual(ritual_id)
# known authorized encryptor for ritual 3