Skip to content

Commit 4b2eeaf

Browse files
authored
Wire up Short and Supply forms (#1456)
1 parent f93532c commit 4b2eeaf

File tree

7 files changed

+1031
-8
lines changed

7 files changed

+1031
-8
lines changed

apps/hyperdrive-trading/src/ui/hyperdrive/lp/AddLiquidityForm/AddLiquidityForm.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ interface AddLiquidityFormProps {
4545
onAddLiquidity?: (e: MouseEvent<HTMLButtonElement>) => void;
4646
}
4747

48+
/**
49+
* @deprecated use AddLiquidityForm2
50+
*/
4851
export function AddLiquidityForm({
4952
hyperdrive,
5053
onAddLiquidity,

0 commit comments

Comments
 (0)