Skip to content

Commit

Permalink
fix: remove value prop on StakingTxExitInfo
Browse files Browse the repository at this point in the history
no longer available from the gateway
  • Loading branch information
compojoom committed Sep 26, 2024
1 parent 0891451 commit 6f21e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export type StakingTxDepositInfo = {
export type StakingTxExitInfo = {
type: TransactionInfoType.NATIVE_STAKING_VALIDATORS_EXIT
humanDescription?: string
} & Omit<NativeStakingValidatorsExitConfirmationView, 'type'>
} & Omit<NativeStakingValidatorsExitConfirmationView, 'type' | 'value'>

export type StakingTxWithdrawInfo = {
type: TransactionInfoType.NATIVE_STAKING_WITHDRAW
Expand Down

0 comments on commit 6f21e90

Please sign in to comment.