diff --git a/migrations/2_wrapper.js b/migrations/2_wrapper.js index 70bd71f..787b79c 100644 --- a/migrations/2_wrapper.js +++ b/migrations/2_wrapper.js @@ -1,4 +1,4 @@ -const CurioWrapper = artifacts.require("TestnetWrapper"); +const CurioWrapper = artifacts.require("CurioERC1155Wrapper"); module.exports = function(deployer) { deployer.deploy(CurioWrapper);