From bb9aff474dbfc325ccae49e854e056d7447b805a Mon Sep 17 00:00:00 2001 From: cyl19970726 <15258378443@163.com> Date: Wed, 22 Feb 2023 01:34:42 +0800 Subject: [PATCH] update v3 deploy scripts --- scripts/deploy-ethstorage-v3.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/deploy-ethstorage-v3.ts b/scripts/deploy-ethstorage-v3.ts index 3b2f25e..a19055f 100644 --- a/scripts/deploy-ethstorage-v3.ts +++ b/scripts/deploy-ethstorage-v3.ts @@ -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";