Allow nucypher-dkg script to be used on mainnet

pull/3554/head
David Núñez 2024-08-14 18:21:04 +02:00 committed by derekpierre
parent 2f876c570f
commit 1aac60f062
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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(