• Mark Tyneway's avatar
    contracts-bedrock: modularize the `AlphabetVM` · b3752378
    Mark Tyneway authored
    Moves the `AlphabetVM` contract into its own file
    because previously it was resulting in an import cycle.
    This was causing compilation errors when refactoring
    the code to use the deploy script to set up the tests.
    
    All mock contracts used for testing can now live in `test/mocks`
    instead of being randomly placed around the codebase.
    b3752378
Deploy.s.sol 43.6 KB