Skip to content

Commit

Permalink
* added well known type for starknet and cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Jul 15, 2024
1 parent 4a968ca commit 07b2876
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Operators, you should copy/paste content of this content straight to your projec

If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository, replacing placeholder value `fire{chain}` with your chain's own binary.

## Unreleased
* added well known type for starknet and cosmos

## v1.5.4

### Substreams bumped to v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions proto/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ var wellKnownProtoRepos = []string{
"buf.build/pinax/firehose-antelope",
"buf.build/pinax/firehose-arweave",
"buf.build/pinax/firehose-beacon",
"buf.build/streamingfast/firehose-starknet",
"buf.build/streamingfast/firehose-cosmos",
}

func main() {
Expand Down
Loading

0 comments on commit 07b2876

Please sign in to comment.