Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 19, 2024
1 parent 1ce42d6 commit 3c2f910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zksync/accounts/toMultisigSmartAccount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect, test } from 'vitest'

import { accounts, typedData } from '~test/src/constants.js'

import { parseEther, parseGwei, verifyHash } from '../../utils/index.js'
import { parseEther, parseGwei } from '../../utils/index.js'
import { toMultisigSmartAccount } from './toMultisigSmartAccount.js'

test('default', () => {
Expand Down

0 comments on commit 3c2f910

Please sign in to comment.