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', }