From 3cc373415e3b2bff91807c83a19bf67d5d4861c4 Mon Sep 17 00:00:00 2001 From: "James Morris, MS" <96435344+james-a-morris@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:42:54 -0400 Subject: [PATCH] improve: add SNX to configuration list. (#878) * improve: add SNX to configuration list. * improve: change bip --- api/_constants.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/_constants.ts b/api/_constants.ts index 0a1c3068d..a1cb05615 100644 --- a/api/_constants.ts +++ b/api/_constants.ts @@ -87,6 +87,12 @@ const defaultRelayerFeeCapitalCostConfig: { cutoff: ethers.utils.parseUnits("100000").toString(), decimals: 18, }, + SNX: { + lowerBound: ethers.utils.parseUnits("0.0001").toString(), + upperBound: ethers.utils.parseUnits("0.0005").toString(), + cutoff: ethers.utils.parseUnits("10000").toString(), + decimals: 18, + }, }; const relayerFeeCapitalCostOverrides: Record<