Skip to content

Commit

Permalink
fix: remove create2 deployer in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 8, 2025
1 parent 52238f3 commit 10dfd4e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spartan/aztec-network/templates/boot-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,6 @@ spec:
- name: config
mountPath: /shared/config
{{- if .Values.bootNode.deployContracts }}
- name: deploy-create2-deployer
image: {{ .Values.images.foundry.image }}
command:
- /bin/sh
- -c
- |
source /shared/config/service-addresses
if [ "$(cast code --rpc-url ${ETHEREUM_HOST} 0x4e59b44847b379578588920ca78fbf26c0b4956c)" = "0x" ]; then
echo "Deploying Deterministic Deployment Proxy"
cast publish --rpc-url ${ETHEREUM_HOST} 0xf8a58085174876e800830186a08080b853604580600e600039806000f350fe7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf31ba02222222222222222222222222222222222222222222222222222222222222222a02222222222222222222222222222222222222222222222222222222222222222
fi
volumeMounts:
- name: config
mountPath: /shared/config
- name: deploy-l1-contracts
{{- include "aztec-network.image" . | nindent 10 }}
command:
Expand Down

0 comments on commit 10dfd4e

Please sign in to comment.