You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Some of methods in T staking contract are Nu only:
stakeNu - one time method, Nu legacy stakers will call this method to staking NU in T staking contract. Staker will specify 3 roles: beneficiary, authorizer and operator. All 3 roles are immutable in current implementation.
unstakeNu - decrease amount of staked NU, unstaked NU will be possible to withdraw from StakingEscrow
topUpNu - for case when staker wants to stake again what was unstaked before
Maybe we want some other functions in NU dashbord.
Also behaviour of StakingEscrow will be changed:
Can withdraw everything that is not staked in T staking contract and not under vesting parameters.
Worker role will be somewhere outside the staking contracts.
The text was updated successfully, but these errors were encountered:
Some of methods in T staking contract are Nu only:
stakeNu
- one time method, Nu legacy stakers will call this method to staking NU in T staking contract. Staker will specify 3 roles: beneficiary, authorizer and operator. All 3 roles are immutable in current implementation.unstakeNu
- decrease amount of staked NU, unstaked NU will be possible to withdraw fromStakingEscrow
topUpNu
- for case when staker wants to stake again what was unstaked beforeMaybe we want some other functions in NU dashbord.
Also behaviour of
StakingEscrow
will be changed:The text was updated successfully, but these errors were encountered: