Skip to content

Commit

Permalink
Set Dusty chain_id to 0x50
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Oct 8, 2020
1 parent 25fbc0e commit 1dc78cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ impl FeeCalculator for FixedGasPrice {
}

This comment has been minimized.

Copy link
@MileneAlgo

MileneAlgo Oct 13, 2020

Mackyboy


parameter_types! {
pub const ChainId: u64 = 5;
pub const ChainId: u64 = 0x50;
}

impl pallet_evm::Trait for Runtime {
Expand Down

0 comments on commit 1dc78cc

Please sign in to comment.