From 42c389447e0f49c417ef94b515e8d49d0c69a9e1 Mon Sep 17 00:00:00 2001 From: Ishan Date: Wed, 17 Jul 2024 15:43:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20Remove=20quotes=20from=20env=20v?= =?UTF-8?q?ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/runMainnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runMainnet.sh b/scripts/runMainnet.sh index cbf326e39..cd43d57d0 100644 --- a/scripts/runMainnet.sh +++ b/scripts/runMainnet.sh @@ -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."