Change names from ZombieNet to Zombienet and switch from Command to Process

This commit is contained in:
Marios Christou
2025-10-03 16:03:04 +03:00
parent 23c3da4956
commit 2e3a81cdd3
5 changed files with 76 additions and 139 deletions
+3 -3
View File
@@ -40,9 +40,9 @@ pub enum PlatformIdentifier {
/// The revive dev node with the REVM backend with the solc compiler.
ReviveDevNodeRevmSolc,
/// A zombienet based Substrate/Polkadot node with the PolkaVM backend with the resolc compiler.
ZombieNetPolkavmResolc,
ZombienetPolkavmResolc,
/// A zombienet based Substrate/Polkadot node with the REVM backend with the solc compiler.
ZombieNetRevmSolc,
ZombienetRevmSolc,
}
/// An enum of the platform identifiers of all of the platforms supported by this framework.
@@ -100,7 +100,7 @@ pub enum NodeIdentifier {
/// The revive dev node implementation.
ReviveDevNode,
/// A zombienet spawned nodes
ZombieNet,
Zombienet,
}
/// An enum representing the identifiers of the supported VMs.