diff --git a/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortForm/OpenShortForm.tsx b/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortForm/OpenShortForm.tsx index 8b67e9d42..412a299c9 100644 --- a/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortForm/OpenShortForm.tsx +++ b/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortForm/OpenShortForm.tsx @@ -173,7 +173,7 @@ export function OpenShortForm({ amount: traderDeposit || 0n, decimals: activeToken.decimals, direction: "up", - percentage: 1n, + percentage: fixed(10n).pow(activeToken.decimals).bigint, }); const hasEnoughAllowance = getHasEnoughAllowance({ allowance: activeTokenAllowance,