Custom chains
If you want to run SP1 Contract Call on a custom EVM chain, you can use the with_genesis() function while building the EvmSketch. The Genesis enum allows to specify a custom chain by using its genesis JSON.
tip
You can find examples of genesis JSON here.