@zoralabs/protocol-deployments 0.1.5-DEV.5 → 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.
@@ -10277,21 +10277,21 @@ export declare const zoraMintsManagerImplABI: readonly [{
10277
10277
  readonly internalType: "bytes";
10278
10278
  readonly type: "bytes";
10279
10279
  }, {
10280
- readonly name: "collectMintArguments";
10281
- readonly internalType: "struct ICollectWithZoraMints.CollectMintArguments";
10280
+ readonly name: "mintArguments";
10281
+ readonly internalType: "struct MintArguments";
10282
10282
  readonly type: "tuple";
10283
10283
  readonly components: readonly [{
10284
- readonly name: "mintRewardsRecipients";
10285
- readonly internalType: "address[]";
10286
- readonly type: "address[]";
10287
- }, {
10288
- readonly name: "minterArguments";
10289
- readonly internalType: "bytes";
10290
- readonly type: "bytes";
10284
+ readonly name: "mintRecipient";
10285
+ readonly internalType: "address";
10286
+ readonly type: "address";
10291
10287
  }, {
10292
10288
  readonly name: "mintComment";
10293
10289
  readonly internalType: "string";
10294
10290
  readonly type: "string";
10291
+ }, {
10292
+ readonly name: "mintRewardsRecipients";
10293
+ readonly internalType: "address[]";
10294
+ readonly type: "address[]";
10295
10295
  }];
10296
10296
  }, {
10297
10297
  readonly name: "signerContract";
@@ -11429,21 +11429,21 @@ export declare const zoraMintsManagerImplConfig: {
11429
11429
  readonly internalType: "bytes";
11430
11430
  readonly type: "bytes";
11431
11431
  }, {
11432
- readonly name: "collectMintArguments";
11433
- readonly internalType: "struct ICollectWithZoraMints.CollectMintArguments";
11432
+ readonly name: "mintArguments";
11433
+ readonly internalType: "struct MintArguments";
11434
11434
  readonly type: "tuple";
11435
11435
  readonly components: readonly [{
11436
- readonly name: "mintRewardsRecipients";
11437
- readonly internalType: "address[]";
11438
- readonly type: "address[]";
11439
- }, {
11440
- readonly name: "minterArguments";
11441
- readonly internalType: "bytes";
11442
- readonly type: "bytes";
11436
+ readonly name: "mintRecipient";
11437
+ readonly internalType: "address";
11438
+ readonly type: "address";
11443
11439
  }, {
11444
11440
  readonly name: "mintComment";
11445
11441
  readonly internalType: "string";
11446
11442
  readonly type: "string";
11443
+ }, {
11444
+ readonly name: "mintRewardsRecipients";
11445
+ readonly internalType: "address[]";
11446
+ readonly type: "address[]";
11447
11447
  }];
11448
11448
  }, {
11449
11449
  readonly name: "signerContract";
package/dist/index.cjs CHANGED
@@ -4395,17 +4395,17 @@ var zoraMintsManagerImplABI = [
4395
4395
  },
4396
4396
  { name: "signature", internalType: "bytes", type: "bytes" },
4397
4397
  {
4398
- name: "collectMintArguments",
4399
- internalType: "struct ICollectWithZoraMints.CollectMintArguments",
4398
+ name: "mintArguments",
4399
+ internalType: "struct MintArguments",
4400
4400
  type: "tuple",
4401
4401
  components: [
4402
+ { name: "mintRecipient", internalType: "address", type: "address" },
4403
+ { name: "mintComment", internalType: "string", type: "string" },
4402
4404
  {
4403
4405
  name: "mintRewardsRecipients",
4404
4406
  internalType: "address[]",
4405
4407
  type: "address[]"
4406
- },
4407
- { name: "minterArguments", internalType: "bytes", type: "bytes" },
4408
- { name: "mintComment", internalType: "string", type: "string" }
4408
+ }
4409
4409
  ]
4410
4410
  },
4411
4411
  { name: "signerContract", internalType: "address", type: "address" }
@@ -5306,8 +5306,8 @@ var chainConfigs2 = {
5306
5306
  };
5307
5307
  var addresses2 = {
5308
5308
  999999999: {
5309
- MINTS_MANAGER_IMPL: "0x5bC8b2d8Dce26158E1E8A8335A9269168C023cc0",
5310
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.5"
5309
+ MINTS_MANAGER_IMPL: "0x0f8A85C28cF3FBA765E9E1EcCEF440CA728267F3",
5310
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.6"
5311
5311
  }
5312
5312
  };
5313
5313
  // Annotate the CommonJS export names for ESM import in node: