mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: add reth init and reth import (#877)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
@@ -67,6 +67,7 @@ where
|
||||
..Default::default()
|
||||
},
|
||||
);
|
||||
|
||||
self.evm.env.cfg.chain_id = U256::from(self.chain_spec.chain().id());
|
||||
self.evm.env.cfg.spec_id = spec_id;
|
||||
self.evm.env.cfg.perf_all_precompiles_have_balance = false;
|
||||
|
||||
Reference in New Issue
Block a user