Describe the bug
@eth-optimism/contracts@0.2.10 does not package artifacts or artifacts-ovm like it did in v0.2.9, which breaks packaged functions like getContractDefinition.
To Reproduce
Steps to reproduce the behavior:
- Update to
@eth-optimism/contracts@0.2.10 from NPM
- Try to use
import { getContractFactory } from '@eth-optimism/contracts'
Expected behavior
Expecting getContractDefinition not to throw, for example on getContractFactory('Lib_AddressManager').
Screenshots
@eth-optimism/contracts@0.2.9:

@eth-optimism/contracts@0.2.10:
