6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
|
const CurioWrapper = artifacts.require("TestnetWrapper");
|
||
|
|
||
|
module.exports = function(deployer) {
|
||
|
deployer.deploy(CurioWrapper);
|
||
|
};
|