Skip to content

Commit

Permalink
feat: reduce logs, update json rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Apr 30, 2024
1 parent d1001cb commit d854b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
imagePullPolicy: {{ .Values.global.image.pullPolicy }}
env:
- name: LOG_LEVEL
value: "debug"
value: "error"
- name: APP_PORT
value: "3030"
- name: DATABASE_URL
Expand All @@ -65,7 +65,7 @@ spec:
- name: LISTEN_PORT
value: "10010"
- name: KLAYTN_PROVIDER_URL
value: "https://public-en.klaytnfinder.io/v1/baobab"
value: "https://klaytn-baobab-rpc.allthatnode.com:8551"
- name: SUBMISSION_PROXY_CONTRACT
value: "0x15e66314bDb4CEEA7130C3B47df4DcB440c9874C"
- name: DELEGATOR_URL
Expand Down

0 comments on commit d854b7a

Please sign in to comment.