Skip to content

Commit

Permalink
Add Fenix Finance Dex
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSather committed May 3, 2024
1 parent 8767ee1 commit 5c3cff1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dexs/fenix-finance/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { CHAIN } from "../../helpers/chains";
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter(
{
[CHAIN.BLAST]:
"https://api.studio.thegraph.com/query/67572/mainnet-algebra-fenix/version/latest",
},
{
factoriesName: "factories",
dayData: "algebraDayData",
dailyVolume: "volumeUSD",
totalVolume: "totalVolumeUSD",
}
);

adapters.adapter.blast.start = 1714590000;
export default adapters;

0 comments on commit 5c3cff1

Please sign in to comment.