Update ritual id for testnet examples - use ritual 0 for lynx that now uses polygon amoy.

pull/3468/head
derekpierre 2024-04-03 15:09:19 -04:00
parent eae9992158
commit f669dc1ec6
No known key found for this signature in database
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 = 5 # got this from a side channel
ritual_id = 0 # 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 = 5 # got this from a side channel
ritual_id = 0 # got this from a side channel
ritual = coordinator_agent.get_ritual(ritual_id)
# known authorized encryptor for ritual 3