Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 25, 2024
1 parent 31d100e commit 08852a7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

## v2.0.0
- Complete rewrite of evm collector to use web3.py library.
- Introducing limited support for Conflux, Solana and Cardano
- Introducing limited support for Conflux, Solana and Cardano
4 changes: 2 additions & 2 deletions config/exporter_example/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ connection_parameters:
collector: "evm" # This will load different collectors based on what mode exporter will run with Supported modes are: "evm", "solana", "conflux", "cardano", "bitcoin"
endpoints: # List of endpoints with their metadata.
- url: wss://example-rpc-1.com/ws # RPC Endpoint websocket endpoint (Must start with wss:// or https://)
provider: Provider1 # Provider (Must be present in allowed providers list. Please check src/settings.py line 24) The purpose is to make sure we do not have same providers spelled differently
provider: Provider1 # Provider (Must be present in allowed providers list. Please check src/settings.py line 24) The purpose is to make sure we do not have same providers spelled differently
- url: wss://example-rpc-2.com/ws
provider: Provider2
- url: wss://example-rpc-3.com/ws
Expand All @@ -25,4 +25,4 @@ endpoints: # List of endpoints with their metadata.



##
##
2 changes: 1 addition & 1 deletion config/grafana/provisioning/dashboards/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ providers:
editable: true
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards
path: /etc/grafana/provisioning/dashboards
2 changes: 1 addition & 1 deletion config/grafana/provisioning/dashboards/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,4 +778,4 @@
"uid": "7ATCvsYnz",
"version": 13,
"weekStart": ""
}
}
2 changes: 1 addition & 1 deletion config/grafana/provisioning/datasources/datasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ datasources:
url: http://prometheus:9090
basicAuth: false
isDefault: true
editable: true
editable: true
2 changes: 1 addition & 1 deletion config/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ scrape_configs:
- job_name: "exporter"
scrape_interval: 5s
static_configs:
- targets: ["exporter:8000"]
- targets: ["exporter:8000"]

0 comments on commit 08852a7

Please sign in to comment.