Skip to content

Commit

Permalink
update subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBluePingu committed Sep 22, 2024
1 parent 28dd9db commit 59a5b79
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 59a5b79

Please sign in to comment.