Skip to content

Commit

Permalink
fix: missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Nov 7, 2024
1 parent 0e6df1a commit ccbfee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use crate::*;
use sp_genesis_builder::PresetId;
use sp_std::vec::Vec;
use sp_core::sr25519;
use system_parachains_constants::genesis_presets::*;

const BRIDGE_HUB_POLKADOT_ED: Balance = ExistentialDeposit::get();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use hex_literal::hex;
use sp_core::crypto::UncheckedInto;
use sp_genesis_builder::PresetId;
use sp_std::vec::Vec;
use sp_core::sr25519;
use system_parachains_constants::genesis_presets::*;

const CORETIME_POLKADOT_ED: Balance = ExistentialDeposit::get();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use crate::*;
use sp_genesis_builder::PresetId;
use sp_std::vec::Vec;
use sp_core::sr25519;
use system_parachains_constants::genesis_presets::*;

const PEOPLE_POLKADOT_ED: Balance = ExistentialDeposit::get();
Expand Down

0 comments on commit ccbfee8

Please sign in to comment.