From 438e83403395b4654edb2a398a1c232c11440972 Mon Sep 17 00:00:00 2001 From: Marko Arambasic Date: Wed, 28 Aug 2024 15:26:08 +0200 Subject: [PATCH] fix: change paymaster params to PaymasterParams from zksync-ethers --- packages/hardhat-zksync-upgradable/src/utils/options.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/hardhat-zksync-upgradable/src/utils/options.ts b/packages/hardhat-zksync-upgradable/src/utils/options.ts index f68954eba..aa43a8e07 100644 --- a/packages/hardhat-zksync-upgradable/src/utils/options.ts +++ b/packages/hardhat-zksync-upgradable/src/utils/options.ts @@ -7,8 +7,7 @@ import { withValidationDefaults, } from '@openzeppelin/upgrades-core'; -import { DeploymentType } from 'zksync-ethers/build/types'; -import { BytesLike } from 'ethers'; +import { DeploymentType, PaymasterParams } from 'zksync-ethers/build/types'; import { LOCAL_SETUP_ZKSYNC_NETWORK } from '../constants'; export type StandaloneOptions = @@ -28,14 +27,14 @@ export type CustomDataOptions =