Open mattsse opened 7 months ago
Anvil
https://github.com/foundry-rs/foundry/blob/9d2125b013cbcb61dce2546379a79a4d99ba2f78/crates/anvil/src/eth/api.rs#L1600-L1600
if no args are provided then we should reinitialize the state to default in memory
ref https://hardhat.org/hardhat-network/docs/reference https://hardhat.org/hardhat-network/docs/reference#initial-state
FYI @yash-atreya
No response
Noted. Thanks for tag.
this should be similar to reset_fork but basically, reinitialize everything to fresh instance
Hello, is this issue the one from my tweet?
https://x.com/BautiDeFi/status/1771177789019873445?s=20
Component
Anvil
Describe the feature you would like
https://github.com/foundry-rs/foundry/blob/9d2125b013cbcb61dce2546379a79a4d99ba2f78/crates/anvil/src/eth/api.rs#L1600-L1600
if no args are provided then we should reinitialize the state to default in memory
ref https://hardhat.org/hardhat-network/docs/reference https://hardhat.org/hardhat-network/docs/reference#initial-state
FYI @yash-atreya
Additional context
No response