Skip to content

Commit

Permalink
rename ethereum to evm on generators
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Aug 5, 2024
1 parent 00c0e3a commit d6e62ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethfull/convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func init() {
supportedChains = append(supportedChains, conf.DisplayName)
}
codegen.RegisterConversation(
"ethereum-subgraph",
"evm-subgraph",
"Decode Ethereum events/calls and and use them as triggers to feed your Subgraph",
`Given a list of contracts and their ABIs, this will build an Ethereum substreams that decodes events and/or calls
and creates entities that can be sent directly into a Subgraph.
Expand All @@ -48,7 +48,7 @@ Supported networks: `+strings.Join(supportedChains, ", "),

codegen.RegisterConversation(

"ethereum-sql",
"evm-sql",
"Decode Ethereum events/calls and insert them into PostgreSQL or Clickhouse",
`Given a list of contracts and their ABIs, this will build an Ethereum substreams that can be used to fill
Expand Down

0 comments on commit d6e62ec

Please sign in to comment.