Skip to content

Commit 565044c

Browse files
authored
Fix: Sui Helper (#627)
1 parent 67653da commit 565044c

File tree

1 file changed

+1
-1
lines changed
  • src/adapters/peggedAssets/helper

1 file changed

+1
-1
lines changed

src/adapters/peggedAssets/helper/sui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface CallOptions {
66
}
77

88
export const endpoint = (): string => "https://fullnode.mainnet.sui.io/";
9-
export const graphEndpoint = (): string => "https://sui-mainnet.mystenlabs.com/graphql";
9+
export const graphEndpoint = (): string => "https://graphql.mainnet.sui.io/graphql";
1010

1111
export async function getObject(objectId: string): Promise<any> {
1212
return (

0 commit comments

Comments
 (0)