fix: kraiken-lib missing from ARCHITECTURE.md directory map (#342)
This commit is contained in:
parent
b41dbddafe
commit
e8c6070846
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue