lidofinance / lido-keys-api

Api for fetching node operators keys from modules
MIT License
19 stars 15 forks source link

fix: config empty CL_API_URLS error #229

Open eddort opened 10 months ago

AlexanderLukin commented 7 months ago

I think that the CL_API_URLS variable must never be empty and it should be validated via env.validation.ts. I've covered this case in this PR https://github.com/lidofinance/lido-keys-api/pull/216 This issue also should be resolved once the PR is merged.