Skip to content

Commit

Permalink
add deltaswap
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Feb 26, 2024
1 parent 31005bf commit e33ef93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dexs/deltaswap/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 = '0xcb85e1222f715a81b8edaeb73b28182fa37cffa8'
const adapters: SimpleAdapter = {
adapter: {
[CHAIN.ARBITRUM]: {
fetch: getDexVolumeExports({ chain: CHAIN.MANTLE, factory: FACTORY_ADDRESS }),
start: 1706745600,
}
}
}
export default adapters;

0 comments on commit e33ef93

Please sign in to comment.