Skip to content

Commit c5c3f23

Browse files
fix chain id
1 parent 9f015a5 commit c5c3f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ impl<F: FindAuthor<u32>> FindAuthor<H160> for FindAuthorTruncated<F> {
756756
}
757757

758758
parameter_types! {
759-
pub const ChainId: u64 = 20430;
759+
pub const ChainId: u64 = 2043;
760760
pub BlockGasLimit: U256 = U256::from(NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT.ref_time() / WEIGHT_PER_GAS);
761761
pub PrecompilesValue: FrontierPrecompiles<Runtime> = FrontierPrecompiles::<_>::new();
762762
pub WeightPerGas: Weight = Weight::from_parts(WEIGHT_PER_GAS, 0);

0 commit comments

Comments
 (0)