Skip to content

Commit

Permalink
fix: fix LH and LL checks
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Jan 21, 2025
1 parent 109beb3 commit 158e087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/wsteth/shared/wallet/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 158e087

Please sign in to comment.