Returns the path to the configuration file, if set.
(&self)
| 45 | |
| 46 | /// Returns the path to the configuration file, if set. |
| 47 | pub const fn path(&self) -> Option<&PathBuf> { |
| 48 | self.l1_config_file.as_ref() |
| 49 | } |
| 50 | |
| 51 | /// Loads the L1 chain configuration. |
| 52 | /// |