Skip to content

Commit

Permalink
fix deviation for raydium
Browse files Browse the repository at this point in the history
  • Loading branch information
silviutroscot committed Jan 2, 2024
1 parent 4a7fba2 commit e41a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kamino-sdk/tests/kamino.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('Kamino SDK Tests', () => {
signer,
fixtures.newRaydiumStrategy,
new UpdateMaxDeviationBps(),
new Decimal(100)
new Decimal(2000)
);
await updateStrategyConfig(
connection,
Expand Down

0 comments on commit e41a7e1

Please sign in to comment.