Skip to content

Commit ef20928

Browse files
committed
fix: remove eth from mint
1 parent d3b6bd7 commit ef20928

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

features/adjustment/mint/hooks/use-mint.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const useMint = () => {
3131
functionName: token === 'stETH' ? 'mintStETH' : 'mintWstETH',
3232
args: [recipient, amount],
3333
}),
34-
value: amount,
3534
loadingActionText,
3635
};
3736

0 commit comments

Comments
 (0)