curio-wrapper-truffle/migrations/2_wrapper.js

6 lines
138 B
JavaScript

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