Commit 8e75dbfa authored by Dawson Botsford's avatar Dawson Botsford Committed by GitHub

Remove unused function (#2515)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 51adb389
......@@ -15,7 +15,3 @@ export const setProxyTarget = async (
await SimpleProxy.setTarget(target.address)
await AddressManager.setAddress(name, SimpleProxy.address)
}
export const makeAddressManager = async (): Promise<Contract> => {
return (await ethers.getContractFactory('Lib_AddressManager')).deploy()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment