Skip to content

Commit

Permalink
rename starknet-events to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Sep 16, 2024
1 parent 036b99b commit 47f6490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-events/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func New() codegen.Converser {

func init() {
codegen.RegisterConversation(
"starknet-events",
"starknet-events-beta",
"Filtered and decode desired Starknet events and create a substreams as source",
"Given a list of contracts and their ABIs, this will build an Starknet substreams that decodes events",
codegen.ConversationFactory(New),
Expand Down

0 comments on commit 47f6490

Please sign in to comment.