Commit 309d03b5 authored by Tina's avatar Tina Committed by GitHub

feat: Bump default auto-slippage to 0.5% (#6778)

bump default to 0.5%
parent 8d32e315
......@@ -13,7 +13,7 @@ import { InterfaceTrade } from 'state/routing/types'
import useGasPrice from './useGasPrice'
import useStablecoinPrice, { useStablecoinAmountFromFiatValue, useStablecoinValue } from './useStablecoinPrice'
const DEFAULT_AUTO_SLIPPAGE = new Percent(1, 1000) // .10%
const DEFAULT_AUTO_SLIPPAGE = new Percent(5, 1000) // 0.5%
// Base costs regardless of how many hops in the route
const V3_SWAP_BASE_GAS_ESTIMATE = 100_000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment