Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <[email protected]>
  • Loading branch information
GopherJ committed Aug 31, 2023
1 parent dc81e57 commit 4c4210c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/contracts-deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3161,13 +3161,14 @@ export const deployAccountRegistry = async (

export const deployAccountRegistryProxy = async (
admin: string,
accountRegistry: string,
impl: string,
verify?: boolean
) =>
withSaveAndVerify(
await getContractFactory("InitializableImmutableAdminUpgradeabilityProxy"),
eContractid.AccountRegistryProxy,
[admin, impl],
[admin, accountRegistry, impl],
verify,
true
) as Promise<InitializableImmutableAdminUpgradeabilityProxy>;
Expand Down

0 comments on commit 4c4210c

Please sign in to comment.