Skip to content

Commit

Permalink
add blasterswap and infusion
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Mar 14, 2024
1 parent c61a969 commit 4954c3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocols/blasterswap.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { uniV2Exports } from "../helpers/uniswap";

export default uniV2Exports({
blast: {
factory: '0x9CC1599D4378Ea41d444642D18AA9Be44f709ffD',
}
})
7 changes: 7 additions & 0 deletions protocols/infusion.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { uniV2Exports } from "../helpers/uniswap";

export default uniV2Exports({
base: {
factory: '0x2D9A3a2bd6400eE28d770c7254cA840c82faf23f',
}
})

0 comments on commit 4954c3d

Please sign in to comment.