@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.1.5-DEV.5",
3
+ "version": "0.1.5-DEV.6",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -35,7 +35,7 @@
35
35
  "@lavamoat/preinstall-always-fail": "2.0.0",
36
36
  "@zoralabs/1155-deployments": "*",
37
37
  "@zoralabs/zora-1155-contracts": "2.9.0-DEV.0",
38
- "@zoralabs/mints-contracts": "0.1.0-DEV.5",
39
- "@zoralabs/mints-deployments": "0.0.1-DEV.4"
38
+ "@zoralabs/mints-contracts": "0.1.0-DEV.6",
39
+ "@zoralabs/mints-deployments": "0.0.1-DEV.5"
40
40
  }
41
41
  }
@@ -38,7 +38,7 @@ export const chainConfigs = {
38
38
  };
39
39
  export const addresses = {
40
40
  999999999: {
41
- MINTS_MANAGER_IMPL: "0x5bC8b2d8Dce26158E1E8A8335A9269168C023cc0",
42
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.5",
41
+ MINTS_MANAGER_IMPL: "0x0f8A85C28cF3FBA765E9E1EcCEF440CA728267F3",
42
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.6",
43
43
  },
44
44
  };
@@ -4576,17 +4576,17 @@ export const zoraMintsManagerImplABI = [
4576
4576
  },
4577
4577
  { name: 'signature', internalType: 'bytes', type: 'bytes' },
4578
4578
  {
4579
- name: 'collectMintArguments',
4580
- internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
4579
+ name: 'mintArguments',
4580
+ internalType: 'struct MintArguments',
4581
4581
  type: 'tuple',
4582
4582
  components: [
4583
+ { name: 'mintRecipient', internalType: 'address', type: 'address' },
4584
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4583
4585
  {
4584
4586
  name: 'mintRewardsRecipients',
4585
4587
  internalType: 'address[]',
4586
4588
  type: 'address[]',
4587
4589
  },
4588
- { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
4589
- { name: 'mintComment', internalType: 'string', type: 'string' },
4590
4590
  ],
4591
4591
  },
4592
4592
  { name: 'signerContract', internalType: 'address', type: 'address' },