Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading