Skip to content

Commit

Permalink
Merge branch 'release/mainnet' into release/testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic authored Sep 19, 2024
2 parents 0ac9752 + f4537ff commit c0c3aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ impl<F: FindAuthor<u32>> FindAuthor<H160> for FindAuthorTruncated<F> {
}

parameter_types! {
pub const ChainId: u64 = 20430;
pub const ChainId: u64 = 2043;
pub BlockGasLimit: U256 = U256::from(NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT.ref_time() / WEIGHT_PER_GAS);
pub PrecompilesValue: FrontierPrecompiles<Runtime> = FrontierPrecompiles::<_>::new();
pub WeightPerGas: Weight = Weight::from_parts(WEIGHT_PER_GAS, 0);
Expand Down Expand Up @@ -1765,7 +1765,7 @@ impl_runtime_apis! {
fn get_preset(id: &Option<sp_genesis_builder::PresetId>) -> Option<Vec<u8>> {
get_preset::<RuntimeGenesisConfig>(id, |_| None)
}

fn preset_names() -> Vec<sp_genesis_builder::PresetId> {
vec![]
}
Expand Down

0 comments on commit c0c3aca

Please sign in to comment.