Skip to content

Commit

Permalink
feat: event name
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Aug 26, 2024
1 parent 34d3e39 commit 8de143c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function VaultDetailsQuickActionsButtons({currentVault}: {currentVault: T
tokenAddress: actionParams?.selectedOptionFrom?.value,
tokenSymbol: actionParams?.selectedOptionFrom?.symbol,
isZap: Solver.enum.Cowswap === currentSolver || Solver.enum.Portals === currentSolver,
action: `Deposit ${actionParams.amount?.display} ${currentVault?.symbol} -> ${currentVault.symbol} on chain ${currentVault.chainID}`
action: `Deposit ${actionParams.amount?.display} ${actionParams?.selectedOptionFrom?.symbol} -> ${currentVault.symbol} on chain ${currentVault.chainID}`
}
});
} else {
Expand Down

0 comments on commit 8de143c

Please sign in to comment.