onflow / hybrid-custody

Cadence suite enabling Hybrid Custody on Flow
Apache License 2.0
16 stars 12 forks source link

[BUG] Contract in NFTCollectionFactory.cdc is named incorrectly #167

Closed sisyphusSmiling closed 3 months ago

sisyphusSmiling commented 3 months ago

Current Behavior

The contents of NFTCollectionFactory.cdc currently define a contract named NFTProviderAndCollectionFactory which collides with another contract

Expected Behavior

The file should define a contract named NFTCollectionFactory

Steps To Reproduce

See this file

Environment

N/A

What are you currently working on that this is blocking?

No response