wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

no contract found for ERC1967Proxy #524

Open vseae opened 3 months ago

vseae commented 3 months ago
proxy: {
  execute: {
    init: {
      methodName: "initialize",
      args: [deployer, StrategyManager.address],
    },
  },
  owner: deployer,
  proxyContract: "ERC1967Proxy",
},