Skip to content

Commit

Permalink
feat: add endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
royvardhan committed Nov 28, 2024
1 parent 53b7f32 commit e649922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dexs/vapordex/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ const avaxAdapter = univ2Adapter2(

const apechainAdapter = univ2Adapter2(
{
[CHAIN.APECHAIN]: sdk.graph.modifyEndpoint(
"QmUpkSrGVym7Qv2akaJkCm8HZzH2wyfdzuFoYW9mrX83eA"
),
[CHAIN.APECHAIN]:
"https://api.goldsky.com/api/public/project_cloh4i8580dwo2nz7brhf4r6p/subgraphs/vapordex-v1-apechain/1.0.0/gn",
},
{} // Use default values
);
Expand Down

0 comments on commit e649922

Please sign in to comment.