const CurioWrapper = artifacts.require("CurioERC1155Wrapper"); module.exports = function(deployer) { deployer.deploy(CurioWrapper); };