@zoralabs/protocol-deployments 0.1.5-DEV.11 → 0.1.5-DEV.12

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.11",
3
+ "version": "0.1.5-DEV.12",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,4 +38,4 @@
38
38
  "@zoralabs/mints-contracts": "*",
39
39
  "@zoralabs/mints-deployments": "*"
40
40
  }
41
- }
41
+ }
@@ -154,18 +154,17 @@ export const addresses = {
154
154
  timestamp: 1706661669,
155
155
  },
156
156
  7777777: {
157
- CONTRACT_1155_IMPL: "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
158
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
159
- FACTORY_IMPL: "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
157
+ CONTRACT_1155_IMPL: "0x2C49E95303734eE3826307783d5fDD180B2131D3",
158
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
159
+ FACTORY_IMPL: "0xB2696570215c3158eB1D218FB1a3DF92a418B034",
160
160
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
161
161
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
162
162
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
163
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
163
+ PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
164
164
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
165
165
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
166
166
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
167
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
168
- timestamp: 1706663694,
167
+ timestamp: 1712349677,
169
168
  },
170
169
  11155111: {
171
170
  CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
@@ -195,9 +194,9 @@ export const addresses = {
195
194
  timestamp: 1709234007,
196
195
  },
197
196
  999999999: {
198
- CONTRACT_1155_IMPL: "0x7A4149d3696a138bF97093391CDaAc9259783Dda",
199
- CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
200
- FACTORY_IMPL: "0xD93c769b61B3B4b0782a936D6040FFAFB7609f02",
197
+ CONTRACT_1155_IMPL: "0xaDf7F654d8E416aaD85d4f06fDf4cA3D05BDA1A1",
198
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
199
+ FACTORY_IMPL: "0xE8219ad920ab6ae21aF2d3831df4B18d96d23F5a",
201
200
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
202
201
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
203
202
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
@@ -205,6 +204,6 @@ export const addresses = {
205
204
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
206
205
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
207
206
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
208
- timestamp: 1712334202,
207
+ timestamp: 1712339316,
209
208
  },
210
209
  };
@@ -37,10 +37,16 @@ export const chainConfigs = {
37
37
  },
38
38
  };
39
39
  export const addresses = {
40
+ 7777777: {
41
+ MINTS_ETH_UNWRAPPER_AND_CALLER:
42
+ "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
43
+ MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
44
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0",
45
+ },
40
46
  999999999: {
41
47
  MINTS_ETH_UNWRAPPER_AND_CALLER:
42
- "0x98d1B7E6B9d11271124316593889BCF07038bE78",
43
- MINTS_MANAGER_IMPL: "0x7f0Ec2B57e9c0FCc45629080b3E772118e7248aE",
44
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.8",
48
+ "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
49
+ MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
50
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0",
45
51
  },
46
52
  };
@@ -21,7 +21,8 @@ export const iUnwrapAndForwardActionABI = [
21
21
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
22
22
 
23
23
  /**
24
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x98d1B7E6B9d11271124316593889BCF07038bE78)
24
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
25
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
25
26
  */
26
27
  export const mintsEthUnwrapperAndCallerABI = [
27
28
  {
@@ -62,14 +63,48 @@ export const mintsEthUnwrapperAndCallerABI = [
62
63
  name: 'onERC1155Received',
63
64
  outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
64
65
  },
66
+ {
67
+ stateMutability: 'payable',
68
+ type: 'function',
69
+ inputs: [
70
+ {
71
+ name: 'permit',
72
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
73
+ type: 'tuple',
74
+ components: [
75
+ { name: 'owner', internalType: 'address', type: 'address' },
76
+ { name: 'to', internalType: 'address', type: 'address' },
77
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
78
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
79
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
80
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
81
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
82
+ ],
83
+ },
84
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
85
+ ],
86
+ name: 'permitWithAdditionalValue',
87
+ outputs: [],
88
+ },
89
+ {
90
+ type: 'error',
91
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
92
+ name: 'AddressInsufficientBalance',
93
+ },
94
+ {
95
+ type: 'error',
96
+ inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
97
+ name: 'CallFailed',
98
+ },
65
99
  {
66
100
  type: 'error',
67
101
  inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
68
102
  name: 'ERC20NotSupported',
69
103
  },
70
- { type: 'error', inputs: [], name: 'ETHTransferFailed' },
104
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
71
105
  { type: 'error', inputs: [], name: 'NotExpectingReceive' },
72
106
  { type: 'error', inputs: [], name: 'NotZoraMints1155' },
107
+ { type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
73
108
  {
74
109
  type: 'error',
75
110
  inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
@@ -79,14 +114,17 @@ export const mintsEthUnwrapperAndCallerABI = [
79
114
  ] as const
80
115
 
81
116
  /**
82
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x98d1B7E6B9d11271124316593889BCF07038bE78)
117
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
118
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
83
119
  */
84
120
  export const mintsEthUnwrapperAndCallerAddress = {
85
- 999999999: '0x98d1B7E6B9d11271124316593889BCF07038bE78',
121
+ 7777777: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
122
+ 999999999: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
86
123
  } as const
87
124
 
88
125
  /**
89
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x98d1B7E6B9d11271124316593889BCF07038bE78)
126
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
127
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
90
128
  */
91
129
  export const mintsEthUnwrapperAndCallerConfig = {
92
130
  address: mintsEthUnwrapperAndCallerAddress,
@@ -1074,7 +1112,7 @@ export const zoraCreator1155ImplABI = [
1074
1112
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1075
1113
  },
1076
1114
  {
1077
- stateMutability: 'pure',
1115
+ stateMutability: 'view',
1078
1116
  type: 'function',
1079
1117
  inputs: [
1080
1118
  { name: '', internalType: 'address', type: 'address' },
@@ -1087,7 +1125,7 @@ export const zoraCreator1155ImplABI = [
1087
1125
  outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
1088
1126
  },
1089
1127
  {
1090
- stateMutability: 'pure',
1128
+ stateMutability: 'view',
1091
1129
  type: 'function',
1092
1130
  inputs: [
1093
1131
  { name: '', internalType: 'address', type: 'address' },
@@ -1949,6 +1987,7 @@ export const zoraCreator1155ImplABI = [
1949
1987
  },
1950
1988
  { type: 'error', inputs: [], name: 'NonEthRedemption' },
1951
1989
  { type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
1990
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
1952
1991
  { type: 'error', inputs: [], name: 'PremintDeleted' },
1953
1992
  {
1954
1993
  type: 'error',
@@ -2982,6 +3021,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2982
3021
  { type: 'error', inputs: [], name: 'ONLY_OWNER' },
2983
3022
  { type: 'error', inputs: [], name: 'ONLY_PENDING_OWNER' },
2984
3023
  { type: 'error', inputs: [], name: 'OWNER_CANNOT_BE_ZERO_ADDRESS' },
3024
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
2985
3025
  { type: 'error', inputs: [], name: 'PremintDeleted' },
2986
3026
  {
2987
3027
  type: 'error',
@@ -3846,7 +3886,8 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
3846
3886
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3847
3887
 
3848
3888
  /**
3849
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
3889
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
3890
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
3850
3891
  */
3851
3892
  export const zoraMints1155ABI = [
3852
3893
  { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
@@ -3871,6 +3912,20 @@ export const zoraMints1155ABI = [
3871
3912
  name: 'MINIMUM_ETH_PRICE',
3872
3913
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3873
3914
  },
3915
+ {
3916
+ stateMutability: 'view',
3917
+ type: 'function',
3918
+ inputs: [],
3919
+ name: 'NAME',
3920
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3921
+ },
3922
+ {
3923
+ stateMutability: 'view',
3924
+ type: 'function',
3925
+ inputs: [],
3926
+ name: 'VERSION',
3927
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3928
+ },
3874
3929
  {
3875
3930
  stateMutability: 'view',
3876
3931
  type: 'function',
@@ -3912,13 +3967,6 @@ export const zoraMints1155ABI = [
3912
3967
  name: 'contractURI',
3913
3968
  outputs: [{ name: '', internalType: 'string', type: 'string' }],
3914
3969
  },
3915
- {
3916
- stateMutability: 'pure',
3917
- type: 'function',
3918
- inputs: [],
3919
- name: 'contractVersion',
3920
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
3921
- },
3922
3970
  {
3923
3971
  stateMutability: 'nonpayable',
3924
3972
  type: 'function',
@@ -4481,6 +4529,16 @@ export const zoraMints1155ABI = [
4481
4529
  inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
4482
4530
  name: 'AccessManagedUnauthorized',
4483
4531
  },
4532
+ {
4533
+ type: 'error',
4534
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
4535
+ name: 'AddressEmptyCode',
4536
+ },
4537
+ {
4538
+ type: 'error',
4539
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
4540
+ name: 'AddressInsufficientBalance',
4541
+ },
4484
4542
  {
4485
4543
  type: 'error',
4486
4544
  inputs: [
@@ -4547,6 +4605,7 @@ export const zoraMints1155ABI = [
4547
4605
  name: 'ERC2612ExpiredSignature',
4548
4606
  },
4549
4607
  { type: 'error', inputs: [], name: 'ETHTransferFailed' },
4608
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
4550
4609
  { type: 'error', inputs: [], name: 'IncorrectAmountSent' },
4551
4610
  {
4552
4611
  type: 'error',
@@ -4566,6 +4625,11 @@ export const zoraMints1155ABI = [
4566
4625
  inputs: [{ name: 'handler', internalType: 'address', type: 'address' }],
4567
4626
  name: 'NotARedeemHandler',
4568
4627
  },
4628
+ {
4629
+ type: 'error',
4630
+ inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
4631
+ name: 'SafeERC20FailedOperation',
4632
+ },
4569
4633
  {
4570
4634
  type: 'error',
4571
4635
  inputs: [{ name: 'str', internalType: 'string', type: 'string' }],
@@ -4589,14 +4653,17 @@ export const zoraMints1155ABI = [
4589
4653
  ] as const
4590
4654
 
4591
4655
  /**
4592
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
4656
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4657
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4593
4658
  */
4594
4659
  export const zoraMints1155Address = {
4595
- 999999999: '0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4',
4660
+ 7777777: '0x7777777d57c1C6e472fa379b7b3B6c6ba3835073',
4661
+ 999999999: '0x7777777d57c1C6e472fa379b7b3B6c6ba3835073',
4596
4662
  } as const
4597
4663
 
4598
4664
  /**
4599
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
4665
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4666
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4600
4667
  */
4601
4668
  export const zoraMints1155Config = {
4602
4669
  address: zoraMints1155Address,
@@ -4608,7 +4675,8 @@ export const zoraMints1155Config = {
4608
4675
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4609
4676
 
4610
4677
  /**
4611
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
4678
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
4679
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
4612
4680
  */
4613
4681
  export const zoraMintsManagerImplABI = [
4614
4682
  {
@@ -5187,6 +5255,11 @@ export const zoraMintsManagerImplABI = [
5187
5255
  inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
5188
5256
  name: 'AddressEmptyCode',
5189
5257
  },
5258
+ {
5259
+ type: 'error',
5260
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
5261
+ name: 'AddressInsufficientBalance',
5262
+ },
5190
5263
  {
5191
5264
  type: 'error',
5192
5265
  inputs: [
@@ -5313,6 +5386,7 @@ export const zoraMintsManagerImplABI = [
5313
5386
  { type: 'error', inputs: [], name: 'NotInitializing' },
5314
5387
  { type: 'error', inputs: [], name: 'NotSelfCall' },
5315
5388
  { type: 'error', inputs: [], name: 'NotZoraMints1155' },
5389
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
5316
5390
  {
5317
5391
  type: 'error',
5318
5392
  inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
@@ -5336,6 +5410,11 @@ export const zoraMintsManagerImplABI = [
5336
5410
  },
5337
5411
  { type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
5338
5412
  { type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
5413
+ {
5414
+ type: 'error',
5415
+ inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
5416
+ name: 'SafeERC20FailedOperation',
5417
+ },
5339
5418
  { type: 'error', inputs: [], name: 'SaleEnded' },
5340
5419
  { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
5341
5420
  {
@@ -5415,14 +5494,17 @@ export const zoraMintsManagerImplABI = [
5415
5494
  ] as const
5416
5495
 
5417
5496
  /**
5418
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
5497
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5498
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5419
5499
  */
5420
5500
  export const zoraMintsManagerImplAddress = {
5421
- 999999999: '0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7',
5501
+ 7777777: '0x77777770cA269366c7208aFcF36FE2C6F7f7608B',
5502
+ 999999999: '0x77777770cA269366c7208aFcF36FE2C6F7f7608B',
5422
5503
  } as const
5423
5504
 
5424
5505
  /**
5425
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
5506
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5507
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5426
5508
  */
5427
5509
  export const zoraMintsManagerImplConfig = {
5428
5510
  address: zoraMintsManagerImplAddress,