@zoralabs/protocol-deployments 0.1.5-DEV.8 → 0.1.5-DEV.9

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.8",
3
+ "version": "0.1.5-DEV.9",
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.7",
39
- "@zoralabs/mints-deployments": "0.0.1-DEV.6"
38
+ "@zoralabs/mints-contracts": "0.1.0-DEV.8",
39
+ "@zoralabs/mints-deployments": "0.0.1-DEV.7"
40
40
  }
41
41
  }
@@ -195,9 +195,9 @@ export const addresses = {
195
195
  timestamp: 1709234007,
196
196
  },
197
197
  999999999: {
198
- CONTRACT_1155_IMPL: "0xea93DF17634cB8b2d929dC2cdb69B734ddAb732e",
198
+ CONTRACT_1155_IMPL: "0x7A4149d3696a138bF97093391CDaAc9259783Dda",
199
199
  CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
200
- FACTORY_IMPL: "0x3E3F38FA99394C0eD95B829778333F0D4a35fa5F",
200
+ FACTORY_IMPL: "0xD93c769b61B3B4b0782a936D6040FFAFB7609f02",
201
201
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
202
202
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
203
203
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
@@ -205,6 +205,6 @@ export const addresses = {
205
205
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
206
206
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
207
207
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
208
- timestamp: 1712252361,
208
+ timestamp: 1712334202,
209
209
  },
210
210
  };
@@ -40,7 +40,7 @@ export const addresses = {
40
40
  999999999: {
41
41
  MINTS_ETH_UNWRAPPER_AND_CALLER:
42
42
  "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b",
43
- MINTS_MANAGER_IMPL: "0xCD252603Aa72DD6c14802D7F82cCaDfcB3a643C0",
44
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.7",
43
+ MINTS_MANAGER_IMPL: "0x7f0Ec2B57e9c0FCc45629080b3E772118e7248aE",
44
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.8",
45
45
  },
46
46
  };
@@ -3846,7 +3846,7 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
3846
3846
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3847
3847
 
3848
3848
  /**
3849
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773DC1B9dc55935bf363728bb137C40c662)
3849
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
3850
3850
  */
3851
3851
  export const zoraMints1155ABI = [
3852
3852
  { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
@@ -3984,7 +3984,7 @@ export const zoraMints1155ABI = [
3984
3984
  inputs: [
3985
3985
  {
3986
3986
  name: 'permit',
3987
- internalType: 'struct IZoraMints1155Managed.Permit',
3987
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
3988
3988
  type: 'tuple',
3989
3989
  components: [
3990
3990
  { name: 'owner', internalType: 'address', type: 'address' },
@@ -3993,11 +3993,33 @@ export const zoraMints1155ABI = [
3993
3993
  { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
3994
3994
  { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
3995
3995
  { name: 'deadline', internalType: 'uint256', type: 'uint256' },
3996
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
3996
3997
  ],
3997
3998
  },
3998
- { name: 'nonce', internalType: 'uint256', type: 'uint256' },
3999
3999
  ],
4000
- name: 'hashPermit',
4000
+ name: 'hashPermitBatch',
4001
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
4002
+ },
4003
+ {
4004
+ stateMutability: 'view',
4005
+ type: 'function',
4006
+ inputs: [
4007
+ {
4008
+ name: 'permit',
4009
+ internalType: 'struct IZoraMints1155Managed.PermitSingle',
4010
+ type: 'tuple',
4011
+ components: [
4012
+ { name: 'owner', internalType: 'address', type: 'address' },
4013
+ { name: 'to', internalType: 'address', type: 'address' },
4014
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4015
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4016
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4017
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4018
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4019
+ ],
4020
+ },
4021
+ ],
4022
+ name: 'hashPermitSingle',
4001
4023
  outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
4002
4024
  },
4003
4025
  {
@@ -4023,7 +4045,7 @@ export const zoraMints1155ABI = [
4023
4045
  inputs: [
4024
4046
  {
4025
4047
  name: 'permit',
4026
- internalType: 'struct IZoraMints1155Managed.Permit',
4048
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
4027
4049
  type: 'tuple',
4028
4050
  components: [
4029
4051
  { name: 'owner', internalType: 'address', type: 'address' },
@@ -4032,11 +4054,35 @@ export const zoraMints1155ABI = [
4032
4054
  { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4033
4055
  { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4034
4056
  { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4057
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4035
4058
  ],
4036
4059
  },
4037
4060
  { name: 'signature', internalType: 'bytes', type: 'bytes' },
4038
4061
  ],
4039
- name: 'isValidSignature',
4062
+ name: 'isValidSignatureTransferBatch',
4063
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4064
+ },
4065
+ {
4066
+ stateMutability: 'view',
4067
+ type: 'function',
4068
+ inputs: [
4069
+ {
4070
+ name: 'permit',
4071
+ internalType: 'struct IZoraMints1155Managed.PermitSingle',
4072
+ type: 'tuple',
4073
+ components: [
4074
+ { name: 'owner', internalType: 'address', type: 'address' },
4075
+ { name: 'to', internalType: 'address', type: 'address' },
4076
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4077
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4078
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4079
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4080
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4081
+ ],
4082
+ },
4083
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4084
+ ],
4085
+ name: 'isValidSignatureTransferSingle',
4040
4086
  outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4041
4087
  },
4042
4088
  {
@@ -4074,9 +4120,12 @@ export const zoraMints1155ABI = [
4074
4120
  {
4075
4121
  stateMutability: 'view',
4076
4122
  type: 'function',
4077
- inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
4078
- name: 'nonces',
4079
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4123
+ inputs: [
4124
+ { name: 'owner', internalType: 'address', type: 'address' },
4125
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4126
+ ],
4127
+ name: 'nonceUsed',
4128
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4080
4129
  },
4081
4130
  {
4082
4131
  stateMutability: 'nonpayable',
@@ -4104,7 +4153,30 @@ export const zoraMints1155ABI = [
4104
4153
  inputs: [
4105
4154
  {
4106
4155
  name: 'permit',
4107
- internalType: 'struct IZoraMints1155Managed.Permit',
4156
+ internalType: 'struct IZoraMints1155Managed.PermitSingle',
4157
+ type: 'tuple',
4158
+ components: [
4159
+ { name: 'owner', internalType: 'address', type: 'address' },
4160
+ { name: 'to', internalType: 'address', type: 'address' },
4161
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4162
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4163
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4164
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4165
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4166
+ ],
4167
+ },
4168
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4169
+ ],
4170
+ name: 'permitSafeTransfer',
4171
+ outputs: [],
4172
+ },
4173
+ {
4174
+ stateMutability: 'nonpayable',
4175
+ type: 'function',
4176
+ inputs: [
4177
+ {
4178
+ name: 'permit',
4179
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
4108
4180
  type: 'tuple',
4109
4181
  components: [
4110
4182
  { name: 'owner', internalType: 'address', type: 'address' },
@@ -4113,6 +4185,7 @@ export const zoraMints1155ABI = [
4113
4185
  { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4114
4186
  { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4115
4187
  { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4188
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4116
4189
  ],
4117
4190
  },
4118
4191
  { name: 'signature', internalType: 'bytes', type: 'bytes' },
@@ -4516,14 +4589,14 @@ export const zoraMints1155ABI = [
4516
4589
  ] as const
4517
4590
 
4518
4591
  /**
4519
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773DC1B9dc55935bf363728bb137C40c662)
4592
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
4520
4593
  */
4521
4594
  export const zoraMints1155Address = {
4522
- 999999999: '0x77777773DC1B9dc55935bf363728bb137C40c662',
4595
+ 999999999: '0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4',
4523
4596
  } as const
4524
4597
 
4525
4598
  /**
4526
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773DC1B9dc55935bf363728bb137C40c662)
4599
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
4527
4600
  */
4528
4601
  export const zoraMints1155Config = {
4529
4602
  address: zoraMints1155Address,
@@ -4535,7 +4608,7 @@ export const zoraMints1155Config = {
4535
4608
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4536
4609
 
4537
4610
  /**
4538
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777742EF2C190dFbF98c18F492caE62Dc4d5F)
4611
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
4539
4612
  */
4540
4613
  export const zoraMintsManagerImplABI = [
4541
4614
  {
@@ -5164,6 +5237,7 @@ export const zoraMintsManagerImplABI = [
5164
5237
  ],
5165
5238
  name: 'Create2InsufficientBalance',
5166
5239
  },
5240
+ { type: 'error', inputs: [], name: 'DefaultOwnerCannotBeZero' },
5167
5241
  { type: 'error', inputs: [], name: 'ERC1155BatchReceivedCallFailed' },
5168
5242
  { type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
5169
5243
  {
@@ -5207,6 +5281,7 @@ export const zoraMintsManagerImplABI = [
5207
5281
  name: 'InvalidMerkleProof',
5208
5282
  },
5209
5283
  { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
5284
+ { type: 'error', inputs: [], name: 'InvalidOwnerForAssociatedZoraMints' },
5210
5285
  { type: 'error', inputs: [], name: 'InvalidPremintVersion' },
5211
5286
  { type: 'error', inputs: [], name: 'InvalidRecipient' },
5212
5287
  { type: 'error', inputs: [], name: 'InvalidSignature' },
@@ -5249,6 +5324,7 @@ export const zoraMintsManagerImplABI = [
5249
5324
  name: 'OwnableUnauthorizedAccount',
5250
5325
  },
5251
5326
  { type: 'error', inputs: [], name: 'PremintDeleted' },
5327
+ { type: 'error', inputs: [], name: 'PremintExecutorCannotBeZero' },
5252
5328
  {
5253
5329
  type: 'error',
5254
5330
  inputs: [
@@ -5339,14 +5415,14 @@ export const zoraMintsManagerImplABI = [
5339
5415
  ] as const
5340
5416
 
5341
5417
  /**
5342
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777742EF2C190dFbF98c18F492caE62Dc4d5F)
5418
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
5343
5419
  */
5344
5420
  export const zoraMintsManagerImplAddress = {
5345
- 999999999: '0x777777742EF2C190dFbF98c18F492caE62Dc4d5F',
5421
+ 999999999: '0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7',
5346
5422
  } as const
5347
5423
 
5348
5424
  /**
5349
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777742EF2C190dFbF98c18F492caE62Dc4d5F)
5425
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
5350
5426
  */
5351
5427
  export const zoraMintsManagerImplConfig = {
5352
5428
  address: zoraMintsManagerImplAddress,