@zoralabs/protocol-deployments 0.1.3-MINT.3 → 0.1.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.
@@ -0,0 +1,29 @@
1
+ $ yarn wagmi && yarn bundle-configs && tsup
2
+ $ wagmi generate
3
+ - Validating plugins
4
+ ✔ Validating plugins
5
+ - Resolving contracts
6
+ ✔ Resolving contracts
7
+ - Running plugins
8
+ ✔ Running plugins
9
+ - Writing to src/generated/wagmi.ts
10
+ ✔ Writing to src/generated/wagmi.ts
11
+ $ tsx scripts/bundle-configs.ts && yarn prettier
12
+ $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
+ src/index.ts 200ms (unchanged)
14
+ scripts/bundle-configs.ts 49ms (unchanged)
15
+ wagmi.config.ts 34ms (unchanged)
16
+ CLI Building entry: src/index.ts
17
+ CLI Using tsconfig: tsconfig.json
18
+ CLI tsup v7.3.0
19
+ CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
20
+ CLI Target: es2021
21
+ CLI Cleaning output folder
22
+ CJS Build start
23
+ ESM Build start
24
+ ESM dist/index.js 112.56 KB
25
+ ESM dist/index.js.map 209.48 KB
26
+ ESM ⚡️ Build success in 47ms
27
+ CJS dist/index.cjs 114.67 KB
28
+ CJS dist/index.cjs.map 209.87 KB
29
+ CJS ⚡️ Build success in 48ms
package/CHANGELOG.md CHANGED
@@ -1,29 +1,16 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.1.3-MINT.2
3
+ ## 0.1.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e3d346c7: Move protocol-deployments deps to peer dependencies so that not installed
7
+ - c2a0a2b: Moved dependencies to devDependencies since they are not needed by external users of the package, they are only used for codegen
8
8
 
9
- ## 0.1.3-MINT.1
9
+ ## 0.1.3
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - Updated dependencies
14
- - @zoralabs/zora-1155-contracts@2.8.0-MINT.1
15
- - @zoralabs/1155-deployments@0.0.3-MINT.1
16
-
17
- ## 0.1.3-MINT.0
18
-
19
- ### Patch Changes
20
-
21
- - 9f2984f5: Includes MINTs contracts abis and addresses
22
- - Updated dependencies [dbde6401]
23
- - @zoralabs/zora-1155-contracts@2.8.0-MINT.0
24
- - @zoralabs/mints-contracts@0.1.0-MINT.0
25
- - @zoralabs/1155-deployments@0.0.3-MINT.0
26
- - @zoralabs/mints-deployments@0.0.1-MINT.0
13
+ - bb163d3: New preminter impl deployed to mainnet chains
27
14
 
28
15
  ## 0.1.2
29
16
 
@@ -37,7 +24,7 @@
37
24
 
38
25
  ### Patch Changes
39
26
 
40
- - 8d6163c: Deployed to blast & blast sepolia
27
+ - 8d6163c: Deployed to blast & blast sepolia.
41
28
 
42
29
  ## 0.1.0
43
30
 
@@ -67,6 +67,7 @@ export declare const addresses: {
67
67
  PREMINTER_PROXY: string;
68
68
  REDEEM_MINTER_FACTORY: string;
69
69
  UPGRADE_GATE: string;
70
+ ERC20_MINTER: string;
70
71
  timestamp: number;
71
72
  };
72
73
  "10": {
@@ -80,6 +81,7 @@ export declare const addresses: {
80
81
  PREMINTER_PROXY: string;
81
82
  REDEEM_MINTER_FACTORY: string;
82
83
  UPGRADE_GATE: string;
84
+ ERC20_MINTER: string;
83
85
  timestamp: number;
84
86
  };
85
87
  "999": {
@@ -106,6 +108,7 @@ export declare const addresses: {
106
108
  PREMINTER_PROXY: string;
107
109
  REDEEM_MINTER_FACTORY: string;
108
110
  UPGRADE_GATE: string;
111
+ ERC20_MINTER: string;
109
112
  timestamp: number;
110
113
  };
111
114
  "42161": {
@@ -119,6 +122,7 @@ export declare const addresses: {
119
122
  PREMINTER_PROXY: string;
120
123
  REDEEM_MINTER_FACTORY: string;
121
124
  UPGRADE_GATE: string;
125
+ ERC20_MINTER: string;
122
126
  timestamp: number;
123
127
  };
124
128
  "81457": {
@@ -132,6 +136,7 @@ export declare const addresses: {
132
136
  PREMINTER_PROXY: string;
133
137
  REDEEM_MINTER_FACTORY: string;
134
138
  UPGRADE_GATE: string;
139
+ ERC20_MINTER: string;
135
140
  timestamp: number;
136
141
  };
137
142
  "421614": {
@@ -145,6 +150,7 @@ export declare const addresses: {
145
150
  PREMINTER_PROXY: string;
146
151
  REDEEM_MINTER_FACTORY: string;
147
152
  UPGRADE_GATE: string;
153
+ ERC20_MINTER: string;
148
154
  timestamp: number;
149
155
  };
150
156
  "7777777": {
@@ -158,6 +164,7 @@ export declare const addresses: {
158
164
  PREMINTER_PROXY: string;
159
165
  REDEEM_MINTER_FACTORY: string;
160
166
  UPGRADE_GATE: string;
167
+ ERC20_MINTER: string;
161
168
  timestamp: number;
162
169
  };
163
170
  "11155111": {
@@ -171,6 +178,7 @@ export declare const addresses: {
171
178
  PREMINTER_PROXY: string;
172
179
  REDEEM_MINTER_FACTORY: string;
173
180
  UPGRADE_GATE: string;
181
+ ERC20_MINTER: string;
174
182
  timestamp: number;
175
183
  };
176
184
  "168587773": {
@@ -198,7 +206,6 @@ export declare const addresses: {
198
206
  REDEEM_MINTER_FACTORY: string;
199
207
  UPGRADE_GATE: string;
200
208
  timestamp: number;
201
- commit: string;
202
209
  };
203
210
  };
204
211
  //# sourceMappingURL=1155.d.ts.map
@@ -1 +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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJrB,CAAC"}