fix: kraiken-lib missing from ARCHITECTURE.md directory map (#342)

This commit is contained in:
openhands 2026-02-28 11:20:50 +00:00
parent b41dbddafe
commit e8c6070846

View file

@ -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