From 5f855199bd754784961864db36b05cd9d3632ef8 Mon Sep 17 00:00:00 2001 From: "Oleksandr (Shev) Shevchuk" Date: Fri, 31 Jul 2026 10:41:08 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20setMarginEngine=20=E2=86=92=20s?= =?UTF-8?q?etPortfolioMargin=20in=20keeper=20deploy=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keeper/tests/integration/deployStack.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keeper/tests/integration/deployStack.ts b/keeper/tests/integration/deployStack.ts index afb6095..5ac92c5 100644 --- a/keeper/tests/integration/deployStack.ts +++ b/keeper/tests/integration/deployStack.ts @@ -329,13 +329,13 @@ export async function deployStack(rpcUrl: string): Promise { [PERPS_LIQUIDATION_FEE], ); - // Futures -> PME + fees + validator URL. + // Futures -> PME + fees. await write( publicClient, owner.client, futures, futuresArt.abi, - "setMarginEngine", + "setPortfolioMargin", [pme], ); await write(