Skip to content

Commit 77198c6

Browse files
authored
fix: Display name of zksync verifier (#758)
Fix display name of zksync verifier
1 parent 27360d4 commit 77198c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/verify/src/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub enum VerificationProviderType {
166166
Sourcify,
167167
Blockscout,
168168
Oklink,
169-
#[value(alias = "zksync")]
169+
#[clap(name = "zksync")]
170170
ZKsync,
171171
}
172172

0 commit comments

Comments
 (0)