@typus/typus-perp-sdk 1.1.32-codegen-exp13 → 1.1.32-codegen-exp14
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/src/user/history.js +1 -1
- package/package.json +1 -1
package/dist/src/user/history.js
CHANGED
|
@@ -356,7 +356,7 @@ async function getGraphQLEvents(module, sender, beforeCursor = null) {
|
|
|
356
356
|
}}
|
|
357
357
|
`,
|
|
358
358
|
});
|
|
359
|
-
let response = await fetch(`https://
|
|
359
|
+
let response = await fetch(`https://graphql.${src_1.NETWORK.toLowerCase()}.sui.io/graphql`, {
|
|
360
360
|
method: "POST",
|
|
361
361
|
headers: { "Content-Type": "application/json" },
|
|
362
362
|
body: graphql,
|