Skip to content

Commit

Permalink
Calibrate Unique
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Oct 1, 2024
1 parent 02348de commit 75a9e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .baedeker/.baedeker/vendor/baedeker-library
Submodule baedeker-library added at fe09f6
4 changes: 2 additions & 2 deletions primitives/common/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ pub const MAX_COLLATORS: u32 = 10;
pub const SESSION_LENGTH: BlockNumber = HOURS;

// Targeting 0.1 UNQ per transfer
pub const WEIGHT_TO_FEE_COEFF: u64 = /*<weight2fee>*/74_374_502_416_291_841/*</weight2fee>*/;
pub const WEIGHT_TO_FEE_COEFF: u64 = /*<weight2fee>*/75_962_815_059_666_771/*</weight2fee>*/;

// Targeting 0.15 UNQ per transfer via ETH
pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_873_548_000_299/*</mingasprice>*/;
pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_877_088_260_690/*</mingasprice>*/;

/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.
/// This is used to limit the maximal weight of a single extrinsic.
Expand Down

0 comments on commit 75a9e27

Please sign in to comment.