Skip to content

Commit

Permalink
updates for mekong
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Nov 6, 2024
1 parent dff20cf commit 4ad12e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func ReadConfig(cfg *types.Config, path string) error {
Fetch(context.Background())

if err != nil {
return fmt.Errorf("error getting %v: %w", nodeEndpoint, err)
return fmt.Errorf("error getting %v: %w", nodeEndpoint+"/eth/v1/config/spec", err)
}

chainCfg := types.ClChainConfig{
Expand Down

0 comments on commit 4ad12e3

Please sign in to comment.