Skip to content
Open
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
4 changes: 4 additions & 0 deletions charts/ten-node/templates/host-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ spec:
{{- else }}
- name: HOST_ENCLAVE_RPCADDRESSES
value: {{ include "ten-node.fullname" . }}-enclave:11001
- name: HOST_ENCLAVE_CONTRACTSYNCINTERVAL
value: {{ .Values.config.host.enclave.contractSyncInterval | default "1m" | quote }}
- name: HOST_ENCLAVE_CONTRACTFETCHLIMIT
- value: {{ .Values.config.host.enclave.contractFetchLimit | default "50" | quote }}
{{- end }}
- name: HOST_ENCLAVE_RPCTIMEOUT
value: {{ .Values.config.host.enclave.rpctimeout | default "10s" | quote }}
Expand Down
2 changes: 2 additions & 0 deletions charts/ten-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ config:
rpcaddresses:
- obscuronode-enclave:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: <l1 websocket url>
l1beaconurl: https://ethereum-sepolia-beacon-api.publicnode.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ config:
- obscuronode-enclave:11001
- obscuronode-enclave02:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1blobarchiveurl: "https://ethereum-sepolia-beacon-api.publicnode.com/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ config:
rpcaddresses:
- obscuronode-enclave:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1blobarchiveurl: "https://ethereum-sepolia-beacon-api.publicnode.com/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ config:
rpcaddresses:
- obscuronode-enclave:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1blobarchiveurl: "https://ethereum-sepolia-beacon-api.publicnode.com/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ config:
- obscuronode-enclave:11001
- obscuronode-enclave02:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1beaconurl: "http://beacon.sepolia.ten.xyz:5052"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ config:
rpcaddresses:
- obscuronode-enclave:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1beaconurl: "http://beacon.sepolia.ten.xyz:5052"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ config:
rpcaddresses:
- obscuronode-enclave:11001
rpctimeout: 10s
contractSyncInterval: 1m
contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1beaconurl: "http://beacon.sepolia.ten.xyz:5052"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ config:
rpcaddresses:
- obscuronode-enclave:11001
rpctimeout: 10s
contractSyncInterval: 1m

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if its default .. no need to repeat in argo's value files ..

contractFetchLimit: 50
l1:
websocketurl: "ws://l1.sepolia.ten.xyz:8546"
l1beaconurl: "http://beacon.sepolia.ten.xyz:5052"
Expand Down