We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--contracts
When using the --contracts flag with the flow-c1 CLI to deploy important contracts, some of them like NFTStorefrontV2 still use old versions.
flow-c1
NFTStorefrontV2
flow-c1 emulator start --contracts
Make sure all contracts that are deployed are the Cadence 1.0 versions
Community members cannot test with the latest versions of these contracts in the emulator
The text was updated successfully, but these errors were encountered:
Can you post this on the emulator repo issues please? I think that's where this is coming from.
Sorry, something went wrong.
Probably because of #539
I think this is fixed with #762 ( closing but if there is something still wrong please reopen )
No branches or pull requests
Problem
When using the
--contracts
flag with theflow-c1
CLI to deploy important contracts, some of them likeNFTStorefrontV2
still use old versions.Steps to Reproduce
flow-c1 emulator start --contracts
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
The text was updated successfully, but these errors were encountered: