From 672c996632ac2dba90e36e4ee2ca5566428f78ac Mon Sep 17 00:00:00 2001 From: Evi Nova Date: Wed, 10 Dec 2025 13:30:07 +1000 Subject: [PATCH] fix: correct registry currentVersion to reflect actual deployed versions On-chain verification confirmed all contracts are using OLD Ownable2StepUpgradeable: - Hub: 2.11.0 (was incorrectly 2.12.0) - Registry: 1.1.0 (was incorrectly 1.2.0) - IdCard: 1.1.0 (was incorrectly 1.2.0) - Aadhaar: 1.1.0 (was incorrectly 1.2.0) Owner address: 0xcaee7aaf115f04d836e2d362a7c07f04db436bd0 --- contracts/deployments/registry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/deployments/registry.json b/contracts/deployments/registry.json index 87150a781..6cd09c76c 100644 --- a/contracts/deployments/registry.json +++ b/contracts/deployments/registry.json @@ -45,22 +45,22 @@ "deployments": { "IdentityVerificationHub": { "proxy": "0xe57F4773bd9c9d8b6Cd70431117d353298B9f5BF", - "currentVersion": "2.12.0", + "currentVersion": "2.11.0", "currentImpl": "" }, "IdentityRegistry": { "proxy": "0x37F5CB8cB1f6B00aa768D8aA99F1A9289802A968", - "currentVersion": "1.2.0", + "currentVersion": "1.1.0", "currentImpl": "" }, "IdentityRegistryIdCard": { "proxy": "0xeAD1E6Ec29c1f3D33a0662f253a3a94D189566E1", - "currentVersion": "1.2.0", + "currentVersion": "1.1.0", "currentImpl": "" }, "IdentityRegistryAadhaar": { "proxy": "0xd603Fa8C8f4694E8DD1DcE1f27C0C3fc91e32Ac4", - "currentVersion": "1.2.0", + "currentVersion": "1.1.0", "currentImpl": "" }, "PCR0Manager": {