Skip to content

Commit

Permalink
Tracer update (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Filter94 authored Sep 25, 2024
1 parent d28e9bd commit b44d89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ eth-api="http://traces-node-v2:8545"

[traces]
switch-to-linea-besu=true
expected-traces-api-version-v2="v0.6.0-rc6"
expected-traces-api-version-v2="v0.6.0-rc7"
[traces.counters-v2]
endpoints=["http://traces-node-v2:8545/"]
request-limit-per-endpoint=20
Expand Down
2 changes: 1 addition & 1 deletion docker/compose-local-dev-traces-v2.overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
traces-node-v2-plugin-downloader:
image: busybox:1.36.1
# profiles: ["l2", "l2-bc"] this works locally but breakes on CI, maybe Docker compose version issue
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.6.0-rc6/linea-tracer-v0.6.0-rc6.jar", "/traces-node-v2" ]
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.6.0-rc7/linea-tracer-v0.6.0-rc7.jar", "/traces-node-v2" ]
volumes:
- ./scripts/file-downloader.sh:/file-downloader.sh:ro
- ../tmp/traces-node-v2/plugins:/traces-node-v2/
Expand Down

0 comments on commit b44d89c

Please sign in to comment.