File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
spartan/aztec-network/values Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "packageManager" :
" [email protected] "
3
+ }
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ telemetry:
3
3
otelCollectorEndpoint : http://35.197.100.168:4318
4
4
5
5
validator :
6
+ storageSize : " 100Gi"
6
7
replicas : 1
7
8
sequencer :
8
9
enforceFees : false # disabled until the bot can fund itself
@@ -18,11 +19,15 @@ bootNode:
18
19
disabled : true
19
20
20
21
proverAgent :
21
- replicas : 1
22
+ replicas : 12
23
+ bb :
24
+ hardwareConcurrency : 31
25
+ gke :
26
+ spotEnabled : true
22
27
resources :
23
28
requests :
24
- memory : " 4Gi "
25
- cpu : " 1 "
29
+ memory : " 116Gi "
30
+ cpu : " 31 "
26
31
27
32
bot :
28
33
followChain : " PENDING"
@@ -39,9 +44,9 @@ images:
39
44
40
45
aztec :
41
46
slotDuration : 36
42
- epochDuration : 32
43
- realProofs : false
47
+ epochDuration : 48
48
+ realProofs : true
44
49
45
50
jobs :
46
51
deployL1Verifier :
47
- enable : false
52
+ enable : true
You can’t perform that action at this time.
0 commit comments