Skip to content

Commit

Permalink
chore: yarn and templates
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Dec 11, 2024
1 parent b70a754 commit 8141c3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spartan/aztec-network/templates/faucet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
mountPath: /shared/scripts
containers:
- name: faucet
image: "{{ .Values.images.aztec.image }}"
{{ include "aztec-network.image" . | nindent 10 }}
volumeMounts:
- name: config
mountPath: /shared/config
Expand Down
3 changes: 3 additions & 0 deletions spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,11 @@ jobs:
enable: false

faucet:
replicas: 1
service:
nodePort: 8085
apiServerPort: 8086
accountIndex: 0
l1Assets: ""
logLevel: ""
resources: {}
2 changes: 1 addition & 1 deletion yarn-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"@noir-lang/noir_js": "file:../noir/packages/noir_js",
"jest-runner@^29.7.0": "patch:jest-runner@npm%3A29.7.0#./.yarn/patches/jest-runner-npm-29.7.0-3bc9f82b58.patch"
}
}
}
1 change: 1 addition & 0 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ __metadata:
ts-node: ^10.9.1
typescript: ^5.0.4
viem: ^2.7.15
zod: ^3.23.8
bin:
aztec-faucet: ./dest/bin/index.js
languageName: unknown
Expand Down

0 comments on commit 8141c3b

Please sign in to comment.