Skip to content

Commit

Permalink
Min fee config (#15)
Browse files Browse the repository at this point in the history
### What was the problem?

This PR resolves #14 

### How was it solved?

<!--- Please describe your technical implementation -->

### How was it tested?

<!--- Please describe how you tested your changes -->
  • Loading branch information
ishantiw authored and sameersubudhi committed Sep 10, 2024
1 parent b203beb commit a871453
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
echo "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 a871453

Please sign in to comment.