From 9a6bb1b08e537ec53c4dc78188361574647a1b45 Mon Sep 17 00:00:00 2001 From: oooLowNeoNooo Date: Wed, 17 Sep 2025 16:50:47 +0200 Subject: [PATCH] Update AutomataDAOStorage.md --- docs/AutomataDAOStorage.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/AutomataDAOStorage.md b/docs/AutomataDAOStorage.md index cfe8bd7..a788b94 100644 --- a/docs/AutomataDAOStorage.md +++ b/docs/AutomataDAOStorage.md @@ -1,5 +1,14 @@ # Automata PCCS DAO and Collateral Storage Management +## Table of Contents + +- [Overview](#overview) +- [Global Constants](#global-constants) +- [AutomataEnclaveIdentityDAO](#automataenclaveidentitydao) +- [AutomataFmspcTcbDAO](#automatafmspctcbdao) +- [AutomataPckDAO](#automatapckdao) +- [AutomataPcsDAO](#automatapcsdao) + ## Overview `AutomataDaoStorage` serves as the central location for collateral storage. This contract is designed to be immutable and only writable by individual DAOs. @@ -122,4 +131,4 @@ Mappings defined: - keccak256(HASH_ATTESTATION_MAGIC, PCS_KEY) => keccak256 hash of the blob -- keccak256(PCS_KEY, "pcsValidity") => uint256 slot consisting the values (`notValidBefore` and `notValidAfter`) \ No newline at end of file +- keccak256(PCS_KEY, "pcsValidity") => uint256 slot consisting the values (`notValidBefore` and `notValidAfter`)