/* SPDX-License-Identifier: Apache-2.0 */ 'use strict'; const tokenERC721Contract = require('./lib/tokenERC721.js'); module.exports.tokenERC721Contract = tokenERC721Contract; module.exports.contracts = [tokenERC721Contract];