New config for v28.5.0 ? #1038
-
Team or ProjectNo response ZK chainLens EnvironmentMainnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.Lens uses:
For v28.2.1 above setting were find but after upgrading to v28.5.0 is gives:
Tried using this in the docker config like:
What am I missing? I prefer using environment variables like it was running on v28.2.1 Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hmm, configuration through environment variables shouldn't be affected. Can you share your Dockerfile? Or at least the part where you set up configuration? |
Beta Was this translation helpful? Give feedback.
-
Docker is exactly like this The error after starting is like this:
|
Beta Was this translation helpful? Give feedback.
Can you try to add
EN_DA_MAX_BLOCKS_TO_LOOK_BACK: "5"
? That's a new field in the config and seems like we forgot to add a default when configured through envvars.