Skip to content

Commit

Permalink
switch evm chainid to 9990 (#147)
Browse files Browse the repository at this point in the history
* switch evm chainid to 9990

* change evm chainid in dev too
  • Loading branch information
neutrinoks authored Aug 31, 2023
1 parent fb0cb42 commit e738f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/agung/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ impl pallet_evm::GasWeightMapping for PeaqGasWeightMapping {
}

parameter_types! {
pub const EvmChainId: u64 = 9999;
pub const EvmChainId: u64 = 9990;
pub BlockGasLimit: U256 = U256::from(
NORMAL_DISPATCH_RATIO * WEIGHT_REF_TIME_PER_SECOND / WEIGHT_PER_GAS
);
Expand Down
2 changes: 1 addition & 1 deletion runtime/peaq-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ impl pallet_evm::GasWeightMapping for PeaqGasWeightMapping {
}

parameter_types! {
pub const EvmChainId: u64 = 9999;
pub const EvmChainId: u64 = 9990;
pub BlockGasLimit: U256 = U256::from(
NORMAL_DISPATCH_RATIO * WEIGHT_REF_TIME_PER_SECOND / WEIGHT_PER_GAS
);
Expand Down

0 comments on commit e738f6d

Please sign in to comment.