From f06c3413fcf56f169442a45f820a413fa3bde845 Mon Sep 17 00:00:00 2001 From: ivan-angjelkoski Date: Wed, 11 Dec 2024 17:58:05 +0100 Subject: [PATCH] chore: minor strategy type --- packages/sdk-ts/src/core/modules/wasm/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk-ts/src/core/modules/wasm/types.ts b/packages/sdk-ts/src/core/modules/wasm/types.ts index ea0720195..6f590dbac 100644 --- a/packages/sdk-ts/src/core/modules/wasm/types.ts +++ b/packages/sdk-ts/src/core/modules/wasm/types.ts @@ -6,7 +6,7 @@ export enum ExitType { export enum StrategyType { Arithmetic = 'arithmetic', - ArithmeticLP = 'arithmetic_l_p', + ArithmeticLP = 'trailing_arithmetic_lp', Geometric = 'geometric', }