@zoralabs/protocol-deployments 0.1.5-DEV.4 → 0.1.5-DEV.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4274,17 +4274,17 @@ var zoraMintsManagerImplABI = [
4274
4274
  type: "uint256"
4275
4275
  },
4276
4276
  {
4277
- name: "mintArguments",
4278
- internalType: "struct MintArguments",
4277
+ name: "collectMintArguments",
4278
+ internalType: "struct ICollectWithZoraMints.CollectMintArguments",
4279
4279
  type: "tuple",
4280
4280
  components: [
4281
- { name: "mintRecipient", internalType: "address", type: "address" },
4282
- { name: "mintComment", internalType: "string", type: "string" },
4283
4281
  {
4284
4282
  name: "mintRewardsRecipients",
4285
4283
  internalType: "address[]",
4286
4284
  type: "address[]"
4287
- }
4285
+ },
4286
+ { name: "minterArguments", internalType: "bytes", type: "bytes" },
4287
+ { name: "mintComment", internalType: "string", type: "string" }
4288
4288
  ]
4289
4289
  }
4290
4290
  ],
@@ -4421,6 +4421,16 @@ var zoraMintsManagerImplABI = [
4421
4421
  name: "createToken",
4422
4422
  outputs: []
4423
4423
  },
4424
+ {
4425
+ stateMutability: "pure",
4426
+ type: "function",
4427
+ inputs: [{ name: "minterArguments", internalType: "bytes", type: "bytes" }],
4428
+ name: "decodeMintRecipientAndComment",
4429
+ outputs: [
4430
+ { name: "mintTo", internalType: "address", type: "address" },
4431
+ { name: "mintComment", internalType: "string", type: "string" }
4432
+ ]
4433
+ },
4424
4434
  {
4425
4435
  stateMutability: "view",
4426
4436
  type: "function",
@@ -5253,8 +5263,8 @@ var chainConfigs2 = {
5253
5263
  };
5254
5264
  var addresses2 = {
5255
5265
  999999999: {
5256
- MINTS_MANAGER_IMPL: "0x419bC57fCbca79Dc96220B3d397D54D13bE45267",
5257
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.3"
5266
+ MINTS_MANAGER_IMPL: "0x0f8A85C28cF3FBA765E9E1EcCEF440CA728267F3",
5267
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.6"
5258
5268
  }
5259
5269
  };
5260
5270
  export {