[WIP] - Impl EthereumNode for zombie node

This commit is contained in:
Marios Christou
2025-09-23 17:32:57 +03:00
parent e9fabd2634
commit 04d56da477
3 changed files with 260 additions and 8 deletions
+4
View File
@@ -39,6 +39,10 @@ pub enum PlatformIdentifier {
ReviveDevNodePolkavmResolc,
/// 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,
// /// A zombienet based Substrate/Polkadot node with the REVM backend with the solc compiler.
// ZombieNetRevmSolc,
}
/// An enum of the platform identifiers of all of the platforms supported by this framework.