Lynx Ritual 3 is expired; use 24 instead.

pull/3338/head
derekpierre 2023-11-10 10:43:16 -05:00
parent 672c8c8dfe
commit 66f5903b7a
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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