@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.1.5-DEV.4",
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.4",
39
- "@zoralabs/mints-deployments": "0.0.1-DEV.3"
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: "0x419bC57fCbca79Dc96220B3d397D54D13bE45267",
42
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.3",
41
+ MINTS_MANAGER_IMPL: "0x0f8A85C28cF3FBA765E9E1EcCEF440CA728267F3",
42
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.6",
43
43
  },
44
44
  };
@@ -4498,17 +4498,17 @@ export const zoraMintsManagerImplABI = [
4498
4498
  type: 'uint256',
4499
4499
  },
4500
4500
  {
4501
- name: 'mintArguments',
4502
- internalType: 'struct MintArguments',
4501
+ name: 'collectMintArguments',
4502
+ internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
4503
4503
  type: 'tuple',
4504
4504
  components: [
4505
- { name: 'mintRecipient', internalType: 'address', type: 'address' },
4506
- { name: 'mintComment', internalType: 'string', type: 'string' },
4507
4505
  {
4508
4506
  name: 'mintRewardsRecipients',
4509
4507
  internalType: 'address[]',
4510
4508
  type: 'address[]',
4511
4509
  },
4510
+ { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
4511
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4512
4512
  ],
4513
4513
  },
4514
4514
  ],
@@ -4645,6 +4645,16 @@ export const zoraMintsManagerImplABI = [
4645
4645
  name: 'createToken',
4646
4646
  outputs: [],
4647
4647
  },
4648
+ {
4649
+ stateMutability: 'pure',
4650
+ type: 'function',
4651
+ inputs: [{ name: 'minterArguments', internalType: 'bytes', type: 'bytes' }],
4652
+ name: 'decodeMintRecipientAndComment',
4653
+ outputs: [
4654
+ { name: 'mintTo', internalType: 'address', type: 'address' },
4655
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4656
+ ],
4657
+ },
4648
4658
  {
4649
4659
  stateMutability: 'view',
4650
4660
  type: 'function',