mirror of
https://github.com/getwax/wax.git
synced 2026-01-08 22:57:58 -05:00
WIP Minor fixes
This commit is contained in:
@@ -12,7 +12,7 @@ const userOpHash1 =
|
||||
describe("ERC4337PasswordVerifier", () => {
|
||||
let client: ERC4337ZKPPasswordClient;
|
||||
|
||||
beforeEach(async () => {
|
||||
beforeEach(async function () {
|
||||
client = await ERC4337ZKPPasswordClient.create();
|
||||
});
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { ethers } from 'ethers';
|
||||
import { z } from 'zod';
|
||||
import { ERC4337ZKPPasswordClient } from '@getwax/circuits';
|
||||
import {
|
||||
SafeZKPPasswordPlugin,
|
||||
SafeZKPPasswordPlugin__factory,
|
||||
@@ -7,7 +8,6 @@ import {
|
||||
import EthereumRpc from '../EthereumRpc';
|
||||
import IAccount from './IAccount';
|
||||
import WaxInPage from '..';
|
||||
import { ERC4337ZKPPasswordClient } from '@getwax/circuits';
|
||||
import { SafeZKPPasswordFactory } from '../../hardhat/typechain-types/lib/account-integrations/safe/src/SafeZKPPasswordFactory';
|
||||
import receiptOf from '../helpers/receiptOf';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user