From b2d3f7c6d63b0bce1b246980913db1b228800e8a Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:30:30 +0000 Subject: [PATCH] chore: Update LSK capital fee --- api/_constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {