#189 Predeployed Contracts functionality (#218)

* Added a possibility to predeploy contracts to the genesis block
* Added some default contracts to predeploy.
This commit is contained in:
Nikita Khateev
2024-06-12 09:35:05 +04:00
committed by GitHub
parent b080293cdb
commit 26c49797cb
16 changed files with 1390 additions and 26 deletions
+1
View File
@@ -7,6 +7,7 @@ mod chain_spec;
mod service;
mod cli;
mod command;
mod contracts;
mod eth;
mod rpc;