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

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.4",
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.4",
39
+ "@zoralabs/mints-deployments": "0.0.1-DEV.3"
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: "0x419bC57fCbca79Dc96220B3d397D54D13bE45267",
42
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.3",
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: [] },
@@ -4209,71 +4209,16 @@ export const zoraMints1155ABI = [
4209
4209
  type: 'uint256',
4210
4210
  indexed: true,
4211
4211
  },
4212
- ],
4213
- name: 'EthMintableTokenSet',
4214
- },
4215
- {
4216
- type: 'event',
4217
- anonymous: false,
4218
- inputs: [
4219
4212
  {
4220
- name: 'tokenId',
4213
+ name: 'price',
4221
4214
  internalType: 'uint256',
4222
4215
  type: 'uint256',
4223
4216
  indexed: true,
4224
4217
  },
4225
4218
  {
4226
- name: 'pricePerToken',
4227
- internalType: 'uint256',
4228
- type: 'uint256',
4229
- indexed: true,
4230
- },
4231
- ],
4232
- name: 'EthTokenCreated',
4233
- },
4234
- {
4235
- type: 'event',
4236
- anonymous: false,
4237
- inputs: [
4238
- {
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
  {
@@ -5263,14 +5208,14 @@ export const zoraMintsManagerImplABI = [
5263
5208
  ] as const
5264
5209
 
5265
5210
  /**
5266
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
5211
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
5267
5212
  */
5268
5213
  export const zoraMintsManagerImplAddress = {
5269
- 999999999: '0x7777777d61b747bB131cEA42Fb849e5F0d8C0483',
5214
+ 999999999: '0x7777777B4115B4030d41E6D2A13d7b37188b3117',
5270
5215
  } as const
5271
5216
 
5272
5217
  /**
5273
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
5218
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
5274
5219
  */
5275
5220
  export const zoraMintsManagerImplConfig = {
5276
5221
  address: zoraMintsManagerImplAddress,