Skip to content

Commit

Permalink
Merge pull request #714 from HorizonDex/master
Browse files Browse the repository at this point in the history
add horizon base chain volume
  • Loading branch information
dtmkeng authored Aug 7, 2023
2 parents b636edd + 02d5b5b commit aea6e8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dexs/horizondex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter({
[CHAIN.LINEA]: "https://subgraph-mainnet.horizondex.io/subgraphs/name/horizondex/horizondex-mainnet-v2",
[CHAIN.BASE]: "https://subgraph-base.horizondex.io/subgraphs/name/horizondex/horizondex-base-v2",
}, {
factoriesName: "factories",
dayData: "accumulatedDayData",
Expand All @@ -11,5 +12,6 @@ const adapters = univ2Adapter({
});

adapters.adapter.linea.start = async () => 1689373614;
adapters.adapter.base.start = async () => 1690894800;

export default adapters;

0 comments on commit aea6e8a

Please sign in to comment.