From 158e0870258d8a8577d630c5566380ab9f6a5f15 Mon Sep 17 00:00:00 2001 From: Anton Shalimov Date: Tue, 21 Jan 2025 10:16:13 +0300 Subject: [PATCH] fix: fix LH and LL checks --- features/wsteth/shared/wallet/wallet.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/features/wsteth/shared/wallet/wallet.tsx b/features/wsteth/shared/wallet/wallet.tsx index 18b6b4a6..25afaa25 100644 --- a/features/wsteth/shared/wallet/wallet.tsx +++ b/features/wsteth/shared/wallet/wallet.tsx @@ -118,6 +118,7 @@ export const Wallet = ({ isUnwrapMode }: WrapWalletProps) => { isLedgerLive && chainId === CHAINS.Optimism) || chainId === CHAINS.OptimismSepolia; + const isLedgerHardwareOptimism = (isLedgerHardware && chainId === CHAINS.Optimism) || chainId === CHAINS.OptimismSepolia;