Skip to content

Commit d033538

Browse files
authored
hotfix: change eigenlayer config file name (#258)
1 parent b8a3710 commit d033538

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/script/output/holesky/Holesky_current_deployment.config.json renamed to contracts/script/output/holesky/eigenlayer_deployment_output.json

File renamed without changes.

explorer/lib/explorer/aligned_layer_service_manager.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule AlignedLayerServiceManager do
88

99
case status do
1010
:ok -> Logger.debug("File read successfully")
11-
:error -> raise("Config file not read successfully, did you run make create-env ?")
11+
:error -> raise("Config file not read successfully, did you run make create-env ?\nIf you did, make sure eigenlayer config file is correctly stored")
1212
end
1313

1414
@aligned_layer_service_manager_address Jason.decode!(config_json_string)

0 commit comments

Comments
 (0)