Skip to content

Commit f4cdb23

Browse files
committed
fixing masq UI
1 parent 49c3b1c commit f4cdb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

masq/src/commands/setup_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ mod tests {
227227
"zero-hop".to_string(),
228228
"--log-level".to_string(),
229229
"--chain".to_string(),
230-
"polygon-mainnet".to_string(),
230+
DEFAULT_CHAIN.rec().literal_identifier.to_string(),
231231
"--scan-intervals".to_string(),
232232
"123|111|228".to_string(),
233233
"--scans".to_string(),

0 commit comments

Comments
 (0)