Merge pull request #3542 from cygnusv/nucypher-dkg-mainnet

Allow nucypher-dkg script to be used on mainnet
pull/3554/head
KPrasch 2024-08-15 12:04:17 +02:00 committed by derekpierre
commit 0c542e57ec
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def get_transacting_power(signer: Signer):
"--domain",
"domain",
help="TACo Domain",
type=click.Choice([str(domains.TAPIR), str(domains.LYNX)]),
type=click.Choice([str(domains.TAPIR), str(domains.LYNX), str(domains.MAINNET)]),
default=str(domains.LYNX),
)
@click.option(