Updated on 2026-08-14
This commit is contained in:
parent
0ab1c7507a
commit
d14a5cb87a
13 changed files with 255 additions and 100 deletions
|
|
@ -78,7 +78,7 @@ internal class StakingStateController @Inject constructor(
|
|||
cryptoCurrencyBlockchainId = "",
|
||||
currentStep = StakingStep.InitialInfo,
|
||||
initialInfoState = StakingStates.InitialInfoState.Empty(),
|
||||
amountState = AmountState.Empty(),
|
||||
amountState = AmountState.Empty(isRedesignEnabled = false),
|
||||
validatorState = StakingStates.ValidatorState.Empty(),
|
||||
rewardsValidatorsState = StakingStates.RewardsValidatorsState.Empty(),
|
||||
confirmationState = StakingStates.ConfirmationState.Empty(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue