Implement the Node trait for kitchensink (#16)

* feat: implement Node trait for Kitchensink node

* removed self from eth_to_substrate_address method
This commit is contained in:
activecoder10
2025-06-05 09:12:54 +03:00
committed by GitHub
parent 1bc20d088f
commit 3b26e1e1d6
9 changed files with 2549 additions and 139 deletions
+1
View File
@@ -5,6 +5,7 @@ use revive_dt_config::Arguments;
use revive_dt_node_interaction::EthereumNode;
pub mod geth;
pub mod kitchensink;
pub mod pool;
/// The default genesis configuration.