Constant moonbeam_runtime::GAS_PER_SECOND
source · pub const GAS_PER_SECOND: u64 = 40_000_000;
Expand description
Current approximation of the gas/s consumption considering EVM execution over compiled WASM (on 4.4Ghz CPU). Given the 2000ms Weight, from which 75% only are used for transactions, the total EVM execution gas limit is: GAS_PER_SECOND * 2 * 0.75 ~= 60_000_000.