Skip to content

Commit

Permalink
fix: 馃悰 Week
Browse files Browse the repository at this point in the history
  • Loading branch information
yooml committed May 31, 2024
1 parent f16dab2 commit c0944a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bifrost-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ impl bifrost_vtoken_minting::Config for Runtime {

parameter_types! {
pub const VeMintingTokenType: CurrencyId = CurrencyId::VToken(TokenSymbol::BNC);
pub const Week: BlockNumber = prod_or_fast!(WEEKS, 10);;
pub const Week: BlockNumber = prod_or_fast!(WEEKS, 10);
pub const MaxBlock: BlockNumber = 4 * 365 * DAYS;
pub const Multiplier: Balance = 10_u128.pow(12);
pub const VoteWeightMultiplier: Balance = 1;
Expand Down

0 comments on commit c0944a4

Please sign in to comment.