parlia-elc
November 27, 2025 ยท View on GitHub
ELC implementation for BNB Smart Chain.
NOTE: This project is currently under heavy development. Features may change or break.
Supported Versions
Documents
Configuration
Environment variables can be used to change settings. Each configuration must be determined at build time, not at run time.
Build Parameters
Parameters can be specified to check for acceptable headers at build time.
| Name | Description |
|---|---|
MINIMUM_TIMESTAMP_SUPPORTED | Timestamp(millisecond) of the lowest header this light client will accept. All the ForkSpec must be greater than or equal to this value. |
MINIMUM_HEIGHT_SUPPORTED | Height of the lowest header this light client will accept. All the ForkSpec must be greater than or equal to this value. |