Retrieve the collections
import { mkt } from './config' const collections = await mkt.getMyCollections()
import { Marketplace } from '@evav/marketplace' const collection = await Marketplace.getCollectionsByIds('<COLLECTION_ADDRESS>') const collections = await Marketplace.getCollectionsByIds(['<COLLECTION_ADDRESS_1>', '<COLLECTION_ADDRESS_2>'])