@zoralabs/protocol-deployments 0.1.1-MINT.0 → 0.1.2-exports.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,151 @@
1
+ # @zoralabs/protocol-deployments
2
+
3
+ ## 0.1.2-exports.0
4
+
5
+ ### Patch Changes
6
+
7
+ - b10b8d05: Publishing package in format that supports commonjs imports by specifying exports
8
+ - Updated dependencies [b10b8d05]
9
+ - @zoralabs/zora-1155-contracts@2.7.3-exports.0
10
+ - @zoralabs/1155-deployments@0.0.3-exports.0
11
+
12
+ ## 0.1.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 8d6163c: Deployed to blast & blast sepolia
17
+
18
+ ## 0.1.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 653f625:
23
+ - Configs & addresses bundled in the following format: `contracts{contractName}/addresses|chainConfigs/{chainId}/config`
24
+ - Including bundled json output for each set of configs/addresses for a contract in the folder `bundled-configs`
25
+
26
+ ## 0.0.14
27
+
28
+ ### Patch Changes
29
+
30
+ - Added back protocol-deployments - bundling 1155-deployments into it
31
+
32
+ ## 0.0.13
33
+
34
+ ### Patch Changes
35
+
36
+ - f3332ee: Remove pgn chain configs and addresses
37
+ - d2085fd: Deployed to Arbitrum One & Arbitrum Sepolia
38
+ - a51a0cb: Renamed protocol-deployments to 1155-deployments
39
+ - Updated dependencies [8107ffe]
40
+ - @zoralabs/zora-1155-contracts@2.7.1
41
+
42
+ ## 0.0.12
43
+
44
+ ### Patch Changes
45
+
46
+ - 3af77cf: Deploy 2.7.0 to mainnet, zora mainnet, zora sepolia, zora goerli, optimism, base
47
+ - 23dba1c: Deployed all contracts to sepolia
48
+
49
+ ## 0.0.11
50
+
51
+ ### Patch Changes
52
+
53
+ - bff853a: Include latest abi in protocol deployments
54
+
55
+ ## 0.0.10
56
+
57
+ ### Patch Changes
58
+
59
+ - 68c70a9: Tie protocol deployments to v2.5.4 of 1155
60
+ - Updated dependencies [f0c380d]
61
+ - Updated dependencies [98e78d7]
62
+ - Updated dependencies [050b689]
63
+ - Updated dependencies [3f8b18f]
64
+ - @zoralabs/zora-1155-contracts@2.6.0
65
+
66
+ ## 0.0.9
67
+
68
+ ### Patch Changes
69
+
70
+ - 5156b9e: Deploy latest premint executor to zora sepolia and goerli
71
+ - Updated dependencies [7e00197]
72
+ - @zoralabs/zora-1155-contracts@2.5.4
73
+
74
+ ## 0.0.8
75
+
76
+ ### Patch Changes
77
+
78
+ - 4b77307: Deployed 3.5.3 to zora sepolia and goerli
79
+
80
+ ## 0.0.7
81
+
82
+ ### Patch Changes
83
+
84
+ - 128b05c: Updated determinstic preminter deployment script to not fail if already deployed
85
+ - 1d58cd1: Deployed 2.5.2 to zora sepolia and zora goerli
86
+ - 128b05c: Deployed 2.5.1 to zora sepolia and zora goerli
87
+ - Updated dependencies [e4edaac]
88
+ - @zoralabs/zora-1155-contracts@2.5.2
89
+
90
+ ## 0.0.6
91
+
92
+ ### Patch Changes
93
+
94
+ - f3b7df8: Deployed 2.4.0 with collaborators to zora-goerli, zora-sepolia, base, optimism, mainnet
95
+ - Updated dependencies [885ffa4]
96
+ - Updated dependencies [ffb5cb7]
97
+ - Updated dependencies [ffb5cb7]
98
+ - Updated dependencies [d84721a]
99
+ - Updated dependencies [cacb543]
100
+ - @zoralabs/zora-1155-contracts@2.5.0
101
+
102
+ ## 0.0.5
103
+
104
+ ### Patch Changes
105
+
106
+ - 293e2c0: Moved deployment related code from 1155 to protocol-deployments package
107
+
108
+ ## 0.0.4
109
+
110
+ ### Patch Changes
111
+
112
+ - 6cfb6f9: Add Zora mainnet 1155 v2.3.1 deploy
113
+
114
+ ## 0.0.3
115
+
116
+ ### Patch Changes
117
+
118
+ - 85bdd23: Update Zora Network addresses to v2.3.0
119
+
120
+ ## 0.0.2
121
+
122
+ ### Patch Changes
123
+
124
+ - 4d79b49: Deployed to zora sepolia
125
+ - b62e471: created new package `protocol-deployments` that includes the deployed contract addresses.
126
+
127
+ - 1155-contracts js no longer exports deployed addresses, just the abis
128
+ - premint-sdk imports deployed addresses from `protocol-deployments
129
+
130
+ - 7d1a4c1: Deployed 2.3.0 to zora goerli
131
+
132
+ ## 0.0.2-premint-api.2
133
+
134
+ ### Patch Changes
135
+
136
+ - c29e080: Update retry and error reporting
137
+
138
+ ## 0.0.2-premint-api.1
139
+
140
+ ### Patch Changes
141
+
142
+ - 6eaf7bb: add retries
143
+
144
+ ## 0.0.2-premint-api.0
145
+
146
+ ### Patch Changes
147
+
148
+ - Updated dependencies [8395b8e]
149
+ - Updated dependencies [aae756b]
150
+ - Updated dependencies [cf184b3]
151
+ - @zoralabs/zora-1155-contracts@2.1.1-premint-api.0
@@ -24,6 +24,11 @@ export declare const chainConfigs: {
24
24
  MINT_FEE_RECIPIENT: string;
25
25
  PROTOCOL_REWARDS: string;
26
26
  };
27
+ "81457": {
28
+ FACTORY_OWNER: string;
29
+ MINT_FEE_RECIPIENT: string;
30
+ PROTOCOL_REWARDS: string;
31
+ };
27
32
  "421614": {
28
33
  FACTORY_OWNER: string;
29
34
  MINT_FEE_RECIPIENT: string;
@@ -39,6 +44,11 @@ export declare const chainConfigs: {
39
44
  MINT_FEE_RECIPIENT: string;
40
45
  PROTOCOL_REWARDS: string;
41
46
  };
47
+ "168587773": {
48
+ FACTORY_OWNER: string;
49
+ MINT_FEE_RECIPIENT: string;
50
+ PROTOCOL_REWARDS: string;
51
+ };
42
52
  "999999999": {
43
53
  FACTORY_OWNER: string;
44
54
  MINT_FEE_RECIPIENT: string;
@@ -59,7 +69,7 @@ export declare const addresses: {
59
69
  UPGRADE_GATE: string;
60
70
  timestamp: number;
61
71
  };
62
- "5": {
72
+ "10": {
63
73
  CONTRACT_1155_IMPL: string;
64
74
  CONTRACT_1155_IMPL_VERSION: string;
65
75
  FACTORY_IMPL: string;
@@ -71,9 +81,8 @@ export declare const addresses: {
71
81
  REDEEM_MINTER_FACTORY: string;
72
82
  UPGRADE_GATE: string;
73
83
  timestamp: number;
74
- commit: string;
75
84
  };
76
- "10": {
85
+ "999": {
77
86
  CONTRACT_1155_IMPL: string;
78
87
  CONTRACT_1155_IMPL_VERSION: string;
79
88
  FACTORY_IMPL: string;
@@ -86,7 +95,7 @@ export declare const addresses: {
86
95
  UPGRADE_GATE: string;
87
96
  timestamp: number;
88
97
  };
89
- "999": {
98
+ "8453": {
90
99
  CONTRACT_1155_IMPL: string;
91
100
  CONTRACT_1155_IMPL_VERSION: string;
92
101
  FACTORY_IMPL: string;
@@ -99,7 +108,7 @@ export declare const addresses: {
99
108
  UPGRADE_GATE: string;
100
109
  timestamp: number;
101
110
  };
102
- "8453": {
111
+ "42161": {
103
112
  CONTRACT_1155_IMPL: string;
104
113
  CONTRACT_1155_IMPL_VERSION: string;
105
114
  FACTORY_IMPL: string;
@@ -112,7 +121,7 @@ export declare const addresses: {
112
121
  UPGRADE_GATE: string;
113
122
  timestamp: number;
114
123
  };
115
- "42161": {
124
+ "81457": {
116
125
  CONTRACT_1155_IMPL: string;
117
126
  CONTRACT_1155_IMPL_VERSION: string;
118
127
  FACTORY_IMPL: string;
@@ -164,6 +173,19 @@ export declare const addresses: {
164
173
  UPGRADE_GATE: string;
165
174
  timestamp: number;
166
175
  };
176
+ "168587773": {
177
+ CONTRACT_1155_IMPL: string;
178
+ CONTRACT_1155_IMPL_VERSION: string;
179
+ FACTORY_IMPL: string;
180
+ FACTORY_PROXY: string;
181
+ FIXED_PRICE_SALE_STRATEGY: string;
182
+ MERKLE_MINT_SALE_STRATEGY: string;
183
+ PREMINTER_IMPL: string;
184
+ PREMINTER_PROXY: string;
185
+ REDEEM_MINTER_FACTORY: string;
186
+ UPGRADE_GATE: string;
187
+ timestamp: number;
188
+ };
167
189
  "999999999": {
168
190
  CONTRACT_1155_IMPL: string;
169
191
  CONTRACT_1155_IMPL_VERSION: string;
@@ -176,6 +198,7 @@ export declare const addresses: {
176
198
  REDEEM_MINTER_FACTORY: string;
177
199
  UPGRADE_GATE: string;
178
200
  timestamp: number;
201
+ commit: string;
179
202
  };
180
203
  };
181
204
  //# sourceMappingURL=1155.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJrB,CAAC"}