Skip to content

Commit

Permalink
add kim exchange v2-v3 (DefiLlama#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored Mar 17, 2024
1 parent 8d2a4b4 commit b400d71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocols/kim-exchange-v2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { uniV2Exports } from "../helpers/uniswap";

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

export default uniV3Exports({
mode: {
factory: '0xB5F00c2C5f8821155D8ed27E31932CFD9DB3C5D5',
},
})

0 comments on commit b400d71

Please sign in to comment.