Skip to content

Commit

Permalink
add vanilla swap
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshelkovenkov committed Jun 6, 2024
1 parent 4d1df68 commit 29d11ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocols/vanillaswap-v2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { uniV2Exports } from "../helpers/uniswap";

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

export default uniV3Exports({
defichain_evm: {
factory: '0x9C444DD15Fb0Ac0bA8E9fbB9dA7b9015F43b4Dc1',
}
})

0 comments on commit 29d11ea

Please sign in to comment.