rebrand: kusama → dicle

- Replace all kusama/Kusama references with dicle/Dicle
- Rename weight files from ksm_size to dcl_size
- Update papi-tests files from ksm to dcl
- Remove chain-specs/kusama.json files
- cargo check --workspace successful (Finished output)
- Update MAINNET_ROADMAP.md: FAZ 8 completed
This commit is contained in:
2026-01-07 09:40:42 +03:00
parent 7d147277f2
commit 954e2703e2
190 changed files with 747 additions and 11058 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ macro_rules! new_session_window_size {
}
/// It would be nice to draw this from the chain state, but we have no tools for it right now.
/// On Pezkuwi this is 1 day, and on Kusama it's 6 hours.
/// On Pezkuwi this is 1 day, and on Dicle it's 6 hours.
///
/// Number of sessions we want to consider in disputes.
pub const DISPUTE_WINDOW: SessionWindowSize = new_session_window_size!(6);