flow-emulator
flow-emulator copied to clipboard
`--contracts` command in C1.0 CLI deploys old versions of important contracts
Problem
When using the --contracts flag with the flow-c1 CLI to deploy important contracts, some of them like NFTStorefrontV2 still use old versions.
Steps to Reproduce
- Run
flow-c1 emulator start --contracts - See the error
Acceptance Criteria
Make sure all contracts that are deployed are the Cadence 1.0 versions
Context
Community members cannot test with the latest versions of these contracts in the emulator