Skip to content

Commit

Permalink
fix: dirty merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 18, 2025
1 parent f8cc217 commit c422c9b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions spartan/aztec-network/templates/boot-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,6 @@ spec:
- name: config
mountPath: /shared/config
{{- if .Values.bootNode.deployContracts }}
- name: deploy-create2-deployer
image: {{ .Values.images.foundry.image }}
command:
- /bin/sh
- -c
- |
set -eux
source /shared/config/service-addresses
# it is possible that even though we asserted this above, the DNS resolver of *this* pod
# is not yet ready to resolve the ethereum host.
# so we need to wait for it to be ready.
until cast rpc --rpc-url ${ETHEREUM_HOST} eth_chainId | grep 0x; do
echo "Waiting for Ethereum node ${ETHEREUM_HOST}..."
sleep 5
done
echo "Ethereum node is ready!"
PROXY_CODE="$(cast code --rpc-url ${ETHEREUM_HOST} 0x4e59b44847b379578588920ca78fbf26c0b4956c)"
if [ "$PROXY_CODE" = "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 c422c9b

Please sign in to comment.