Skip to content

Commit

Permalink
Test fee percent (#17)
Browse files Browse the repository at this point in the history
### What was the problem?

This PR resolves #16 

To be reverted in https://github.com/LiskHQ/across-relayer/issues/19
  • Loading branch information
ishantiw committed Aug 7, 2024
1 parent 1936229 commit 78dba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runMainnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78dba22

Please sign in to comment.