Skip to content

Commit a9b4b96

Browse files
committed
chore: enable proving on devnet values
1 parent 52176f7 commit a9b4b96

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"packageManager": "[email protected]"
3+
}

spartan/aztec-network/values/release-devnet.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ telemetry:
33
otelCollectorEndpoint: http://35.197.100.168:4318
44

55
validator:
6+
storageSize: "100Gi"
67
replicas: 1
78
sequencer:
89
enforceFees: false # disabled until the bot can fund itself
@@ -18,11 +19,15 @@ bootNode:
1819
disabled: true
1920

2021
proverAgent:
21-
replicas: 1
22+
replicas: 12
23+
bb:
24+
hardwareConcurrency: 31
25+
gke:
26+
spotEnabled: true
2227
resources:
2328
requests:
24-
memory: "4Gi"
25-
cpu: "1"
29+
memory: "116Gi"
30+
cpu: "31"
2631

2732
bot:
2833
followChain: "PENDING"
@@ -39,9 +44,9 @@ images:
3944

4045
aztec:
4146
slotDuration: 36
42-
epochDuration: 32
43-
realProofs: false
47+
epochDuration: 48
48+
realProofs: true
4449

4550
jobs:
4651
deployL1Verifier:
47-
enable: false
52+
enable: true

0 commit comments

Comments
 (0)