⚰️ DipDup 6.5 branch is no longer supported. Please, follow the⠀Migration Guide⠀to update to the latest version.

templates

indexes:
  foo:
    kind: template
    name: bar
    first_level: 12341234
    template_values:
      network: mainnet

templates:
  bar:
    kind: index
    datasource: tzkt_<network>  # resolves into `tzkt_mainnet`
    ...
fielddescription
kindalways template
nameName of index template
template_valuesValues to be substituted in template (<key>value)
first_levelLevel to start indexing from
last_levelLevel to stop indexing at (DipDup will terminate at this level)