File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
components/Modals/FiatRamps/views
plugins/walletConnectToDapps/utils Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ export const FiatForm: React.FC<FiatFormProps> = ({
8989 accountNumber,
9090 wallet,
9191 pubKey :
92- isLedger ( wallet ) || isTrezor ( wallet )
93- ? fromAccountId ( accountId ) . account
94- : undefined ,
92+ isLedger ( wallet ) || isTrezor ( wallet ) ? fromAccountId ( accountId ) . account : undefined ,
9593 }
9694 const { chainId } = fromAccountId ( accountId )
9795 const maybeAdapter = getChainAdapterManager ( ) . get ( chainId )
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { toAddressNList } from '@shapeshiftoss/chain-adapters'
77import type { ETHSignedTypedData , HDWallet } from '@shapeshiftoss/hdwallet-core'
88import type { KeepKeyHDWallet } from '@shapeshiftoss/hdwallet-keepkey'
99import type { NativeHDWallet } from '@shapeshiftoss/hdwallet-native'
10- import { isTrezor } from '@shapeshiftoss/hdwallet-trezor'
1110import type { TrezorHDWallet } from '@shapeshiftoss/hdwallet-trezor'
11+ import { isTrezor } from '@shapeshiftoss/hdwallet-trezor'
1212import type { AccountMetadata } from '@shapeshiftoss/types'
1313import { getSdkError } from '@walletconnect/utils'
1414
You can’t perform that action at this time.
0 commit comments