risc0 / risc0-ethereum

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

Create a test to verify correct deployment of the verifier contracts #213

Open nategraf opened 2 months ago

nategraf commented 2 months ago

As a check against potentially costly deployment mistakes, we should use the Forge scripting / testing system to automatically check the consistency of the deployment.toml file and the contracts deployed on-chain, allowing us to have this file be the reliably source of truth, checked into git.

linear[bot] commented 2 months ago

WEB3-96 Create a test to verify correct deployment of the verifier contracts