From 3c68388e679efacc7331dd1b31b0a1ab09be4546 Mon Sep 17 00:00:00 2001 From: Mihajlo Pavlovic Date: Mon, 4 Nov 2024 11:40:42 +0100 Subject: [PATCH] Update chain id to be 20430 --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 3bee6c5..963df04 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -787,7 +787,7 @@ impl> FindAuthor for FindAuthorTruncated { } parameter_types! { - pub const ChainId: u64 = 2043; + pub const ChainId: u64 = 20430; pub BlockGasLimit: U256 = U256::from(NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT.ref_time() / WEIGHT_PER_GAS); pub PrecompilesValue: FrontierPrecompiles = FrontierPrecompiles::<_>::new(); pub WeightPerGas: Weight = Weight::from_parts(WEIGHT_PER_GAS, 0);