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

6 lines
133 B
JavaScript

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