We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67653da commit 565044cCopy full SHA for 565044c
src/adapters/peggedAssets/helper/sui.ts
@@ -6,7 +6,7 @@ interface CallOptions {
6
}
7
8
export const endpoint = (): string => "https://fullnode.mainnet.sui.io/";
9
-export const graphEndpoint = (): string => "https://sui-mainnet.mystenlabs.com/graphql";
+export const graphEndpoint = (): string => "https://graphql.mainnet.sui.io/graphql";
10
11
export async function getObject(objectId: string): Promise<any> {
12
return (
0 commit comments