Skip to content

Inconsistent ID format in README example vs code validation #293

@dhyaniarun1993

Description

@dhyaniarun1993

Description

The README example under Superchain configuration shows a superchain named with a dash:

superchains:
  superchain-a:
    enabled: true
    participants: ["2151908"]

However, using superchain-a as an ID results in the following error:

Evaluation error: fail: ID cannot contain '-': superchain-a
    at [src/util/id.star:4:13]: assert_id

The code explicitly rejects - in IDs via assert_id.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions