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

6 lines
133 B
JavaScript
Raw Normal View History

2022-02-11 04:17:00 +00:00
const CurioWrapper = artifacts.require("TestnetWrapper");
module.exports = function(deployer) {
deployer.deploy(CurioWrapper);
};