Skip to content

Commit

Permalink
feat: add WOOFi Sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmer1in committed Jan 2, 2025
1 parent 1d6fbda commit 8cb7dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dexs/woofi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const endpoints = {
[CHAIN.LINEA]: "https://api.studio.thegraph.com/query/71937/woofi-linea/version/latest",
[CHAIN.BASE]: "https://api.studio.thegraph.com/query/71937/woofi-base/version/latest",
[CHAIN.MANTLE]: "https://subgraph-api.mantle.xyz/api/public/9e9d6e8a-be9d-42d1-9747-3a8f001214c5/subgraphs/woonetwork/woofi-mantle/v0.0.1/gn",
[CHAIN.SONIC]: sdk.graph.modifyEndpoint('7dkVEmyCHvjnYYUJ9DR1t2skkZrdbfSWpK6wpMbF9CEk'),
};

type TStartTime = {
Expand All @@ -35,6 +36,7 @@ const startTime: TStartTime = {
[CHAIN.LINEA]: 1691625600,
[CHAIN.BASE]: 1692057600,
[CHAIN.MANTLE]: 1706659200,
[CHAIN.SONIC]: 1734480000,
};

const TOTAL_VOLUME_FACTORY = "globalVariables";
Expand Down

0 comments on commit 8cb7dee

Please sign in to comment.