Skip to content

Commit

Permalink
add pulse chain
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jun 29, 2023
1 parent f648b6f commit f17cae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dexs/litx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { CHAIN } from "../../helpers/chains";
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter({
[CHAIN.BSC]: "https://api.thegraph.com/subgraphs/name/iliaazhel/litx-v1-1"
[CHAIN.BSC]: "https://api.thegraph.com/subgraphs/name/iliaazhel/litx-v1-1",
[CHAIN.PULSECHAIN]: "https://api.algebra.finance/pulse-graph/subgraphs/name/cryptoalgebra/litx-analytics"
}, {
factoriesName: "factories",
dayData: "algebraDayData",
Expand All @@ -11,4 +12,5 @@ const adapters = univ2Adapter({
});

adapters.adapter.bsc.start = async () => 1687305600;
adapters.adapter.pulse.start = async () => 1686096000;
export default adapters;

0 comments on commit f17cae8

Please sign in to comment.