Skip to content

Commit

Permalink
Release: v1.0.5 (#42)
Browse files Browse the repository at this point in the history
* added v1.0.5 arm64

* Added v1.0.5 linux/amd64

* added latest bin

* Update config.env

* config updates
  • Loading branch information
arora-anmol authored Feb 5, 2025
1 parent 2b22283 commit fb57945
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions mainnet/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ METRICS_SERVER_ENDPOINT=localhost:9090
INTERNAL_TASK_SERVER_ENDPOINT=0.0.0.0:9010
# Middleware DNS and port
MIDDLEWARE_SERVER_ENDPOINT=task.predicate.io:50051
# DB path
DB_PATH=/app/data/

# Enable log colors
ENABLE_LOG_COLOR=true

Expand Down
3 changes: 1 addition & 2 deletions mainnet/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ middleware_server_endpoint: task.predicate.io:50051
metrics_server_endpoint: 0.0.0.0:9090
# Eigen avs node spec compliance https://eigen.nethermind.io/docs/spec/intro
eigen_avs_node_api_server_endpoint: 0.0.0.0:8080
# db path
db_path: /app/data/

# enable log colors
enable_log_color: true

Expand Down
3 changes: 1 addition & 2 deletions testnet/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ METRICS_SERVER_ENDPOINT=localhost:9090
INTERNAL_TASK_SERVER_ENDPOINT=0.0.0.0:9010
# Middleware DNS and port
MIDDLEWARE_SERVER_ENDPOINT=testnet.task.predicate.io:50051
# DB path
DB_PATH=/app/data/

# Enable log colors
ENABLE_LOG_COLOR=true

Expand Down
3 changes: 1 addition & 2 deletions testnet/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ middleware_server_endpoint: testnet.task.predicate.io:50051
metrics_server_endpoint: 0.0.0.0:9090
# Eigen avs node spec compliance https://eigen.nethermind.io/docs/spec/intro
eigen_avs_node_api_server_endpoint: 0.0.0.0:8080
# db path
db_path: /app/data/

# enable log colors
enable_log_color: true

Expand Down

0 comments on commit fb57945

Please sign in to comment.