Skip to content

Commit

Permalink
Merge pull request #1935 from 0xBluePingu/master
Browse files Browse the repository at this point in the history
update subgraph
  • Loading branch information
dtmkeng authored Sep 23, 2024
2 parents 28dd9db + 59a5b79 commit b867f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/pingu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IGraph {
id: string;
}

const URL = 'https://api.studio.thegraph.com/query/43986/pingu-sg/0.1.1';
const URL = 'https://api.studio.thegraph.com/query/75208/pingu-sg-v2/0.0.1/';
const fetch = async (timestamp: number): Promise<FetchResult> => {
const dayTimestamp = getUniqStartOfTodayTimestamp(new Date(timestamp * 1000));
const chain = CHAIN.ARBITRUM;
Expand Down
2 changes: 1 addition & 1 deletion fees/pingu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IGraph {
id: string;
}

const URL = 'https://api.studio.thegraph.com/query/43986/pingu-sg/0.1.1';
const URL = 'https://api.studio.thegraph.com/query/75208/pingu-sg-v2/0.0.1/';

const fetch = async (timestamp: number): Promise<FetchResult> => {
const dayTimestamp = getUniqStartOfTodayTimestamp(new Date(timestamp * 1000));
Expand Down

0 comments on commit b867f38

Please sign in to comment.