Skip to content

Commit

Permalink
Fix ApertureSwap factory address.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Sep 29, 2023
1 parent 26cce9e commit d72b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/apertureSwap/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { uniV3Export } = require("../helper/uniswapV3");

module.exports = uniV3Export({
manta: { factory: "0x4Eee19e0856D23fAc3D0bDD867bEb4E1B8c78344", fromBlock: 48723, },
manta: { factory: "0x5bd1F6735B80e58aAC88B8A94836854d3068a13a", fromBlock: 41427, },
});

0 comments on commit d72b9e0

Please sign in to comment.