@haven-fi/solauto-sdk 1.0.798 → 1.0.799
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.
@@ -65,7 +65,7 @@ async function buildSwbSubmitResponseTx(conn, signer, mint) {
|
|
65
65
|
const res = await feed.fetchUpdateIx({
|
66
66
|
gateway: await feed.fetchGatewayUrl(),
|
67
67
|
chain: "solana",
|
68
|
-
network: "mainnet",
|
68
|
+
network: "mainnet-beta",
|
69
69
|
});
|
70
70
|
if (!res[1] || !res[1][0].value) {
|
71
71
|
throw new Error("Unable to fetch Switchboard pull IX");
|
package/package.json
CHANGED
@@ -63,7 +63,7 @@ export async function buildSwbSubmitResponseTx(
|
|
63
63
|
const res = await feed.fetchUpdateIx({
|
64
64
|
gateway: await feed.fetchGatewayUrl(),
|
65
65
|
chain: "solana",
|
66
|
-
network: "mainnet",
|
66
|
+
network: "mainnet-beta",
|
67
67
|
});
|
68
68
|
if (!res[1] || !res[1][0].value) {
|
69
69
|
throw new Error("Unable to fetch Switchboard pull IX");
|