Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Oct 21, 2024
1 parent 62af83f commit 1380cd4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions charts/scroll-proving-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,28 @@ probes:
# scrollConfig should be overwritten the config in json format. See the example below.
scrollConfig: |
{}
#{
# "prover_name_prefix": "sindri_",
# "keys_dir": "keys",
# "coordinator": {
# "base_url": "https://coordinator-api.scrollsdk",
# "retry_count": 3,
# "retry_wait_time_sec": 5,
# "connection_timeout_sec": 60
# },
# "l2geth": {
# "endpoint": "https://l2-rpc.scrollsdk"
# },
# "prover": {
# "circuit_type": 3,
# "circuit_version": "v0.13.1",
# "n_workers": 1,
# "cloud": {
# "base_url": "https://sindri.app/api/v1/",
# "api_key": <API_KEY>,
# "retry_count": 3,
# "retry_wait_time_sec": 5,
# "connection_timeout_sec": 60
# }
# }
#}
# {
# "prover_name_prefix": "sindri_",
# "keys_dir": "keys",
# "coordinator": {
# "base_url": "https://coordinator-api.scrollsdk",
# "retry_count": 3,
# "retry_wait_time_sec": 5,
# "connection_timeout_sec": 60
# },
# "l2geth": {
# "endpoint": "https://l2-rpc.scrollsdk"
# },
# "prover": {
# "circuit_type": 3,
# "circuit_version": "v0.13.1",
# "n_workers": 1,
# "cloud": {
# "base_url": "https://sindri.app/api/v1/",
# "api_key": <API_KEY>,
# "retry_count": 3,
# "retry_wait_time_sec": 5,
# "connection_timeout_sec": 60
# }
# }
# }

Check failure on line 82 in charts/scroll-proving-sdk/values.yaml

View workflow job for this annotation

GitHub Actions / chart-testing-without-scroll-sdk

82:4 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 1380cd4

Please sign in to comment.