contracts-bedrock: modularize the `AlphabetVM`
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.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment