From 6d886cc0ea6d175a5c658758106790d0d378a4c3 Mon Sep 17 00:00:00 2001 From: Christian Borst Date: Wed, 24 Jul 2024 11:59:37 -0400 Subject: [PATCH] Fix LiquidERC20Test --- test/TestLiquidERC20.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/TestLiquidERC20.ts b/test/TestLiquidERC20.ts index 27b76d2..ed59441 100644 --- a/test/TestLiquidERC20.ts +++ b/test/TestLiquidERC20.ts @@ -108,7 +108,8 @@ describe("TestLiquidERC20", () => { "Infra", "INFRA", holderAddresses, - distributable + distributable, + ZERO_ADDRESS // No multiclaim )) as unknown as LiquidInfrastructureERC20; console.log("Deployed ERC20 at ", await token.getAddress()); }