diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index a64fe49..5c342bd 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -697,7 +697,7 @@ fn merge_account(source: &AccountId, dest: &AccountId) -> DispatchResult { impl pallet_evm_accounts::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Currency = Balances; - type ChainId = ChainId; + type ChainId = ChainId; type AddressMapping = EvmAddressMapping; type MergeAccount = MergeAccountEvm; type WeightInfo = weights::evm_accounts_weights::WeightInfo; @@ -725,7 +725,7 @@ impl pallet_base_fee::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Threshold = BaseFeeThreshold; type DefaultBaseFeePerGas = DefaultBaseFeePerGas; - type DefaultElasticity = DefaultElasticity; + type DefaultElasticity = DefaultElasticity; } type CurrencyAccountId = ::AccountId; @@ -798,10 +798,10 @@ impl> FindAuthor for FindAuthorTruncated { } parameter_types! { - pub const ChainId: u64 = 2160; - 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); + 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); } impl pallet_evm::Config for Runtime {