From 039dece9d4f83ab788027a5f5ac897c0f84cb53a Mon Sep 17 00:00:00 2001 From: Jon Tzeng Date: Wed, 6 Nov 2024 14:29:46 -0800 Subject: [PATCH] Add support for LLD tx history --- CHANGELOG.md | 1 + src/components/scenes/TransactionDetailsScene.tsx | 10 +++++++++- src/constants/WalletAndCurrencyConstants.ts | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a227fd90a84..c03cd867d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ## 4.18.0 +- added: Support for LLD & LLM transaction history - added: Close button (X) for `EdgeModals,` specifically if a desktop platform is detected. - changed: Auto-enable required tokens when navigating to `Stake*` scenes - fixed: Incorrect `SwapInput` amounts on `SwapCreateScene` after changing wallet. diff --git a/src/components/scenes/TransactionDetailsScene.tsx b/src/components/scenes/TransactionDetailsScene.tsx index 83410a04f74..4092c5d8871 100644 --- a/src/components/scenes/TransactionDetailsScene.tsx +++ b/src/components/scenes/TransactionDetailsScene.tsx @@ -410,7 +410,15 @@ const TransactionDetailsComponent = (props: Props) => { - +