Other
- chore(anvil): use cfg(feature = "cmd") instead of allow(dead_code) for parse (#12425) by @Fallengirl
 - Refactor: use strip_0x in Cast::publish and drop unnecessary mut (#12376) by @viktorking7
 - chore: use trait fn for setting both input fields (#12426) by @mattsse
 - Remove unused foundry-config dependency from benches crate (#12388) by @wedjob0X
 - refactor: use derive(Default) for Handler struct (#12431) by @Bilogweb3
 - refactor(cast): remove redundant clone and duplicate import (#12430) by @Bilogweb3
 - perf(anvil): avoid snapshot cloning when counting ready transactions (#12432) by @phrwlk
 - fix(npm): kill child process when SIGTERM or SIGINT is received (#12412) by @guidanoli