risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
102 stars 23 forks source link

WEB3-209: Make `EvmEnvBuilder` public #315

Closed Wollac closed 3 weeks ago

Wollac commented 3 weeks ago

EvmEnvBuilder is returned by the public method EthEvmEnv::builder(), so the type should also be public.