1
2
3
4
5
6
7
8
// --- darwinia-network ---
use crate::*;
use darwinia_ethereum::{Config, IntermediateStateRoot};

impl Config for Runtime {
	type Event = Event;
	type StateRoot = IntermediateStateRoot;
}