* Use existing base token URI for collection creation
* Cover image preview when using existing base token URI option
* Fix cover image preview border for non-square images
* check baseTokenURI and coverImageUrl validity
* Fix typo
* Cover image validity condition update
* Remove unnecessary conditionals
* Display correct collection creation results when using an existing base token URI
* Fix: base token URI not being displayed correctly for new uploads
* Post-review update
* Remove extra props
Co-authored-by: findolor <anakisci@gmail.com>
* Bach Mint
* Add mint_for for batch minting
* Batch minting with mint to function with given number
* Minor fixes
* Update components/collections/actions/actions.ts
Co-authored-by: name-user1 <eray@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Arda Nakışçı <anakisci@gmail.com>
* Remove image and animation_url from metadata modal
* Use animation_url for storing audio and video asset URIs
* Use image and animation_url keys together for audio/video assets
* Delete empty metadata keys
* Post-review update
* Add animation_url and youtube_url to metadata modal
* Reset asset and metadata list on upload method change
* Allow the user to add attributes even though the metadata file is missing them
* Add missing attribute check
Co-authored-by: findolor <anakisci@gmail.com>