@aztec/ethereum 2.0.3-rc.20 → 2.0.3-rc.21

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/dest/config.js CHANGED
@@ -146,8 +146,8 @@ const TestnetEntryQueueConfig = {
146
146
  maxQueueFlushSize: 32n
147
147
  };
148
148
  const StagingIgnitionEntryQueueConfig = {
149
- bootstrapValidatorSetSize: 24n,
150
- bootstrapFlushSize: 24n,
149
+ bootstrapValidatorSetSize: 48n,
150
+ bootstrapFlushSize: 48n,
151
151
  normalFlushSizeMin: 1n,
152
152
  normalFlushSizeQuotient: 2048n,
153
153
  maxQueueFlushSize: 24n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/ethereum",
3
- "version": "2.0.3-rc.20",
3
+ "version": "2.0.3-rc.21",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -31,10 +31,10 @@
31
31
  "../package.common.json"
32
32
  ],
33
33
  "dependencies": {
34
- "@aztec/blob-lib": "2.0.3-rc.20",
35
- "@aztec/constants": "2.0.3-rc.20",
36
- "@aztec/foundation": "2.0.3-rc.20",
37
- "@aztec/l1-artifacts": "2.0.3-rc.20",
34
+ "@aztec/blob-lib": "2.0.3-rc.21",
35
+ "@aztec/constants": "2.0.3-rc.21",
36
+ "@aztec/foundation": "2.0.3-rc.21",
37
+ "@aztec/l1-artifacts": "2.0.3-rc.21",
38
38
  "@viem/anvil": "^0.0.10",
39
39
  "dotenv": "^16.0.3",
40
40
  "lodash.chunk": "^4.2.0",
package/src/config.ts CHANGED
@@ -232,8 +232,8 @@ const TestnetEntryQueueConfig = {
232
232
  };
233
233
 
234
234
  const StagingIgnitionEntryQueueConfig = {
235
- bootstrapValidatorSetSize: 24n,
236
- bootstrapFlushSize: 24n,
235
+ bootstrapValidatorSetSize: 48n,
236
+ bootstrapFlushSize: 48n,
237
237
  normalFlushSizeMin: 1n,
238
238
  normalFlushSizeQuotient: 2048n,
239
239
  maxQueueFlushSize: 24n,