@0dotxyz/p0-ts-sdk 2.3.0-alpha.8 → 2.3.0-alpha.9

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.
package/dist/vendor.d.cts CHANGED
@@ -26970,6 +26970,12 @@ interface SwapParams {
26970
26970
  slippageBps?: number;
26971
26971
  dexes?: string[];
26972
26972
  excludeDexes?: string[];
26973
+ /**
26974
+ * Exclude the server-configured "vote account" venues from routing. Those venues touch validator
26975
+ * vote accounts, which Jito refuses to bundle — so a swap that routes through them can't land inside
26976
+ * our flashloan/double-hop Jito bundles. Set `true` for bundled flows. Available since Titan v1.6.
26977
+ */
26978
+ noVoteAccounts?: boolean;
26973
26979
  onlyDirectRoutes?: boolean;
26974
26980
  addSizeConstraint?: boolean;
26975
26981
  sizeConstraint?: number;
package/dist/vendor.d.ts CHANGED
@@ -26970,6 +26970,12 @@ interface SwapParams {
26970
26970
  slippageBps?: number;
26971
26971
  dexes?: string[];
26972
26972
  excludeDexes?: string[];
26973
+ /**
26974
+ * Exclude the server-configured "vote account" venues from routing. Those venues touch validator
26975
+ * vote accounts, which Jito refuses to bundle — so a swap that routes through them can't land inside
26976
+ * our flashloan/double-hop Jito bundles. Set `true` for bundled flows. Available since Titan v1.6.
26977
+ */
26978
+ noVoteAccounts?: boolean;
26973
26979
  onlyDirectRoutes?: boolean;
26974
26980
  addSizeConstraint?: boolean;
26975
26981
  sizeConstraint?: number;