Skip to content

Commit

Permalink
add merchant-moe
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Feb 26, 2024
1 parent 192a592 commit f43c44f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dexs/merchant-moe/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { SimpleAdapter } from "../../adapters/types";
import { CHAIN } from "../../helpers/chains";
import { getDexVolumeExports } from "../../helpers/dexVolumeLogs";

const FACTORY_ADDRESS = '0x5bef015ca9424a7c07b68490616a4c1f094bedec'
const adapters: SimpleAdapter = {
adapter: {
[CHAIN.MANTLE]: {
fetch: getDexVolumeExports({ chain: CHAIN.MANTLE, factory: FACTORY_ADDRESS }),
start: 1706745600,
}
}
}
export default adapters;

0 comments on commit f43c44f

Please sign in to comment.