We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ece945 commit 5c54360Copy full SHA for 5c54360
yapper/src/main.rs
@@ -54,7 +54,7 @@ struct Cli {
54
#[clap(long, default_value_t = 412346)]
55
chain_id: u64,
56
57
- /// How many txns to send before terminating yapper
+ /// Nitro node url used for gas estimations and getting nonce when sending transactions
58
#[clap(long, default_value = "http://localhost:8547")]
59
nitro_url: String,
60
}
0 commit comments