Skip to content

Commit

Permalink
fix: change frontend config name
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Aug 21, 2024
1 parent 0251956 commit 9fe3780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/scripts/gen-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "generating balance-checker-config.json"
forge script scripts/deterministic/GenerateConfigs.s.sol:GenerateBalanceCheckerConfig || exit 1

echo ""
echo "generating .env.frontend"
echo "generating frontend-config"
forge script scripts/deterministic/GenerateConfigs.s.sol:GenerateFrontendConfig || exit 1

echo ""
Expand Down
2 changes: 1 addition & 1 deletion scripts/deterministic/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ string constant COORDINATOR_CONFIG_PATH = "./volume/coordinator-config.json";
string constant CHAIN_MONITOR_CONFIG_PATH = "./volume/chain-monitor-config.json";
string constant BRIDGE_HISTORY_CONFIG_PATH = "./volume/bridge-history-config.json";
string constant BALANCE_CHECKER_CONFIG_PATH = "./volume/balance-checker-config.json";
string constant FRONTEND_ENV_PATH = "./volume/.env.frontend";
string constant FRONTEND_ENV_PATH = "./volume/frontend-config";
string constant ROLLUP_EXPLORER_BACKEND_CONFIG_PATH = "./volume/rollup-explorer-backend-config.json";

0 comments on commit 9fe3780

Please sign in to comment.