From 59a5b79fa6550e80182289c19491411e75743b0a Mon Sep 17 00:00:00 2001 From: 0xBluePingu <0xBluePingu@gmail.com> Date: Sun, 22 Sep 2024 19:13:59 +0200 Subject: [PATCH] update subgraph --- dexs/pingu/index.ts | 2 +- fees/pingu/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dexs/pingu/index.ts b/dexs/pingu/index.ts index bee60c00ba..7cf38f610f 100644 --- a/dexs/pingu/index.ts +++ b/dexs/pingu/index.ts @@ -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 => { const dayTimestamp = getUniqStartOfTodayTimestamp(new Date(timestamp * 1000)); const chain = CHAIN.ARBITRUM; diff --git a/fees/pingu/index.ts b/fees/pingu/index.ts index bff0625ee2..d5f5deafa4 100644 --- a/fees/pingu/index.ts +++ b/fees/pingu/index.ts @@ -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 => { const dayTimestamp = getUniqStartOfTodayTimestamp(new Date(timestamp * 1000));