SetProtocol / set-protocol-v2

Set Protocol V2
120 stars 94 forks source link

Rebuild and publish 0.1.15 #202

Closed cgewecke closed 2 years ago

cgewecke commented 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)

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

Admin merging this (only contains a package version bump)