onflow / freshmint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClaimSale should not require a metadata schema

psiemens opened this issue · comments

The ClaimSale contract does not need to know the metadata of a contract to operate, but the contract constructors expect a schema to be passed. Maybe the ClaimSale contract class shouldn't depend on a contract class at all. 🤔