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:
+2
-2
@@ -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,
|
||||
)
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user