Skip to content

Commit

Permalink
chore: minor strategy type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-angjelkoski committed Dec 11, 2024
1 parent a2a3646 commit f06c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-ts/src/core/modules/wasm/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export enum ExitType {

export enum StrategyType {
Arithmetic = 'arithmetic',
ArithmeticLP = 'arithmetic_l_p',
ArithmeticLP = 'trailing_arithmetic_lp',
Geometric = 'geometric',
}

Expand Down

0 comments on commit f06c341

Please sign in to comment.