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

6 lines
138 B
JavaScript
Raw Normal View History

2023-01-29 18:37:28 +00:00
const CurioWrapper = artifacts.require("CurioERC1155Wrapper");
2022-02-11 04:17:00 +00:00
module.exports = function(deployer) {
deployer.deploy(CurioWrapper);
};