From 854c0b51213971c2c1f0b622f46c1cbe3413c5c4 Mon Sep 17 00:00:00 2001 From: Kehinde Iwayemi <146611338+Iwayemi-Kehinde@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:51:21 +0100 Subject: [PATCH] Add SchemaVersion to DataKey enum --- contracts/vendor-registry-contract/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/vendor-registry-contract/src/types.rs b/contracts/vendor-registry-contract/src/types.rs index a58ffc6..ddd0d28 100644 --- a/contracts/vendor-registry-contract/src/types.rs +++ b/contracts/vendor-registry-contract/src/types.rs @@ -6,7 +6,7 @@ pub enum DataKey { // Instance storage Admin, Locked, - +SchemaVersion, // Persistent storage Vendor(Address), VendorCount,