Youβll need at least 1 Holesky ETH to cover the gas cost of the operator registration. Make sure to send at least 1 ETH to your Eigenlayer operatorβs address
8. Config & register operator
eigenlayeroperatorconfigcreate
Enter your operator address: your Eigenlayer address
Enter your earnings address (default to your operator address): `your Eigenlayer address`
Enter your ETH rpc url: https://ethereum-holesky-rpc.publicnode.com
Select your network: `holesky`
Select your signer type: `local_keystore`
Enter your ecdsa key path: /root/.eigenlayer/operator_keys/joseph-test.ecdsa.key.json
{"name":"Chicharito","website":"https://www.node9x.com","description":"Blockchain enthusiast and validator","logo":"https://raw.githubusercontent.com/0xChicharito/chainbase/main/Jlogo.png","twitter":"https://x.com/0xchicharito"}
# Chainbase AVS ImageMAIN_SERVICE_IMAGE=repository.chainbase.com/network/chainbase-node:testnet-v0.1.7FLINK_TASKMANAGER_IMAGE=flink:latestFLINK_JOBMANAGER_IMAGE=flink:latestPROMETHEUS_IMAGE=prom/prometheus:latestMAIN_SERVICE_NAME=chainbase-nodeFLINK_TASKMANAGER_NAME=flink-taskmanagerFLINK_JOBMANAGER_NAME=flink-jobmanagerPROMETHEUS_NAME=prometheus# FLINK CONFIGFLINK_CONNECT_ADDRESS=flink-jobmanagerFLINK_JOBMANAGER_PORT=8081NODE_PROMETHEUS_PORT=9091PROMETHEUS_CONFIG_PATH=./prometheus.yml# Chainbase AVS mounted locationsNODE_APP_PORT=8080NODE_ECDSA_KEY_FILE=/app/operator_keys/ecdsa_key.jsonNODE_LOG_DIR=/app/logs# Node logs configsNODE_LOG_LEVEL=debugNODE_LOG_FORMAT=text# Metrics specific configsNODE_ENABLE_METRICS=trueNODE_METRICS_PORT=9092# holesky smart contractsAVS_CONTRACT_ADDRESS=0x5E78eFF26480A75E06cCdABe88Eb522D4D8e1C9dAVS_DIR_CONTRACT_ADDRESS=0x055733000064333CaDDbC92763c58BF0192fFeBf###################################################################################### TODO: Operators please update below values for your node ############################################################################################## TODO: Operators need to point this to a working chain rpcNODE_CHAIN_RPC=https://rpc.ankr.com/eth_holeskyNODE_CHAIN_ID=17000# TODO: Operators need to update this to their own pathsUSER_HOME=$HOMEEIGENLAYER_HOME=${USER_HOME}/.eigenlayerCHAINBASE_AVS_HOME=${EIGENLAYER_HOME}/chainbase/holeskyNODE_LOG_PATH_HOST=${CHAINBASE_AVS_HOME}/logs# TODO: Operators need to update this to their own keysNODE_ECDSA_KEY_FILE_HOST=${EIGENLAYER_HOME}/operator_keys/joseph-test.ecdsa.key.json# TODO: Operators need to add password to decrypt the above keys# If you have some special characters in password, make sure to use single quotesNODE_ECDSA_KEY_PASSWORD=***123ABCabc123***