-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mangata-finance/feature/update-v0.2
update to v0.2
- Loading branch information
Showing
3 changed files
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,40 @@ | ||
MAIN_SERVICE_IMAGE=mangatasolutions/operator:81e0a3189fd9c3fef96db0f16ef017e0eab6d97c | ||
CLI_SERVICE_IMAGE=mangatasolutions/avs-cli:81e0a3189fd9c3fef96db0f16ef017e0eab6d97c | ||
MAIN_SERVICE_NAME=mangata-finalizer-node | ||
MAIN_SERVICE_IMAGE=mangatasolutions/avs-finalizer:80ac399c2c2f103dd8de1be62c114d5090cd11cd | ||
MAIN_SERVICE_NAME=avs-finalizer-node | ||
|
||
# Goerli contracts deployment | ||
BLS_PUBLIC_KEY_COMPENDIUM=0xc81d3963087Fe09316cd1E032457989C7aC91b19 | ||
BLS_OPERATOR_STATE_RETRIEVER=0x737Dd62816a9392e84Fa21C531aF77C00816A3a3 | ||
AVS_SERVICE_MANAGER=0xD2333E11ea617E30fb97900f6ac9782A85f233e7 | ||
AVS_REGISTRY_COORDINATOR_ADDR=0x5620cDb94BaAaD10c20483bd8705DA711b2Bc0a3 | ||
|
||
# Mangata Finalizer Service Manager RPC | ||
AGGREGATOR_RPC_URL=eigen-aggregator-rpc-goerli.mangata.online:8090 | ||
# Finalizer Service Manager RPC | ||
AVS_RPC_URL=https://avs-aggregator-testnet.mangata.online/ | ||
# register with AVS when the node starts | ||
OPT_IN_AT_STARTUP=true | ||
|
||
RUST_LOG=avs=info | ||
|
||
############################################################################### | ||
####### TODO: Operators please update below values for your node ############## | ||
############################################################################### | ||
|
||
# TODO: Operators need to update this to provide connection to ETH & Mangata network nodes | ||
# TODO: Operators need to update this to provide connection to ETH & network nodes | ||
CHAIN_ID=5 | ||
ETH_RPC_URL= | ||
ETH_WS_URL= | ||
SUBSTRATE_RPC_URL=wss://kusama-archive.mangata.online | ||
SUBSTRATE_RPC_URL=wss://collator-01-ws-rollup-testnet.mangata.online:443 | ||
|
||
# TODO: Operators need to update this to their own keys | ||
# TODO: Operators need to update this to their own keys, either use files or encoded JSON | ||
# this is where your keys are stored on local storage | ||
ECDSA_KEY_FILE_HOST=~/.eigenlayer/operator_keys/ecdsa.key.json | ||
BLS_KEY_FILE_HOST=~/.eigenlayer/operator_keys/bls.key.json | ||
|
||
# this is where the node binary finds the keys in the docker container | ||
ECDSA_KEY_FILE=/app/operator_keys/ecdsa_key.json | ||
BLS_KEY_FILE=/app/operator_keys/bls_key.json | ||
|
||
# it is possible to pass the encoded json key directly with these env flags | ||
# comment above both ECDSA_KEY_FILE & BLS_KEY_FILE if used | ||
# ECDSA_KEY_JSON= | ||
# BLS_KEY_JSON= | ||
|
||
# TODO: Operators need to add password to decrypt the above keys | ||
ECDSA_KEY_PASSWORD= | ||
BLS_KEY_PASSWORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters