Skip to content

Commit

Permalink
Merge pull request #142 from hummingbot/fix/uniswap-default-quoter
Browse files Browse the repository at this point in the history
(fix) change uniswap to default not to use route
  • Loading branch information
fengtality committed Jul 2, 2023
2 parents 6416491 + 82f1d43 commit b0342e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/templates/uniswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ ttl: 600
# Note: More hops will increase latency of the algorithm.
maximumHops: 4

# Use Uniswap Router or Quoter for quoting prices.
# true - use Uniswap Router.
# false - use Uniswap Quoter.
useRouter: true
# Use Uniswap Router or Quoter to quote prices.
# true - use Smart Order Router
# false - use QuoterV2 Contract
useRouter: false

# Fee tier to use for the Uniswap Quoter.
# Required if `useRouter` is false.
Expand Down

0 comments on commit b0342e4

Please sign in to comment.