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