Skip to content

Commit

Permalink
Updated to Listed ChainId
Browse files Browse the repository at this point in the history
  • Loading branch information
rony-devolved-AI committed Nov 3, 2024
1 parent 85a5566 commit ffcc2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ impl<F: FindAuthor<u32>> FindAuthor<H160> for FindAuthorTruncated<F> {
const BLOCK_GAS_LIMIT: u64 = 200_000_000;
const MAX_POV_SIZE: u64 = 5 * 1024 * 1024;
parameter_types! {
pub const ChainId: u64 = 1298;//researched and made it relevant
pub const ChainId: u64 = 1299;//researched and made it relevant
pub BlockGasLimit: U256 = U256::from(BLOCK_GAS_LIMIT);
pub const GasLimitPovSizeRatio: u64 = BLOCK_GAS_LIMIT.saturating_div(MAX_POV_SIZE);
pub PrecompilesValue: FrontierPrecompiles<Runtime> = FrontierPrecompiles::<_>::new();
Expand Down

0 comments on commit ffcc2d9

Please sign in to comment.