Merge pull request 'fix: services/txnBot missing from ARCHITECTURE.md directory map (#369)' (#428) from fix/issue-369 into master
This commit is contained in:
commit
e53591de9d
1 changed files with 7 additions and 6 deletions
|
|
@ -102,12 +102,13 @@ harb/
|
|||
│ ├── test/ # Forge tests
|
||||
│ └── foundry.toml # via_ir = true required
|
||||
├── services/
|
||||
│ └── ponder/ # Indexer service
|
||||
│ ├── ponder.schema.ts
|
||||
│ ├── src/
|
||||
│ │ ├── helpers/stats.ts # Ring buffer logic
|
||||
│ │ ├── lm.ts # LiquidityManager indexing
|
||||
│ │ └── stake.ts # Stake indexing
|
||||
│ ├── ponder/ # Indexer service
|
||||
│ │ ├── ponder.schema.ts
|
||||
│ │ ├── src/
|
||||
│ │ │ ├── helpers/stats.ts # Ring buffer logic
|
||||
│ │ │ ├── lm.ts # LiquidityManager indexing
|
||||
│ │ │ └── stake.ts # Stake indexing
|
||||
│ └── txnBot/ # Automation bot: calls recenter() and payTax() on profitable opportunities
|
||||
├── landing/ # Landing page (Vue 3)
|
||||
│ ├── src/
|
||||
│ │ ├── components/ # LiveStats, KFooter, WalletCard, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue