Skip to content

Commit b8286f5

Browse files
feat: cleanup
1 parent 162bb77 commit b8286f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/Modals/FiatRamps/views/FiatForm.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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)

src/plugins/walletConnectToDapps/utils/EIP155RequestHandlerUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { toAddressNList } from '@shapeshiftoss/chain-adapters'
77
import type { ETHSignedTypedData, HDWallet } from '@shapeshiftoss/hdwallet-core'
88
import type { KeepKeyHDWallet } from '@shapeshiftoss/hdwallet-keepkey'
99
import type { NativeHDWallet } from '@shapeshiftoss/hdwallet-native'
10-
import { isTrezor } from '@shapeshiftoss/hdwallet-trezor'
1110
import type { TrezorHDWallet } from '@shapeshiftoss/hdwallet-trezor'
11+
import { isTrezor } from '@shapeshiftoss/hdwallet-trezor'
1212
import type { AccountMetadata } from '@shapeshiftoss/types'
1313
import { getSdkError } from '@walletconnect/utils'
1414

0 commit comments

Comments
 (0)