File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
internal/embed/networks/aztec Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 77 # @description L1 Execution RPC URL override (defaults to local erpc endpoint based on network)
88 l1ExecutionUrl: {{ env " AZTEC_L1_EXECUTION_URL" | default " " }}
99 # @description L1 Consensus RPC URL
10- l1ConsensusUrl: {{ env " AZTEC_L1_CONSENSUS_URL" | default " http ://prysm-mainnet.l1.svc.cluster.local:3500 " }}
10+ l1ConsensusUrl: {{ env " AZTEC_L1_CONSENSUS_URL" | default " https ://ethereum-beacon-api.publicnode.com " }}
1111 # Computed value: L1 Execution URL - uses override or defaults to erpc endpoint
1212 __l1ExecutionUrl: {{ if (env " AZTEC_L1_EXECUTION_URL" ) }}{{ env " AZTEC_L1_EXECUTION_URL" }}{{ else }}http://erpc.erpc.svc.cluster.local :4000/rpc/{{ env " AZTEC_NETWORK" | default " mainnet" }}{{ end }}
1313
You can’t perform that action at this time.
0 commit comments