Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce logs, update json rpc #350

Merged
merged 1 commit into from
Apr 30, 2024
Merged
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: 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
Loading