[Blockchain Watcher] Map custom variable for wormchain (#1509)

Map variable

Co-authored-by: julian merlo <julianmerlo@julians-MacBook-Pro-2.local>
This commit is contained in:
Julian 2024-06-26 13:26:30 -03:00 committed by GitHub
parent c234125904
commit cc1f63ef55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 0 deletions

View File

@ -249,6 +249,13 @@
"__name": "ALGORAND_RPCS",
"__format": "json"
}
},
"wormchain": {
"network": "WORMCHAIN_NETWORK",
"rpcs": {
"__name": "WORMCHAIN_RPCS",
"__format": "json"
}
}
}
}

View File

@ -839,6 +839,10 @@ spec:
- name: MANTLE_RPCS
value: '{{ .MANTLE_RPCS }}'
{{ end }}
{{ if .WORMCHAIN_RPCS }}
- name: WORMCHAIN_RPCS
value: '{{ .WORMCHAIN_RPCS }}'
{{ end }}
image: {{ .IMAGE_NAME }}
resources:
limits:

View File

@ -521,6 +521,10 @@ spec:
- name: ALGORAND_RPCS
value: '{{ .ALGORAND_RPCS }}'
{{ end }}
{{ if .WORMCHAIN_RPCS }}
- name: WORMCHAIN_RPCS
value: '{{ .WORMCHAIN_RPCS }}'
{{ end }}
image: {{ .IMAGE_NAME }}
resources:
limits: