@haven-fi/solauto-sdk 1.0.820 → 1.0.821

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.
@@ -128,7 +128,7 @@ async function getSwitchboardPrices(mints) {
128
128
  return {};
129
129
  }
130
130
  const { CrossbarClient } = SwbCommon;
131
- const crossbar = new CrossbarClient("https://integrator-crossbar.mrgn.app/");
131
+ const crossbar = new CrossbarClient("https://crossbar.0.xyz/");
132
132
  let prices = {};
133
133
  try {
134
134
  prices = await (0, generalUtils_1.retryWithExponentialBackoff)(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.820",
3
+ "version": "1.0.821",
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",
@@ -160,7 +160,7 @@ export async function getSwitchboardPrices(
160
160
  }
161
161
 
162
162
  const { CrossbarClient } = SwbCommon;
163
- const crossbar = new CrossbarClient("https://integrator-crossbar.mrgn.app/");
163
+ const crossbar = new CrossbarClient("https://crossbar.0.xyz/");
164
164
 
165
165
  let prices: Record<string, PriceResult> = {};
166
166
  try {