From 29b96b3693a7b65223759805390391828eca25d6 Mon Sep 17 00:00:00 2001 From: Ronnieraj37 Date: Wed, 30 Oct 2024 12:12:49 +0530 Subject: [PATCH] Optimized gas usage when writing objects --- contracts/validator-manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/validator-manager/README.md b/contracts/validator-manager/README.md index 40d6fece5..fd52e14a1 100644 --- a/contracts/validator-manager/README.md +++ b/contracts/validator-manager/README.md @@ -6,7 +6,7 @@ The contracts in this directory define the Validator Manager used to manage Subnet-only Validators, as defined in [ACP-77](https://github.com/avalanche-foundation/ACPs/tree/main/ACPs/77-reinventing-subnets). `ValidatorManager.sol` is the top-level abstract contract that provides the basic functionality. The other contracts are related as follows: ```mermaid -classDiagram +classDiagra class ValidatorManager { initializeValidatorSet() completeValidatorRegistration()