Skip to content

Commit 5c8fd38

Browse files
authored
feat: enable dora execution indexer (#1282)
rel ethpandaops/dora#547 ```yaml # network_params.yaml participants: - el_type: geth cl_type: lighthouse - el_type: besu cl_type: teku additional_services: - dora - spamoor dora_params: image: ethpandaops/dora:pk910-el-explorer spamoor_params: image: ethpandaops/spamoor:master spammers: - scenario: evm-fuzz config: throughput: 10 - scenario: eoatx config: throughput: 10 - scenario: erc20tx config: throughput: 10 - scenario: erc721tx config: throughput: 10 - scenario: erc1155tx config: throughput: 10 - scenario: uniswap-swaps config: throughput: 10 ``` `kurtosis run github.com/ethpandaops/ethereum-package@pk910/dora-el-explorer --args-file network_params.yaml`
1 parent b992b41 commit 5c8fd38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static_files/dora-config/config.yaml.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ mevIndexer:
106106
{{- end }}
107107
refreshInterval: 5m
108108

109+
executionIndexer:
110+
enabled: true
111+
retention: 168h # keep history for 1 week
112+
109113
database:
110114
engine: "sqlite"
111115
sqlite:

0 commit comments

Comments
 (0)