Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 7, 2024
1 parent cca5573 commit a863492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/public/verifyHash.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { privateKeyToAccount } from '../../accounts/privateKeyToAccount.js'
import { zksync } from '../../chains/index.js'
import { createClient } from '../../clients/createClient.js'
import { http } from '../../clients/transports/http.js'
import { serializeErc6492Signature } from '../../experimental/index.js'
import { signMessage as signMessageErc1271 } from '../../experimental/erc7739/actions/signMessage.js'
import { serializeErc6492Signature } from '../../experimental/index.js'
import type { Hex } from '../../types/misc.js'
import {
encodeFunctionData,
Expand Down

0 comments on commit a863492

Please sign in to comment.