MrBoec/service/src/legacy.rs
Uncle Stretch d83ee59508
let the EXODUS begin...
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2026-08-29 14:48:50 +03:00

6 lines
110 B
Rust

pub fn legacy_endowments() -> Vec<(primitives::AccountId, u128)> {
vec![
// nothing there
]
}