After #164 is merged, we will no longer require [`fork_name: ForkName`](https://github.com/scroll-tech/zkvm-prover/blob/feat/validium/crates/types/chunk/src/scroll/witness.rs#L20-L21) in the witness. Instead, the hardfork can be derived from the [`version`](https://github.com/scroll-tech/zkvm-prover/blob/feat/validium/crates/types/base/src/version.rs) byte, which is [available in the witness](https://github.com/scroll-tech/zkvm-prover/blob/feat/validium/crates/types/chunk/src/scroll/witness.rs#L14-L15).