fixed chain arb rpc url
This commit is contained in:
7
Makefile
7
Makefile
@@ -52,11 +52,10 @@ help:
|
||||
# First-time initialization
|
||||
init:
|
||||
@echo "$(GREEN)Initializing development environment...$(NC)"
|
||||
@if [ ! -f ci/dev/mongo.key ]; then \
|
||||
@if [ ! -f ci/dev/mongo-key/mongo.key ]; then \
|
||||
echo "$(YELLOW)Generating MongoDB keyfile...$(NC)"; \
|
||||
openssl rand -base64 756 | tr -d '\n' > ci/dev/mongo.key; \
|
||||
chown 999:999 ci/dev/mongo.key; \
|
||||
chmod 400 ci/dev/mongo.key; \
|
||||
openssl rand -base64 756 | tr -d '\n' > ci/dev/mongo-key/mongo.key; \
|
||||
chmod 400 ci/dev/mongo-key/mongo.key; \
|
||||
fi
|
||||
@if [ ! -f .env.dev ]; then \
|
||||
echo "$(YELLOW)Creating .env.dev with default values...$(NC)"; \
|
||||
|
||||
Reference in New Issue
Block a user