onflow / nft-catalog

https://www.flow-nft-catalog.com/
The Unlicense
36 stars 13 forks source link

Change type key from type to string #9

Closed bshahid331 closed 2 years ago

bshahid331 commented 2 years ago

Summary

Had to make these changes to be able to deploy to testnet. Emulator allowed it but testnet would throw on contract deployments. Using the identifiers instead of the type as the key.

Test Plan Ran test suite. Everything still passed.