mirror of https://github.com/nucypher/nucypher.git
Update example scripts to use ritual id 3 on lynx instead of 1 which is already expired.
parent
900ebc7c23
commit
88bfd34ba8
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue