[blockchain watcher] configure fantom rpc (#911)

configure fantom rpc
This commit is contained in:
Matías Martínez 2023-12-14 15:00:17 -03:00 committed by GitHub
parent 155e4c925c
commit 2816cf8bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View File

@ -26,7 +26,7 @@
},
"fantom": {
"network": "mainnet",
"rpcs": ["https://rpcapi.fantom.network"]
"rpcs": ["https://fantom.publicnode.com"]
},
"karura": {
"network": "mainnet",

View File

@ -23,3 +23,4 @@ AWS_IAM_ROLE=
SOLANA_RPCS='[""]'
BASE_RPCS=["https://base.publicnode.com"]
FANTOM_RPCS=["https://fantom.publicnode.com"]

View File

@ -21,3 +21,4 @@ SOLANA_RPCS='[""]'
AWS_IAM_ROLE=
BASE_RPCS=["https://base.publicnode.com"]
FANTOM_RPCS=["https://fantom.publicnode.com"]

View File

@ -518,6 +518,10 @@ spec:
value: {{ .SNS_REGION }}
- name: JOBS_DIR
value: /home/node/app/jobs
{{ if .FANTOM_RPCS }}
- name: FANTOM_RPCS
value: '{{ .FANTOM_RPCS }}'
{{ end }}
resources:
limits:
memory: {{ .RESOURCES_LIMITS_MEMORY }}