Skip to content

Commit

Permalink
⚙️ Test fee percent with negative amount
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Jul 19, 2024
1 parent 5d2f512 commit 789fde4
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 789fde4

Please sign in to comment.