Skip to content

Commit

Permalink
Merge pull request DefiLlama#122 from DefiLlama/add-ampleswap-dexs
Browse files Browse the repository at this point in the history
add ampleswap dexs
  • Loading branch information
dtmkeng authored Dec 23, 2022
2 parents 1fe6e8a + c15b984 commit df91356
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dexs/ampleswap/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";
import { CHAIN } from "../../helpers/chains";

const endpoints = {
[CHAIN.BSC]: "https://api.thegraph.com/subgraphs/name/shrinivasmani/ampleswapgraph",
};
const adapter = univ2Adapter(endpoints, {});

adapter.adapter.bsc.start = async()=> 1631404800;

export default adapter

0 comments on commit df91356

Please sign in to comment.