@zoralabs/protocol-deployments 0.0.7-prerelease.0 → 0.0.8
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +12 -3
- package/addresses/999.json +6 -6
- package/addresses/999999999.json +6 -6
- package/dist/index.cjs +1574 -1574
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1574 -1574
- package/dist/index.js.map +1 -1
- package/dist/package/batchPublish.test.d.ts +8 -8
- package/dist/package/wagmiGenerated.d.ts +3516 -3516
- package/package/wagmiGenerated.ts +1338 -1338
- package/package.json +2 -1
- package/src/Zora1155PremintFixtures.sol +75 -0
- package/test/UpgradesTest.t.sol +21 -2
- package/test/ZoraCreator1155PremintExecutorForkTest.t.sol +133 -26
- package/tsconfig.json +1 -17
|
@@ -132,20 +132,20 @@ export declare const walletClientWithAccount: {
|
|
|
132
132
|
[x: `string[${string}]`]: undefined;
|
|
133
133
|
[x: `function[${string}]`]: undefined;
|
|
134
134
|
[x: `address[${string}]`]: undefined;
|
|
135
|
-
[x: `uint8[${string}]`]: undefined;
|
|
136
135
|
[x: `uint32[${string}]`]: undefined;
|
|
137
136
|
[x: `bytes32[${string}]`]: undefined;
|
|
138
137
|
[x: `bytes[${string}]`]: undefined;
|
|
138
|
+
[x: `uint8[${string}]`]: undefined;
|
|
139
139
|
[x: `uint256[${string}]`]: undefined;
|
|
140
|
-
[x: `bool[${string}]`]: undefined;
|
|
141
140
|
[x: `uint96[${string}]`]: undefined;
|
|
141
|
+
[x: `bool[${string}]`]: undefined;
|
|
142
142
|
[x: `bytes4[${string}]`]: undefined;
|
|
143
143
|
[x: `uint64[${string}]`]: undefined;
|
|
144
|
-
[x: `bytes2[${string}]`]: undefined;
|
|
145
144
|
[x: `bytes1[${string}]`]: undefined;
|
|
146
145
|
[x: `bytes3[${string}]`]: undefined;
|
|
147
|
-
[x: `bytes6[${string}]`]: undefined;
|
|
148
146
|
[x: `bytes5[${string}]`]: undefined;
|
|
147
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
148
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
149
149
|
[x: `bytes10[${string}]`]: undefined;
|
|
150
150
|
[x: `bytes8[${string}]`]: undefined;
|
|
151
151
|
[x: `bytes19[${string}]`]: undefined;
|
|
@@ -234,20 +234,20 @@ export declare const walletClientWithAccount: {
|
|
|
234
234
|
[x: `uint248[${string}]`]: undefined;
|
|
235
235
|
string?: undefined;
|
|
236
236
|
address?: undefined;
|
|
237
|
-
uint8?: undefined;
|
|
238
237
|
uint32?: undefined;
|
|
239
238
|
bytes32?: undefined;
|
|
240
239
|
bytes?: undefined;
|
|
240
|
+
uint8?: undefined;
|
|
241
241
|
uint256?: undefined;
|
|
242
|
-
bool?: undefined;
|
|
243
242
|
uint96?: undefined;
|
|
243
|
+
bool?: undefined;
|
|
244
244
|
bytes4?: undefined;
|
|
245
245
|
uint64?: undefined;
|
|
246
|
-
bytes2?: undefined;
|
|
247
246
|
bytes1?: undefined;
|
|
248
247
|
bytes3?: undefined;
|
|
249
|
-
bytes6?: undefined;
|
|
250
248
|
bytes5?: undefined;
|
|
249
|
+
bytes2?: undefined;
|
|
250
|
+
bytes6?: undefined;
|
|
251
251
|
bytes10?: undefined;
|
|
252
252
|
bytes8?: undefined;
|
|
253
253
|
bytes19?: undefined;
|