@zoralabs/protocol-deployments 0.1.5-DEV.3 → 0.1.5-DEV.5

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.3",
3
+ "version": "0.1.5-DEV.5",
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.2",
39
- "@zoralabs/mints-deployments": "0.0.1-DEV.2"
38
+ "@zoralabs/mints-contracts": "0.1.0-DEV.5",
39
+ "@zoralabs/mints-deployments": "0.0.1-DEV.4"
40
40
  }
41
41
  }
@@ -195,9 +195,9 @@ export const addresses = {
195
195
  timestamp: 1709234007,
196
196
  },
197
197
  999999999: {
198
- CONTRACT_1155_IMPL: "0xa2562fFeD81C699b08487244A822feE0D09Abe15",
198
+ CONTRACT_1155_IMPL: "0x996937aEc720228a70736738c7e3Bc918998dE46",
199
199
  CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
200
- FACTORY_IMPL: "0xe61c819753EDE74fB3F97D851f7DDFA3ec738856",
200
+ FACTORY_IMPL: "0xd58319Ecb4436b769a810aF731488071b56A5e34",
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: 1712013215,
208
+ timestamp: 1712072944,
209
209
  },
210
210
  };
@@ -38,7 +38,7 @@ export const chainConfigs = {
38
38
  };
39
39
  export const addresses = {
40
40
  999999999: {
41
- MINTS_MANAGER_IMPL: "0xeC580aF42A2588f2a6d1753328107FD271a07b74",
42
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.2",
41
+ MINTS_MANAGER_IMPL: "0x5bC8b2d8Dce26158E1E8A8335A9269168C023cc0",
42
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.5",
43
43
  },
44
44
  };
@@ -3751,7 +3751,7 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
3751
3751
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3752
3752
 
3753
3753
  /**
3754
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F)
3754
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131)
3755
3755
  */
3756
3756
  export const zoraMints1155ABI = [
3757
3757
  { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
@@ -4199,19 +4199,6 @@ export const zoraMints1155ABI = [
4199
4199
  },
4200
4200
  { type: 'event', anonymous: false, inputs: [], name: 'ContractURIUpdated' },
4201
4201
  { type: 'event', anonymous: false, inputs: [], name: 'EIP712DomainChanged' },
4202
- {
4203
- type: 'event',
4204
- anonymous: false,
4205
- inputs: [
4206
- {
4207
- name: 'tokenId',
4208
- internalType: 'uint256',
4209
- type: 'uint256',
4210
- indexed: true,
4211
- },
4212
- ],
4213
- name: 'EthMintableTokenSet',
4214
- },
4215
4202
  {
4216
4203
  type: 'event',
4217
4204
  anonymous: false,
@@ -4223,57 +4210,15 @@ export const zoraMints1155ABI = [
4223
4210
  indexed: true,
4224
4211
  },
4225
4212
  {
4226
- name: 'pricePerToken',
4213
+ name: 'price',
4227
4214
  internalType: 'uint256',
4228
4215
  type: 'uint256',
4229
4216
  indexed: true,
4230
4217
  },
4231
- ],
4232
- name: 'EthTokenCreated',
4233
- },
4234
- {
4235
- type: 'event',
4236
- anonymous: false,
4237
- inputs: [
4238
4218
  {
4239
- name: 'tokenIds',
4240
- internalType: 'uint256[]',
4241
- type: 'uint256[]',
4242
- indexed: false,
4243
- },
4244
- {
4245
- name: 'quantities',
4246
- internalType: 'uint256[]',
4247
- type: 'uint256[]',
4248
- indexed: false,
4249
- },
4250
- {
4251
- name: 'recipient',
4219
+ name: 'tokenAddress',
4252
4220
  internalType: 'address',
4253
4221
  type: 'address',
4254
- indexed: false,
4255
- },
4256
- ],
4257
- name: 'RedeemedBatch',
4258
- },
4259
- {
4260
- type: 'event',
4261
- anonymous: false,
4262
- inputs: [
4263
- {
4264
- name: 'tokenId',
4265
- internalType: 'uint256',
4266
- type: 'uint256',
4267
- indexed: true,
4268
- },
4269
- {
4270
- name: 'tokenConfig',
4271
- internalType: 'struct TokenConfig',
4272
- type: 'tuple',
4273
- components: [
4274
- { name: 'price', internalType: 'uint256', type: 'uint256' },
4275
- { name: 'tokenAddress', internalType: 'address', type: 'address' },
4276
- ],
4277
4222
  indexed: true,
4278
4223
  },
4279
4224
  ],
@@ -4477,14 +4422,14 @@ export const zoraMints1155ABI = [
4477
4422
  ] as const
4478
4423
 
4479
4424
  /**
4480
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F)
4425
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131)
4481
4426
  */
4482
4427
  export const zoraMints1155Address = {
4483
- 999999999: '0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F',
4428
+ 999999999: '0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131',
4484
4429
  } as const
4485
4430
 
4486
4431
  /**
4487
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F)
4432
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131)
4488
4433
  */
4489
4434
  export const zoraMints1155Config = {
4490
4435
  address: zoraMints1155Address,
@@ -4496,7 +4441,7 @@ export const zoraMints1155Config = {
4496
4441
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4497
4442
 
4498
4443
  /**
4499
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
4444
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
4500
4445
  */
4501
4446
  export const zoraMintsManagerImplABI = [
4502
4447
  {
@@ -4553,17 +4498,17 @@ export const zoraMintsManagerImplABI = [
4553
4498
  type: 'uint256',
4554
4499
  },
4555
4500
  {
4556
- name: 'mintArguments',
4557
- internalType: 'struct MintArguments',
4501
+ name: 'collectMintArguments',
4502
+ internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
4558
4503
  type: 'tuple',
4559
4504
  components: [
4560
- { name: 'mintRecipient', internalType: 'address', type: 'address' },
4561
- { name: 'mintComment', internalType: 'string', type: 'string' },
4562
4505
  {
4563
4506
  name: 'mintRewardsRecipients',
4564
4507
  internalType: 'address[]',
4565
4508
  type: 'address[]',
4566
4509
  },
4510
+ { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
4511
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4567
4512
  ],
4568
4513
  },
4569
4514
  ],
@@ -4631,17 +4576,17 @@ export const zoraMintsManagerImplABI = [
4631
4576
  },
4632
4577
  { name: 'signature', internalType: 'bytes', type: 'bytes' },
4633
4578
  {
4634
- name: 'mintArguments',
4635
- internalType: 'struct MintArguments',
4579
+ name: 'collectMintArguments',
4580
+ internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
4636
4581
  type: 'tuple',
4637
4582
  components: [
4638
- { name: 'mintRecipient', internalType: 'address', type: 'address' },
4639
- { name: 'mintComment', internalType: 'string', type: 'string' },
4640
4583
  {
4641
4584
  name: 'mintRewardsRecipients',
4642
4585
  internalType: 'address[]',
4643
4586
  type: 'address[]',
4644
4587
  },
4588
+ { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
4589
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4645
4590
  ],
4646
4591
  },
4647
4592
  { name: 'signerContract', internalType: 'address', type: 'address' },
@@ -4700,6 +4645,16 @@ export const zoraMintsManagerImplABI = [
4700
4645
  name: 'createToken',
4701
4646
  outputs: [],
4702
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
+ },
4703
4658
  {
4704
4659
  stateMutability: 'view',
4705
4660
  type: 'function',
@@ -5263,14 +5218,14 @@ export const zoraMintsManagerImplABI = [
5263
5218
  ] as const
5264
5219
 
5265
5220
  /**
5266
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
5221
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
5267
5222
  */
5268
5223
  export const zoraMintsManagerImplAddress = {
5269
- 999999999: '0x7777777d61b747bB131cEA42Fb849e5F0d8C0483',
5224
+ 999999999: '0x7777777B4115B4030d41E6D2A13d7b37188b3117',
5270
5225
  } as const
5271
5226
 
5272
5227
  /**
5273
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
5228
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
5274
5229
  */
5275
5230
  export const zoraMintsManagerImplConfig = {
5276
5231
  address: zoraMintsManagerImplAddress,