diff --git a/scripts/lynx/configure_staking.py b/scripts/lynx/configure_staking.py index b75fe4cb..504c094f 100644 --- a/scripts/lynx/configure_staking.py +++ b/scripts/lynx/configure_staking.py @@ -2,6 +2,7 @@ from ape import networks, project + from deployment.constants import ARTIFACTS_DIR, LYNX_NODES from deployment.params import Transactor from deployment.registry import contracts_from_registry @@ -25,13 +26,13 @@ def configure_goerli_root(transactor: Transactor) -> int: min_stake_size = taco_application_contract.minimumAuthorization() for staking_provider, operator in LYNX_NODES.items(): # staking - transactor.transact( - threshold_staking_contract.setRoles, - staking_provider, - transactor.get_account().address, - staking_provider, - staking_provider, - ) + # transactor.transact( + # threshold_staking_contract.setRoles, + # staking_provider, + # transactor.get_account().address, + # staking_provider, + # staking_provider, + # ) transactor.transact( threshold_staking_contract.authorizationIncreased,