Skip to content

Commit 8aaaf64

Browse files
committed
chore: improved UX
Regular contracts are far more popular, so this should be the first option
1 parent 2e37295 commit 8aaaf64

File tree

1 file changed

+1
-1
lines changed
  • src/commands/contract/download_wasm

1 file changed

+1
-1
lines changed

src/commands/contract/download_wasm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ use crate::common::JsonRpcClientExt;
99
#[derive(Debug, strum_macros::Display, PartialEq, ValueEnum, Clone, Copy)]
1010
#[strum(serialize_all = "lowercase")]
1111
pub enum ContractType {
12-
Global,
1312
Regular,
13+
Global,
1414
}
1515

1616
impl interactive_clap::ToCli for ContractType {

0 commit comments

Comments
 (0)