mirror of https://github.com/nucypher/nucypher.git
Lynx Ritual 3 is expired; use 24 instead.
parent
672c8c8dfe
commit
66f5903b7a
|
@ -1,4 +1,5 @@
|
|||
import os
|
||||
|
||||
from nucypher_core.ferveo import DkgPublicKey
|
||||
|
||||
from nucypher.blockchain.eth import domains
|
||||
|
@ -37,7 +38,7 @@ coordinator_agent = CoordinatorAgent(
|
|||
blockchain_endpoint=polygon_endpoint,
|
||||
registry=registry,
|
||||
)
|
||||
ritual_id = 3 # got this from a side channel
|
||||
ritual_id = 24 # got this from a side channel
|
||||
ritual = coordinator_agent.get_ritual(ritual_id)
|
||||
|
||||
# known authorized encryptor for ritual 3
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import os
|
||||
|
||||
from nucypher_core.ferveo import DkgPublicKey
|
||||
|
||||
from nucypher.blockchain.eth import domains
|
||||
|
@ -38,7 +39,7 @@ coordinator_agent = CoordinatorAgent(
|
|||
blockchain_endpoint=polygon_endpoint,
|
||||
registry=registry,
|
||||
)
|
||||
ritual_id = 3 # got this from a side channel
|
||||
ritual_id = 24 # got this from a side channel
|
||||
ritual = coordinator_agent.get_ritual(ritual_id)
|
||||
|
||||
# known authorized encryptor for ritual 3
|
||||
|
|
Loading…
Reference in New Issue