Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Set max hops to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Nov 16, 2020
1 parent c3b67d6 commit b403430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const WETH_ADDRESS_RINKEBY = '0xc778417E063141139Fce010982780140Aa0cD5Ab'
export const WXDAI_ADDRESS_XDAI = '0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d'
export const WETH_ADDRESS_XDAI = '0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1'

export const ORDER_BOOK_HOPS_MAX = 100
export const ORDER_BOOK_HOPS_MAX = 30

export const REFRESH_WHEN_SECONDS_LEFT = 60 // 1min before batch done
// for stable reference
Expand Down

0 comments on commit b403430

Please sign in to comment.