@haven-fi/solauto-sdk 1.0.575 → 1.0.576

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.
@@ -54,7 +54,7 @@ async function buildSwbSubmitResponseTx(conn, signer, mint) {
54
54
  const feed = getPullFeed(conn, mint, (0, umi_web3js_adapters_1.toWeb3JsPublicKey)(signer.publicKey));
55
55
  const [pullIx, responses] = await (0, generalUtils_1.retryWithExponentialBackoff)(async () => await feed.fetchUpdateIx({
56
56
  crossbarClient: crossbar,
57
- }), 8, 200);
57
+ }), 2, 200);
58
58
  return {
59
59
  tx: (0, umi_1.transactionBuilder)().add({
60
60
  bytesCreatedOnChain: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.575",
3
+ "version": "1.0.576",
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",
@@ -58,7 +58,7 @@ export async function buildSwbSubmitResponseTx(
58
58
  await feed.fetchUpdateIx({
59
59
  crossbarClient: crossbar,
60
60
  }),
61
- 8,
61
+ 2,
62
62
  200
63
63
  );
64
64
 
@@ -100,4 +100,4 @@ export async function getSwitchboardFeedData(
100
100
  );
101
101
 
102
102
  return results;
103
- }
103
+ }