We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b6bd7 commit ef20928Copy full SHA for ef20928
1 file changed
features/adjustment/mint/hooks/use-mint.ts
@@ -31,7 +31,6 @@ export const useMint = () => {
31
functionName: token === 'stETH' ? 'mintStETH' : 'mintWstETH',
32
args: [recipient, amount],
33
}),
34
- value: amount,
35
loadingActionText,
36
};
37
0 commit comments