fix: rewarding denom was unyxt by default, it should be unymt

This commit is contained in:
farbanas
2022-12-05 13:22:21 +01:00
parent f2e460a96b
commit 53444cf55a
@@ -16,7 +16,7 @@ pub struct Args {
#[clap(long, empty_values = false)]
pub vesting_contract_address: String,
#[clap(long, default_value = "unyxt")]
#[clap(long, default_value = "unymt")]
pub rewarding_denom: String,
#[clap(long, default_value_t = 720)]