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