Skip to content

Commit

Permalink
Lower minimum LLD Bridge fee to 0.1 LLD
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Nov 10, 2023
1 parent 0b67a29 commit 0473821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ parameter_types! {
);
pub const LLMMaxTotalLocked: Balance = 100_000 * GRAINS_IN_LLM;
pub const LLMMinimumTransfer: Balance = 10 * GRAINS_IN_LLM;
pub const BridgeMinimumFee: Balance = 1 * DOLLARS;
pub const BridgeMinimumFee: Balance = 10 * CENTS;
pub const BridgeMaximumFee: Balance = 10 * DOLLARS;
pub const BridgeMinimumVotesRequired: u32 = 3;
}
Expand Down

0 comments on commit 0473821

Please sign in to comment.