diff --git a/deploy/scripts/network/0002-Voucher.ts b/deploy/scripts/network/0002-Voucher.ts index 326ae69..9bd3f33 100644 --- a/deploy/scripts/network/0002-Voucher.ts +++ b/deploy/scripts/network/0002-Voucher.ts @@ -16,14 +16,6 @@ const func: DeployFunction = async ({ getNamedAccounts }: HardhatRuntimeEnvironm } ); - // Call post upgrade (required once per deployment) - await execute({ - name: InstanceName.Voucher, - methodName: 'postUpgrade', - args: ['0x'], - from: deployer - }); - return true; };