From 085c39e38916795e5a122465b46b45eee659deab Mon Sep 17 00:00:00 2001 From: !shan Date: Fri, 19 Jul 2024 11:44:38 +0200 Subject: [PATCH] Test fee percent (#17) ### What was the problem? This PR resolves #16 To be reverted in https://github.com/LiskHQ/across-relayer/issues/19 --- scripts/runMainnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runMainnet.sh b/scripts/runMainnet.sh index 1840c1ac78..4a6cb6b362 100644 --- a/scripts/runMainnet.sh +++ b/scripts/runMainnet.sh @@ -40,7 +40,7 @@ echo "RPC_PROVIDERS_1135=GELATO,DRPC" >> ${app_dir}/.env # Mainnet settings echo "RELAYER_ORIGIN_CHAINS=[1,1135]" >> ${app_dir}/.env echo "RELAYER_DESTINATION_CHAINS=[1,1135]" >> ${app_dir}/.env -echo "MIN_RELAYER_FEE_PCT=0.0001" >> ${app_dir}/.env +echo "MIN_RELAYER_FEE_PCT=-5" >> ${app_dir}/.env # Redis settings echo "REDIS_URL='redis://127.0.0.1:6379'" >> ${app_dir}/.env