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
@@ -89,7 +89,7 @@
//! # How versioned methods are used for `TeyrchainHost`
//!
//! Let's introduce two types of `TeyrchainHost` API implementation:
//! * stable - used on stable production networks like Pezkuwi and Kusama. There is only one stable
//! * stable - used on stable production networks like Pezkuwi and Dicle. There is only one stable
//! API at a single point in time.
//! * staging - methods that are ready for production, but will be released on Pezkuwichain first.
//! We can batch together multiple changes and then release all of them to production, by making