From 7987e537c8ed7d0f4ad32441155fe62dfdb3d7e2 Mon Sep 17 00:00:00 2001 From: Shivek Khurana Date: Wed, 10 Apr 2024 17:09:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B0=20Update=20`GetSuggestedRoutes`=20?= =?UTF-8?q?call=20(#19560)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This is to reflect changes made in https://github.com/status-im/status-go/pull/5002/files --- src/status_im/contexts/wallet/send/events.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status_im/contexts/wallet/send/events.cljs b/src/status_im/contexts/wallet/send/events.cljs index 4804852bf0..44f18d7752 100644 --- a/src/status_im/contexts/wallet/send/events.cljs +++ b/src/status_im/contexts/wallet/send/events.cljs @@ -158,6 +158,7 @@ (str (get-in collectible [:id :contract-id :address]) ":" (get-in collectible [:id :token-id]))) + to-token-id "" network-preferences (if token [] [(get-in collectible [:id :contract-id :chain-id])]) gas-rates constants/gas-rate-medium amount-in (send-utils/amount-in-hex amount (if token token-decimal 0)) @@ -176,6 +177,7 @@ to-address amount-in token-id + to-token-id disabled-from-chain-ids disabled-to-chain-ids network-preferences