Skip to content

Commit

Permalink
Removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adelarja committed Jul 19, 2023
1 parent a1a2ca7 commit 44d113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/constants/amplitude.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use runtime_common::{Balance, UNIT};
use spacewalk_primitives::{oracle::Key, Asset, CurrencyId, CurrencyId::XCM, VaultCurrencyPair};
use spacewalk_primitives::{Asset, CurrencyId};

pub const AMPLITUDE_PARACHAIN_ID: u32 = 2124;
pub const FOUCOCO_PARACHAIN_ID: u32 = 2124;
Expand Down

0 comments on commit 44d113a

Please sign in to comment.