Skip to content

Commit

Permalink
Change EVM chainID (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang authored Aug 23, 2024
1 parent 1b769e3 commit 04381ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/litentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ impl FeeCalculator for TransactionPaymentAsGasPrice {

parameter_types! {
pub WeightPerGas: Weight = Weight::from_parts(WEIGHT_PER_GAS, 0);
pub ChainId: u64 = LITENTRY_PARA_ID.into();
pub ChainId: u64 = 212013; // LIT deployment year (21) + paraID (2013)
pub BlockGasLimit: U256 = U256::from(
NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT.ref_time() / WEIGHT_PER_GAS
);
Expand Down

0 comments on commit 04381ca

Please sign in to comment.