Returns the path to the testnet directory.
(&self)
| 172 | |
| 173 | /// Returns the path to the testnet directory. |
| 174 | pub fn testnet_dir(&self) -> PathBuf { |
| 175 | self.output_dir.join("cl") |
| 176 | } |
| 177 | |
| 178 | /// Reads and returns the JWT secret. |
| 179 | pub fn read_jwt_secret(&self) -> Result<String> { |