Update your collection
import { mkt } from './config'
await mkt.updateCollection(
{
address: '<COLLECTION_ADDRESS>'
name: `app.EVAV.org Collection ${Date.now()}`,
description: 'A collection built on top of the EVAV marketplace protocol',
image:
'https://meta.evav.org/ipfs/QmdaswaUoZoFAzbyuaQEJtKQdZvytsaQzoLsvUcQigPSCg/evav-collection-image.png',
banner_image:
'https://meta.evav.org/ipfs/QmdaswaUoZoFAzbyuaQEJtKQdZvytsaQzoLsvUcQigPSCg/evav-collection-banner.svg',
featured_image:
'https://meta.evav.org/ipfs/QmdaswaUoZoFAzbyuaQEJtKQdZvytsaQzoLsvUcQigPSCg/evav-collection-image.png',
external_link: 'https://app.evav.org',
collaborators: [],
}
)