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 1d055178a3
commit c343223ccd
194 changed files with 918 additions and 11068 deletions
@@ -637,7 +637,7 @@ fn send_wnds_from_zagros_relay_through_asset_hub_zagros_to_asset_hub_pezkuwichai
let beneficiary: Location =
AccountId32Junction { network: None, id: receiver.clone().into() }.into();
// executes on Zagros Relay
let kusama_xcm = Xcm::<()>(vec![
let dicle_xcm = Xcm::<()>(vec![
WithdrawAsset((Location::here(), amount).into()),
SetFeesMode { jit_withdraw: true },
InitiateTeleport {
@@ -685,7 +685,7 @@ fn send_wnds_from_zagros_relay_through_asset_hub_zagros_to_asset_hub_pezkuwichai
let signed_origin = <Zagros as Chain>::RuntimeOrigin::signed(ZagrosSender::get());
<Zagros as ZagrosPallet>::XcmPallet::execute(
signed_origin,
bx!(xcm::VersionedXcm::V5(kusama_xcm.into())),
bx!(xcm::VersionedXcm::V5(dicle_xcm.into())),
Weight::MAX,
)
}));