update v3 deploy scripts

main
cyl19970726 2 years ago
parent f5525d3d2f
commit bb9aff474d

@ -1,14 +1,3 @@
// const hubfacFac = await ethers.getContractFactory("HubFactory");
// const hubFac = await hubfacFac.deploy();
// await hubFac.deployed();
// await hubFac.newHubImp();
// expect(await hubFac.createHub(true)).to.emit(hubFac,"CreateHub");
// let hub = await hubFac.hubs(0);
// console.log(hub);
// let git3 = await ethers.getContractAt("Hubv3",hub)
import { ethers } from "hardhat";

Loading…
Cancel
Save