Skip to content

Conversation

cgewecke
Copy link
Contributor

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)

{
    inputs: [
      {
        internalType: "contract ISetToken",
        name: "_setToken",
        type: "address",
      },
      {
        internalType: "contract IManagerIssuanceHook",
        name: "_preIssueHook",
        type: "address",
      },
    ],
    name: "initialize",
    outputs: [],
    stateMutability: "nonpayable",
    type: "function",
  },

@cgewecke
Copy link
Contributor Author

Admin merging this (only contains a package version bump)

@cgewecke cgewecke merged commit e48e673 into master Mar 11, 2022
@cgewecke cgewecke deleted the chris/fix-typechain-dist branch March 11, 2022 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant