diff --git a/.env-sample b/.env-sample index 3d1fa601e..2110a95f9 100644 --- a/.env-sample +++ b/.env-sample @@ -151,7 +151,6 @@ ALLOW_SELF_KEYSEND = False # REVERSE SUBMARINE SWAP PAYOUTS # Disable on-the-fly swaps feature DISABLE_ONCHAIN = False -MAX_SWAP_ALLOWED = 500000 # Shape of fee to available liquidity curve. Either "linear" or "exponential" SWAP_FEE_SHAPE = 'exponential' # EXPONENTIAL. fee (%) = MIN_SWAP_FEE + (MAX_SWAP_FEE - MIN_SWAP_FEE) * e ^ (-LAMBDA * onchain_liquidity_fraction)