Skip to content

Commit

Permalink
swapbase new factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed May 7, 2024
1 parent 152841a commit b3286d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions projects/swapbased-cl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ const { uniV3Export } = require("../helper/uniswapV3");

module.exports = uniV3Export({
base: {
factory: "0xC207628E5e2b59E9C690071e68c7C1c4193b0252",
fromBlock: 2435487,
isAlgebra: true,
hallmarks: [
[1714957200,"change contracts"]
],
factory: "0xb5620F90e803C7F957A9EF351B8DB3C746021BEa", //replace factory , from algebra dex to pancake v3 (univ3)
fromBlock: 13766585,
},
});

0 comments on commit b3286d3

Please sign in to comment.