Allow minting multiple editions with the same set/play but different tiers. This would eliminate the need to create redundant play data for cases when we create dynamic moments/editions for multiple tiers.
Removing the mint edition pre-condition check that prevent a new edition with the same setID and playID from being created
Use a map to keep track of existing setID + playID + tier combination to prevent duplication. The map is store in the minter account's storage. Will manually backfill the map for existing editions.
Allow minting multiple editions with the same set/play but different tiers. This would eliminate the need to create redundant play data for cases when we create dynamic moments/editions for multiple tiers.