Skip to content

Commit 79547b4

Browse files
author
echevrier
committed
Rebranding: Replace SCS by Integritee
1 parent 16f7ded commit 79547b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub use sp_runtime::BuildStorage;
4141
pub use sp_runtime::{Perbill, Permill};
4242
use frame_system::EnsureRoot;
4343

44-
/// added by SCS
44+
/// added by Integritee
4545
pub use pallet_teerex;
4646
use frame_support::traits::{OnUnbalanced, Imbalance};
4747

@@ -148,7 +148,7 @@ pub const TEER: Balance = 1_000_000_000_000;
148148
pub const MILLITEER: Balance = 1_000_000_000;
149149
pub const MICROTEER: Balance = 1_000_000;
150150

151-
/// added by scs
151+
/// added by Integritee
152152
/// A timestamp: milliseconds since the unix epoch.
153153
pub type Moment = u64;
154154

@@ -328,7 +328,7 @@ parameter_types! {
328328
pub const MaxSilenceTime: Moment =172_800_000; // 48h
329329
}
330330

331-
/// added by SCS
331+
/// added by Integritee
332332
impl pallet_teerex::Config for Runtime {
333333
type Event = Event;
334334
type Currency = pallet_balances::Pallet<Runtime>;
@@ -381,7 +381,7 @@ construct_runtime!(
381381
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>},
382382
TransactionPayment: pallet_transaction_payment::{Pallet, Storage},
383383
Sudo: pallet_sudo::{Pallet, Call, Config<T>, Storage, Event<T>},
384-
// added by SCS
384+
// added by Integritee
385385
Teerex: pallet_teerex::{Pallet, Call, Storage, Event<T>},
386386
Treasury: pallet_treasury::{Pallet, Call, Storage, Config, Event<T>},
387387
}

0 commit comments

Comments
 (0)