Open mds1 opened 5 days ago
Related to https://github.com/ethereum-optimism/superchain-ops/issues/334, superchain-ops should verify that users are on at least some "minimum supported version" of tools like forge. Some issues such as https://github.com/ethereum-optimism/superchain-ops/issues/299 were caused by a bug in forge, so this would help make sure users are not using the buggy version
Maybe there's a general purpose package manager we should be using here?
Related to https://github.com/ethereum-optimism/superchain-ops/issues/334, superchain-ops should verify that users are on at least some "minimum supported version" of tools like forge. Some issues such as https://github.com/ethereum-optimism/superchain-ops/issues/299 were caused by a bug in forge, so this would help make sure users are not using the buggy version