Skip to content

Commit a60eeb7

Browse files
committed
fmt
1 parent adc91e9 commit a60eeb7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

apps/iframe/src/requests/handlers/permissionless.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import { HappyMethodNames } from "@happy.tech/common"
2-
import { EIP1193UserRejectedRequestError, HappyWalletCapability, type Msgs, type ProviderMsgsFromApp } from "@happy.tech/wallet-common"
3-
import { isAddress, type WalletCapabilities } from "viem"
2+
import {
3+
EIP1193UserRejectedRequestError,
4+
HappyWalletCapability,
5+
type Msgs,
6+
type ProviderMsgsFromApp,
7+
} from "@happy.tech/wallet-common"
8+
import { type WalletCapabilities, isAddress } from "viem"
49
import { privateKeyToAccount } from "viem/accounts"
510
import { checkAuthenticated, checkedAddress, checkedTx } from "#src/requests/utils/checks"
611
import { sendToPublicClient } from "#src/requests/utils/sendToClient"

0 commit comments

Comments
 (0)