From e04d2b85b5d7b7336de100dcdb4eaed11be7aa37 Mon Sep 17 00:00:00 2001 From: crystalin Date: Fri, 31 May 2024 11:18:11 +0200 Subject: [PATCH] Authorize upgrade moved from ParachainSystem to System --- .../helpers/state-manipulator/authorize-upgrade-manipulator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/helpers/state-manipulator/authorize-upgrade-manipulator.ts b/src/libs/helpers/state-manipulator/authorize-upgrade-manipulator.ts index a0a5628..4fa5301 100644 --- a/src/libs/helpers/state-manipulator/authorize-upgrade-manipulator.ts +++ b/src/libs/helpers/state-manipulator/authorize-upgrade-manipulator.ts @@ -9,7 +9,7 @@ export class AuthorizeUpgradeManipulator implements StateManipulator { constructor(runtimeHash: string) { this.runtimeHash = runtimeHash; - this.storageKey = encodeStorageKey("ParachainSystem", "AuthorizedUpgrade"); + this.storageKey = encodeStorageKey("System", "AuthorizedUpgrade"); // Previously ParachainSystem this.lastRelayChainBlockNumberKey = encodeStorageKey( "ParachainSystem", "LastRelayChainBlockNumber",