real wrapper not testnet

This commit is contained in:
Moon Man 2023-01-29 13:37:28 -05:00
parent a928746060
commit b82f258b42
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const CurioWrapper = artifacts.require("TestnetWrapper");
const CurioWrapper = artifacts.require("CurioERC1155Wrapper");
module.exports = function(deployer) {
deployer.deploy(CurioWrapper);