Skip to content

Commit

Permalink
Add COREx Swap (#10202)
Browse files Browse the repository at this point in the history
Add COREx Swap TVL
  • Loading branch information
CoreXNetwork authored May 13, 2024
1 parent ab334d2 commit 53e174d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/corexswap/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { uniV3Export } = require("../helper/uniswapV3");
const factory = "0x526190295AFB6b8736B14E4b42744FBd95203A3a";

module.exports = uniV3Export({
core: { factory, fromBlock: 14045524 },
});

0 comments on commit 53e174d

Please sign in to comment.