zellular-xyz / zsequencer

PoC implementation of the Zellular sequencing protocol
https://zellular.xyz
3 stars 0 forks source link

Validate port configuration against node data source during startup #44

Closed mchitgarha78 closed 3 weeks ago

mchitgarha78 commented 1 month ago

Currently, our application does not verify if the port specified in the .env file matches the expected port configuration from node source (either eigenlayer network or nodes.json data). This can lead to runtime errors or misconfigurations that are difficult to diagnose.