Skip to content

Commit

Permalink
♻️ Min fee config
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Jul 18, 2024
1 parent f0bcc36 commit 33845bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/runMainnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ 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
echi "MIN_RELAYER_FEE_PCT=0.0001" >> ${app_dir}/.env

# Redis settings
echo "REDIS_URL='redis://127.0.0.1:6379'" >> ${app_dir}/.env
# Supported token settings
Expand Down

0 comments on commit 33845bb

Please sign in to comment.