Skip to content

Commit

Permalink
Merge pull request #20 from streamingfast/enol/init-command
Browse files Browse the repository at this point in the history
Update Protobuf to include "group" field
  • Loading branch information
maoueh authored Feb 7, 2025
2 parents b590830 + 60adb50 commit a8d3c56
Show file tree
Hide file tree
Showing 18 changed files with 332 additions and 651 deletions.
1 change: 1 addition & 0 deletions evm-events-calls/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func init() {
"Given a list of contracts and their ABIs, this will build an Ethereum substreams that decodes events and/or calls",
codegen.ConversationFactory(New),
82,
"evm",
)
}

Expand Down
1 change: 1 addition & 0 deletions evm-minimal/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func init() {
`Supported networks: `+strings.Join(supportedChains, ", "),
codegen.ConversationFactory(New),
83,
"evm",
)
}

Expand Down
1 change: 1 addition & 0 deletions injective-events/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func init() {
"Create an Injective Substreams module from specific events",
codegen.ConversationFactory(New),
70,
"cosmos",
)
}

Expand Down
1 change: 1 addition & 0 deletions injective-minimal/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func init() {
"This creating the most simple substreams on Injective Mainnet",
codegen.ConversationFactory(New),
72,
"cosmos",
)
}

Expand Down
1 change: 1 addition & 0 deletions mantra-events/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func init() {
"Create an Mantra Substreams module from specific events",
codegen.ConversationFactory(New),
70,
"cosmos",
)
}

Expand Down
1 change: 1 addition & 0 deletions mantra-minimal/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func init() {
"This creating the most simple substreams on Mantra Mainnet",
codegen.ConversationFactory(New),
72,
"cosmos",
)
}

Expand Down
Loading

0 comments on commit a8d3c56

Please sign in to comment.