Skip to content

Commit

Permalink
Merge pull request #744 from woonetwork/master
Browse files Browse the repository at this point in the history
feat: WOOFi add Linea and Base
  • Loading branch information
dtmkeng authored Aug 15, 2023
2 parents 78e02cd + 5d5dd6a commit c2e1cc5
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 c2e1cc5

Please sign in to comment.