Skip to content

Commit

Permalink
Merge pull request #51 from OriginTrail/release/testnet
Browse files Browse the repository at this point in the history
Mainnet Release 1.1.1
  • Loading branch information
NZT48 authored Jul 2, 2023
2 parents 8d56ceb + d0fb62b commit cca6940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,9 @@ impl<F: FindAuthor<u32>> FindAuthor<H160> for FindAuthorTruncated<F> {
}

parameter_types! {
pub const ChainId: u64 = 2043;
pub BlockGasLimit: U256 = U256::from(NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT.ref_time() / WEIGHT_PER_GAS);
pub const ChainId: u64 = 20430;
pub BlockGasLimit: U256 = U256::from(NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT / WEIGHT_PER_GAS);
pub PrecompilesValue: FrontierPrecompiles<Runtime> = FrontierPrecompiles::<_>::new();
pub WeightPerGas: Weight = Weight::from_parts(WEIGHT_PER_GAS, 0);
}
Expand Down

0 comments on commit cca6940

Please sign in to comment.