diff --git a/src/views/Transactions/hooks/useSpeedUp.tsx b/src/views/Transactions/hooks/useSpeedUp.tsx index a16ace087..5b4c0b9b8 100644 --- a/src/views/Transactions/hooks/useSpeedUp.tsx +++ b/src/views/Transactions/hooks/useSpeedUp.tsx @@ -20,7 +20,7 @@ export function useSpeedUp(transfer: Deposit, token: Token) { transfer.sourceChainId, transfer.destinationChainId, token.symbol, - transfer.depositorAddr + transfer.recipientAddr ); const [speedUpTxLink, setSpeedUpTxLink] = useState("");