diff --git a/api/_constants.ts b/api/_constants.ts index fb7c2004e..5f31895dd 100644 --- a/api/_constants.ts +++ b/api/_constants.ts @@ -98,8 +98,8 @@ const _defaultRelayerFeeCapitalCostConfig: { cutoff: ethers.utils.parseUnits("10000").toString(), }, LSK: { - lowerBound: ethers.utils.parseUnits("0.0001").toString(), - upperBound: ethers.utils.parseUnits("0.0005").toString(), + lowerBound: ethers.utils.parseUnits("0.0005").toString(), + upperBound: ethers.utils.parseUnits("0.0020").toString(), cutoff: ethers.utils.parseUnits("10000").toString(), }, GRASS: {