Skip to content

Commit

Permalink
added MKR,RPL,APE pools
Browse files Browse the repository at this point in the history
  • Loading branch information
apeir99n authored Oct 23, 2023
1 parent 0b83a6e commit 698b59b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const standardUniV2Config: UniV2Config = {
const standardUniV3Config: UniV3Config = {
contract: "UNISWAP_V3_ROUTER",
allowed: [
{ token0: "APE", token1: "WETH", fee: 3000 },
{ token0: "RPL", token1: "WETH", fee: 3000 },
{ token0: "RPL", token1: "WETH", fee: 10000 },
{ token0: "RPL", token1: "WETH", fee: 3000 },
{ token0: "MKR", token1: "WETH", fee: 10000 },
{ token0: "MKR", token1: "WETH", fee: 3000 },
{ token0: "SNX", token1: "WETH", fee: 3000 },
{ token0: "WBTC", token1: "WETH", fee: 500 },
{ token0: "DAI", token1: "WETH", fee: 500 },
Expand Down

0 comments on commit 698b59b

Please sign in to comment.