Skip to content

Commit

Permalink
add missing settings to example & default config
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 10, 2024
1 parent 1297c87 commit ef41830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ executionapi:
url: "http://127.0.0.1:8545"

depositLogBatchSize: 1000
depositDeployBlock: 0 # el block number from where to crawl the deposit contract (should be <=, but close to the deposit contract deployment block)
electraDeployBlock: 0 # el block number from where to crawl the electra system contracts (should be <=, but close to electra fork activation block)

# indexer keeps track of the latest epochs in memory.
Expand Down
1 change: 1 addition & 0 deletions test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ executionapi:
url: "http://10.16.71.108:8545"

depositLogBatchSize: 1000
depositDeployBlock: 0 # el block number from where to crawl the deposit contract (should be <=, but close to the deposit contract deployment block)
electraDeployBlock: 0 # el block number from where to crawl the electra system contracts (should be <=, but close to electra fork activation block)

indexer:
Expand Down

0 comments on commit ef41830

Please sign in to comment.