Skip to content

Commit

Permalink
Add base url to tx-tracker-backfiller (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftocal committed Aug 8, 2023
1 parent be7e667 commit 2f82891
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions deploy/tx-tracker-backfiller/tx-tracker-backfiller-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ spec:
value: {{ .AVALANCHE_BASE_URL }}
- name: AVALANCHE_REQUESTS_PER_MINUTE
value: "{{ .AVALANCHE_REQUESTS_PER_MINUTE }}"
- name: BASE_BASE_URL
value: {{ .BASE_BASE_URL }}
- name: BASE_REQUESTS_PER_MINUTE
value: "{{ .BASE_REQUESTS_PER_MINUTE }}"
- name: BSC_BASE_URL
value: {{ .BSC_BASE_URL }}
- name: BSC_REQUESTS_PER_MINUTE
Expand Down

0 comments on commit 2f82891

Please sign in to comment.