Skip to content

Commit

Permalink
Update operator repo for v1 mainnet deploy (#37)
Browse files Browse the repository at this point in the history
* updated service manager proxy addr

* new NAT gateway ip

* moving note to mainnet config.yaml

---------

Co-authored-by: jard-n <[email protected]>
  • Loading branch information
jard-n and jard-n authored Oct 11, 2024
1 parent 984e91f commit 374c4c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mainnet/config.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENVIRONMENT=production
# Predicate service manager address
SERVICE_MANAGER_CONTRACT=0x07E26BF8060e33fA3771d88128b75493750515c1
SERVICE_MANAGER_CONTRACT=0xaCB91045B8bBa06f9026e1A30855B6C4A1c5BaC6
# Eigen directory address
EIGEN_AVS_DIRECTORY_CONTRACT=0x135DDa560e946695d6f155dACaFC6f1F25C1F5AF
# Eigenlayer specifeid avs node spec compliance https://eigen.nethermind.io/docs/spec/intro
Expand Down Expand Up @@ -34,6 +34,6 @@ PREDICATE_SIGNING_PRIVATE_KEY_PASSWORD=

# Provide IP and port to broadcast to Predicate for tasks
# Note: Must route traffic to the node's INTERNAL_TASK_SERVER_ENDPOINT
# Note: Ensure traffic from Predicate IP (3.19.97.70:9010/tcp) is whitelisted to pass health check
# Note: Ensure traffic from Predicate IP (3.16.7.32:9010/tcp) is whitelisted to pass health check
# GRPC server on which the operator listens for messages from the middleware
PUBLIC_TASK_SERVER_ENDPOINT=localhost:9010
3 changes: 2 additions & 1 deletion mainnet/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment: production
# Predicate ServiceManager Proxy Contract
service_manager_contract: 0x07E26BF8060e33fA3771d88128b75493750515c1
service_manager_contract: 0xaCB91045B8bBa06f9026e1A30855B6C4A1c5BaC6
# Eigenlayer AVS Directory Contract (Ethereum Mainnet)
eigen_avs_directory_contract: 0x135DDa560e946695d6f155dACaFC6f1F25C1F5AF
# Internal GRPC server the public server forwards messages to
Expand All @@ -20,6 +20,7 @@ enable_log_color: true
####### TODO: Operators please update below values for your node ##############
###############################################################################

# Note: Ensure traffic from Predicate IP (3.16.7.32:9010/tcp) is whitelisted to pass health check
# GRPC server on which the operator listens for messages from the middleware
public_task_server_endpoint: <your_public_ip_address>:9010
# Registration private key store path
Expand Down

0 comments on commit 374c4c1

Please sign in to comment.