Skip to content

Commit

Permalink
Added ASTAR ZKEVM
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Mar 6, 2024
1 parent 18d97a1 commit 8640c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dexs/quickswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const endpointsAlgebraV3 = {
};

const endpointsUniV3 = {
[CHAIN.MANTA]:"https://api.goldsky.com/api/public/project_clo2p14by0j082owzfjn47bag/subgraphs/quickswap/prod/gn"
[CHAIN.MANTA]:"https://api.goldsky.com/api/public/project_clo2p14by0j082owzfjn47bag/subgraphs/quickswap/prod/gn",
[CHAIN.ASTAR_ZKEVM]:"https://api.studio.thegraph.com/query/44554/astar-quickswap/version/latest"
};

const graphsAlgebraV3 = getChainVolume({
Expand Down
3 changes: 2 additions & 1 deletion helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ export enum CHAIN {
PERSISTENCE = "persistence",
JBC = "jbc",
ZKFAIR = "zkfair",
ZETA = "zeta"
ZETA = "zeta",
ASTAR_ZKEVM = "astar_zkevm"
}

// Don´t use
Expand Down

0 comments on commit 8640c6d

Please sign in to comment.