Closed cgewecke closed 2 years ago
Somehow the initialize method in typechain factory for IssuanceModule was corrupted in 0.1.14. It only contains types for two parameters (and should have 6)
initialize
{ inputs: [ { internalType: "contract ISetToken", name: "_setToken", type: "address", }, { internalType: "contract IManagerIssuanceHook", name: "_preIssueHook", type: "address", }, ], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function", },
Admin merging this (only contains a package version bump)
Somehow the
initialize
method in typechain factory for IssuanceModule was corrupted in 0.1.14. It only contains types for two parameters (and should have 6)