Skip to content

Commit

Permalink
πŸ’… Remove quotes from env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Jul 17, 2024
1 parent 44a47a2 commit 42c3894
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 @@ -44,7 +44,7 @@ echo "RELAYER_DESTINATION_CHAINS=[1,1135]" >> ${app_dir}/.env
echo "REDIS_URL='redis://127.0.0.1:6379'" >> ${app_dir}/.env
# Supported token settings
echo RELAYER_TOKENS=\'[\"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2\", \"0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f\", \"0xdAC17F958D2ee523a2206206994597C13D831ec7\"]\' >> ${app_dir}/.env
echo MIN_DEPOSIT_CONFIRMATIONS=\'{\"5000\": \"{ \"1\": 5, \"1135\": 10 }\", \"2000\": \"{ \"1\": 4, \"1135\": 10 }\", \"100\": \"{ \"1\": 3, \"1135\": 10 }\" }\' >> ${app_dir}/.env
echo MIN_DEPOSIT_CONFIRMATIONS=\'{\"5000\": { \"1\": 5, \"1135\": 10 }, \"2000\": { \"1\": 4, \"1135\": 10 }, \"100\": { \"1\": 3, \"1135\": 10 } }\' >> ${app_dir}/.env

echo "All env vars are set."

Expand Down

0 comments on commit 42c3894

Please sign in to comment.