shamirlabs / diva-alpha-net

Diva alpha testnet
https://docs.shamirlabs.org/diva/testnet/intro
19 stars 17 forks source link

Use Lodestar VC #22

Closed yorickdowne closed 1 year ago

yorickdowne commented 1 year ago

This creates a new docker-compose-lodestar-vc.yml that uses Lodestar's VC. It allows users to easily use any CL:EL client combination, instead of just Prysm.

yorickdowne commented 1 year ago

The cp /jwt/api-token.txt /jwt/auth-token works around the fact that VALIDATOR_RKM_API_TOKEN_PATH is set locally in reload.sh. More elegant would be to set it through compose, this however needs to be done by Shamir Labs. At that point the entrypoint and command could be removed from the lodestar-vc.yml and replaced with an environment variable pointing at the location of the auth token file.