This commit is contained in:
mfahampshire
2025-11-08 00:05:44 +00:00
parent 4c38481c36
commit 20c4553bca
@@ -33,8 +33,8 @@ impl NetworkEnvironment {
pub fn env_file_path(&self) -> PathBuf {
let root = find_workspace_root();
match self {
Self::Mainnet => PathBuf::from(root.join("envs/mainnet.env")),
// Self::Sandbox => PathBuf::from(root.join("envs/sandbox.env")),
Self::Mainnet => root.join("envs/mainnet.env"),
// Self::Sandbox => root.join("envs/sandbox.env"),
}
}