real wrapper not testnet
This commit is contained in:
parent
a928746060
commit
b82f258b42
|
@ -1,4 +1,4 @@
|
|||
const CurioWrapper = artifacts.require("TestnetWrapper");
|
||||
const CurioWrapper = artifacts.require("CurioERC1155Wrapper");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(CurioWrapper);
|
||||
|
|
Loading…
Reference in New Issue