@haven-fi/solauto-sdk 1.0.770 → 1.0.771

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ class JupSwapManager {
31
31
  maxAccounts: !data.exactOut && this.limitSize
32
32
  ? (lowLiquidityMint ? 25 : 15) + attemptNum * 5
33
33
  : undefined,
34
- excludeDexes: ["obric"],
34
+ excludeDexes: ["Obric V2"],
35
35
  }), 6, 250);
36
36
  }
37
37
  async getJupInstructions(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.770",
3
+ "version": "1.0.771",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Typescript SDK for the Solauto program on the Solana blockchain",
@@ -80,7 +80,7 @@ export class JupSwapManager {
80
80
  !data.exactOut && this.limitSize
81
81
  ? (lowLiquidityMint ? 25 : 15) + attemptNum * 5
82
82
  : undefined,
83
- excludeDexes: ["obric"],
83
+ excludeDexes: ["Obric V2"],
84
84
  }),
85
85
  6,
86
86
  250