Skip to content

Commit

Permalink
Move ejector messages to .eth
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 17, 2024
1 parent 440eba0 commit 3d8b8b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Empty file added .eth/charon/.empty
Empty file.
Empty file added .eth/lido-ejector/.empty
Empty file.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ext-network.yml.original
ext-network.yml.bak
.eth/*
.eth_backup*
.charon/*
validator-ejector/*
!.eth/README.md
!.eth/validator_keys/.empty
!.eth/exit_messages/.empty
!.eth/dkg_output/.empty
!.eth/charon/.empty
!.eth/lido-ejector/.empty
!.eth/ethdo/README.md
!.eth/ethdo/create-withdrawal-change.sh
*.swp
Expand Down
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -3214,7 +3214,7 @@ again or Cancel on the next screen." 10 75


__query_lido_obol_enr() {
${__as_owner} mkdir -p ./.eth
${__as_owner} mkdir -p ./.eth/charon
__outcome__=$(__docompose -f ./lido-obol.yml run -u "$(id -u)":"$(id -g)" --rm charon-create-enr)
if [[ "${__outcome__}" =~ "Created ENR private key:" ]]; then
__lido_obol_operator_enr=$(echo "${__outcome__}" | grep -e 'enr:')
Expand Down
4 changes: 2 additions & 2 deletions lido-obol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
image: lidofinance/validator-ejector:${VALIDATOR_EJECTOR_VERSION:-1.5.0}
user: ":"
volumes:
- ./validator-ejector:/exitmessages
- .eth/lido-ejector:/exitmessages
restart: unless-stopped
environment:
- EXECUTION_NODE=${OBOL_EL_NODE:-http://execution:8545}
Expand All @@ -88,7 +88,7 @@ services:
image: obolnetwork/lido-dv-exit:${LIDO_DV_EXIT_VERSION:-e8bee1f}
user: ":"
volumes:
- ./validator-ejector:/exitmessages
- .eth/lido-ejector:/exitmessages
- .eth:/charon
environment:
- LIDODVEXIT_BEACON_NODE_URL=${OBOL_CL_NODE:-http://consensus:5052}
Expand Down

0 comments on commit 3d8b8b4

Please sign in to comment.