mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
signals-primitives, plus various minor tweaks
This commit is contained in:
@@ -8,8 +8,7 @@ use sp_api::ProvideRuntimeApi;
|
||||
|
||||
use serai_runtime::{
|
||||
primitives::{SubstrateAmount, PublicKey},
|
||||
opaque::Block,
|
||||
Nonce,
|
||||
Nonce, Block,
|
||||
};
|
||||
|
||||
pub use sc_rpc_api::DenyUnsafe;
|
||||
|
||||
@@ -17,7 +17,7 @@ use sc_client_api::{BlockBackend, Backend};
|
||||
|
||||
use sc_telemetry::{Telemetry, TelemetryWorker};
|
||||
|
||||
use serai_runtime::{opaque::Block, RuntimeApi};
|
||||
use serai_runtime::{Block, RuntimeApi};
|
||||
|
||||
use sc_consensus_babe::{self, SlotProportion};
|
||||
use sc_consensus_grandpa as grandpa;
|
||||
|
||||
Reference in New Issue
Block a user