Skip to content

Commit

Permalink
feat: WOOFi add Linea and Base
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmer1in committed Aug 14, 2023
1 parent 642acaf commit 5d5dd6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dexs/woofi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const endpoints = {
[CHAIN.OPTIMISM]: "https://api.thegraph.com/subgraphs/name/woonetwork/woofi-optimism",
[CHAIN.ERA]: "https://api.studio.thegraph.com/query/45576/woofi-zksync/version/latest",
[CHAIN.POLYGON_ZKEVM]: "https://api.studio.thegraph.com/query/45576/woofi-polygon-zkevm/version/latest",
[CHAIN.LINEA]: "https://woofi-subgraph.mer1in.com/subgraphs/name/woonetwork/woofi-linea",
[CHAIN.BASE]: "https://api.studio.thegraph.com/query/45576/woofi-base/version/latest",
};

type TStartTime = {
Expand All @@ -27,6 +29,8 @@ const startTime: TStartTime = {
[CHAIN.OPTIMISM]: 1669161600,
[CHAIN.ERA]: 1680652800,
[CHAIN.POLYGON_ZKEVM]: 1688515200,
[CHAIN.LINEA]: 1691625600,
[CHAIN.BASE]: 1692057600,
};

const TOTAL_VOLUME_FACTORY = "globalVariables";
Expand Down

0 comments on commit 5d5dd6a

Please sign in to comment.