We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dc573 commit c59b44fCopy full SHA for c59b44f
packages/hypergraph/src/identity/prove-ownership.ts
@@ -1,4 +1,4 @@
1
-import { createPublicClient, http, verifyMessage, type Chain, type Hex, type WalletClient } from 'viem';
+import { http, type Chain, type Hex, type WalletClient, createPublicClient, verifyMessage } from 'viem';
2
import { privateKeyToAccount } from 'viem/accounts';
3
4
import type { SmartAccountClient } from 'permissionless';
0 commit comments