In order to sell items, the escrow address should be approved on the collection
import { mkt } from './config' await mkt.approveEscrow('<COLLECTION_ADDRESS>')
import { mkt } from './config' const isAddressApproved = await mkt.isEscrowAddroved('<COLLECTION_ADDRESS>')