Skip to content

Commit

Permalink
chore(spartan): apply release fixes post cl (#11385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Jan 21, 2025
1 parent c5671d2 commit 2bbf562
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
5 changes: 4 additions & 1 deletion spartan/aztec-network/values/exp-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ network:
public: false

ethereum:
externalHost:
execution:
externalHost:
beacon:
externalHost:
chainId: "11155111"

validator:
Expand Down
5 changes: 4 additions & 1 deletion spartan/aztec-network/values/prover-node-with-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:

ethereum:
external: true
externalHost: ""
execution:
externalHost: ""
beacon:
externalHost: ""
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ network:
public: false

ethereum:
externalHost:
execution:
externalHost:
beacon:
externalHost:
chainId: "11155111"

validator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ network:
public: false

ethereum:
externalHost:
execution:
externalHost:
beacon:
externalHost:
chainId: "11155111"
deployL1ContractsPrivateKey:

Expand Down
2 changes: 1 addition & 1 deletion spartan/scripts/post_deploy_spartan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function get_load_balancer_url() {
# Fetch the service URLs based on the namespace for injection in the test-transfer.sh
export BOOTNODE_URL=$($(dirname $0)/get_service_address boot-node 8080)
export PXE_URL=$($(dirname $0)/get_service_address pxe 8080)
export ETHEREUM_HOST=$($(dirname $0)/get_service_address ethereum 8545)
export ETHEREUM_HOST=$($(dirname $0)/get_service_address eth-execution 8545)

echo "BOOTNODE_URL: $BOOTNODE_URL"
echo "PXE_URL: $PXE_URL"
Expand Down

0 comments on commit 2bbf562

Please sign in to comment.