Open itegulov opened 3 days ago
A method to switch chain id programatically without restart:
#[rpc(name = "anvil_setBlockGasLimit")] fn set_block_gas_limit(&self, limit: U256) -> RpcResult<bool>;
Useful when starting a new fork with anvil_reset (this flow should be tested as I am not sure we even support switching from pure local to fork via reset).
anvil_reset
A method to switch chain id programatically without restart:
Useful when starting a new fork with
anvil_reset
(this flow should be tested as I am not sure we even support switching from pure local to fork via reset).