Update example scripts to use ritual id 3 on lynx instead of 1 which is already expired.

pull/3279/head
derekpierre 2023-10-10 12:08:12 -04:00
parent 900ebc7c23
commit 88bfd34ba8
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 = 1 # got this from a side channel
ritual_id = 3 # got this from a side channel
ritual = coordinator_agent.get_ritual(ritual_id)
signer = InMemorySigner(private_key=DEFAULT_TEST_ENRICO_PRIVATE_KEY)
enrico = Enrico(

View File

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