diff --git a/.changeset/cyan-files-invite.md b/.changeset/cyan-files-invite.md new file mode 100644 index 000000000000..9531c494bbe7 --- /dev/null +++ b/.changeset/cyan-files-invite.md @@ -0,0 +1,5 @@ +--- +"live-mobile": patch +--- + +Remove sourceCurrencyId and targetCurrencyId diff --git a/apps/ledger-live-mobile/src/screens/Swap/Form/Modal/Confirmation.tsx b/apps/ledger-live-mobile/src/screens/Swap/Form/Modal/Confirmation.tsx index ab7ebeec2457..23f78f0afc31 100644 --- a/apps/ledger-live-mobile/src/screens/Swap/Form/Modal/Confirmation.tsx +++ b/apps/ledger-live-mobile/src/screens/Swap/Form/Modal/Confirmation.tsx @@ -109,8 +109,6 @@ export function Confirmation({ swapStep: "SIGN_COIN_TRANSACTION", statusCode: "DISABLE_TRANSACTION_BROADCAST", errorMessage: "DISABLE_TRANSACTION_BROADCAST", - sourceCurrencyId: swapTx.current.swap.from.account?.id, - targetCurrencyId: swapTx.current.swap.to.account?.id, hardwareWalletType: deviceMeta.device.modelId, swapType: exchangeRate.current.tradeMethod, }); @@ -119,8 +117,6 @@ export function Confirmation({ provider, swapId, transactionId: operation.hash, - sourceCurrencyId: swapTx.current.swap.from.account?.id, - targetCurrencyId: swapTx.current.swap.to.account?.id, hardwareWalletType: deviceMeta.device.modelId, swapType: exchangeRate.current.tradeMethod, });