From 3d8116f568a920794f55dbc98b19905c62202b23 Mon Sep 17 00:00:00 2001 From: james-a-morris Date: Thu, 30 Jan 2025 19:05:11 -0500 Subject: [PATCH] hotfix(hyperliquid): quote on unconnected wallet Signed-off-by: james-a-morris --- src/utils/bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/bridge.ts b/src/utils/bridge.ts index 3bef432b7..985a83473 100644 --- a/src/utils/bridge.ts +++ b/src/utils/bridge.ts @@ -104,7 +104,7 @@ export async function getBridgeFeesWithExternalProjectId( value: 0, }, ], - fallbackRecipient: args.recipientAddress!, + fallbackRecipient: recipient, }, ] );