From e8c607084663e628beafb532cc497810c493d3db Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 28 Feb 2026 11:20:50 +0000 Subject: [PATCH] fix: kraiken-lib missing from ARCHITECTURE.md directory map (#342) --- docs/ARCHITECTURE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 7548b4c..3caa54b 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -117,6 +117,8 @@ harb/ │ ├── src/ │ │ ├── components/ # ProtocolStatsCard, etc. │ │ └── views/ # LoginView, StakeView, etc. +├── kraiken-lib/ # Shared TypeScript helpers (bigint math, ABIs, encoding) for frontend and indexer +│ └── src/ # abis, format, ids, position, snatch, staking, subgraph, taxRates, version ├── containers/ # Docker configs, entrypoints ├── docs/ # This file, PRODUCT-TRUTH.md └── .woodpecker/ # CI pipeline configs