Constant PAIRING_OFFSET_BASE

Source
pub const PAIRING_OFFSET_BASE: u64 = 37700;
Expand description

PAIRING_OFFSET_BASE specifies the y-intercept for the linear expression to determine the amount of gas needed to perform a pairing.

The cost to do a pairing is determined by the formula: cost = PAIRING_MULTIPLIER_BASE * number_of_pairs + PAIRING_OFFSET_BASE