Skip to content

Commit

Permalink
fix mintswap
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 15, 2024
1 parent a68a11b commit 76f3679
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 98 deletions.
98 changes: 0 additions & 98 deletions fees/mintswap/index.ts

This file was deleted.

8 changes: 8 additions & 0 deletions protocols/mintswap/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { CHAIN } from "../../helpers/chains";
import { uniV3Exports } from "../../helpers/uniswap";

export default uniV3Exports({
[CHAIN.MINT]: {
factory: '0x1f88BB455E02646224A0a65f3eb4B2FCb4fb8e49',
}
})

0 comments on commit 76f3679

Please sign in to comment.