bump v1 trade threshold

This commit is contained in:
Noah Zinsmeister 2020-05-20 16:18:18 -04:00
parent fea11871ae
commit 425a23774d
No known key found for this signature in database
GPG Key ID: 83022DD49188C9F2

@ -122,4 +122,4 @@ export const PRICE_IMPACT_WITHOUT_FEE_CONFIRM_MIN: Percent = new Percent(JSBI.Bi
// used to ensure the user doesn't send so much ETH so they end up with <.01
export const MIN_ETH: JSBI = JSBI.exponentiate(JSBI.BigInt(10), JSBI.BigInt(16)) // .01 ETH
export const V1_TRADE_LINK_THRESHOLD = new Percent(JSBI.BigInt(50), JSBI.BigInt(10000))
export const V1_TRADE_LINK_THRESHOLD = new Percent(JSBI.BigInt(75), JSBI.BigInt(10000))