diff --git a/trade.renegade.fi/app/(desktop)/[base]/[quote]/deposit-button.tsx b/trade.renegade.fi/app/(desktop)/[base]/[quote]/deposit-button.tsx index 20a73c7a..4df479ed 100644 --- a/trade.renegade.fi/app/(desktop)/[base]/[quote]/deposit-button.tsx +++ b/trade.renegade.fi/app/(desktop)/[base]/[quote]/deposit-button.tsx @@ -46,7 +46,9 @@ export default function DepositButton() { args: [address ? address : "0x", env.NEXT_PUBLIC_DARKPOOL_CONTRACT as `0x${string}`], watch: true }) + console.log("🚀 ~ DepositButton ~ allowance:", allowance) const needsApproval = allowance === BigInt(0) + console.log("🚀 ~ DepositButton ~ needsApproval:", needsApproval) const { config } = usePrepareErc20Approve({ address: Token.findAddressByTicker(baseTicker) as `0x${string}`,