Skip to content

Commit

Permalink
feat: add alias for topic0-event (#6288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Nov 11, 2023
1 parent 10edef3 commit 6a1cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cast/bin/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ pub enum Subcommands {
},

/// Get the event signature for a given topic 0 from https://openchain.xyz.
#[clap(name = "4byte-event", visible_aliases = &["4e", "4be"])]
#[clap(name = "4byte-event", visible_aliases = &["4e", "4be", "topic0-event", "t0e"])]
FourByteEvent {
/// Topic 0
#[clap(value_name = "TOPIC_0")]
Expand Down

0 comments on commit 6a1cafd

Please sign in to comment.