We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f015a5 commit c5c3f23Copy full SHA for c5c3f23
runtime/src/lib.rs
@@ -756,7 +756,7 @@ impl<F: FindAuthor<u32>> FindAuthor<H160> for FindAuthorTruncated<F> {
756
}
757
758
parameter_types! {
759
- pub const ChainId: u64 = 20430;
+ pub const ChainId: u64 = 2043;
760
pub BlockGasLimit: U256 = U256::from(NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT.ref_time() / WEIGHT_PER_GAS);
761
pub PrecompilesValue: FrontierPrecompiles<Runtime> = FrontierPrecompiles::<_>::new();
762
pub WeightPerGas: Weight = Weight::from_parts(WEIGHT_PER_GAS, 0);
0 commit comments