Skip to content

Commit 1addbe3

Browse files
committed
using internal url for sg queries
1 parent 6ebd482 commit 1addbe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ampleforthorg/sdk",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"description": "Typescript SDK for the Ampleforth Protocol",
55
"license": "GPL-3.0-or-later",
66
"main": "dist/src/index.js",

sdk/src/queries/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type GraphEndpointsMapping = {
1010
}
1111
export const GRAPH_ENDPOINTS: GraphEndpointsMapping = {
1212
// chainID => endpoint
13-
1: `${GRAPH_BASE_URL}/ampleforth/staging`,
13+
1: `https://web-api.ampleforth.org/graph-cache/ampleforth-core`,
1414
5: `${GRAPH_BASE_URL}/ampleforth/ampleforth-core-goerli`,
1515
43114: `${GRAPH_BASE_URL}/ampleforth/ampleforth-core-avalanche`,
1616
}

0 commit comments

Comments
 (0)