Skip to content

Commit

Permalink
feat: update application cost
Browse files Browse the repository at this point in the history
  • Loading branch information
Supremesource committed Jan 13, 2025
1 parent cb03bf7 commit 96ae067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ impl pallet_governance::Config for Runtime {

type DefaultProposalExpiration = ConstU64<75_600>;

type DefaultAgentApplicationCost = ConstU128<{ as_tors(1_000) }>;
type DefaultAgentApplicationCost = ConstU128<{ as_tors(100) }>;

type DefaultAgentApplicationExpiration = ConstU64<216_000>;

Expand Down

0 comments on commit 96ae067

Please sign in to comment.