Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 4, 2024
1 parent 886dd49 commit 00f8669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/architecture/08_concepts/catalyst_voting/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ event = {
}
```

* `brand_id` - a unique identifier which represents a "brand" who is running the voting,
* `brand_id` - a unique identifier which represents a "brand" who is running the voting,
e.g. Catalyst, Midnight.
* `campaign_id` - a unique identifier which defines a "campaign" of voting,
* `campaign_id` - a unique identifier which defines a "campaign" of voting,
e.g. "treasury campaign".
* `election_id` - a unique identifier which defines an election,
* `election_id` - a unique identifier which defines an election,
e.g. "Catalyst Fund 1", "Catalyst Fund 2".
* `category_id` - a unique identifier which defines a voting category as a collection of proposals,
* `category_id` - a unique identifier which defines a voting category as a collection of proposals,
e.g. "Development & Infrastructure", "Products & Integrations".

### Public vote
Expand Down

0 comments on commit 00f8669

Please sign in to comment.