No description
The discovery position was incorrectly calculating ETH amount instead of KRAIKEN amount when determining how much to subtract from outstanding supply. This caused the floor position to be placed at extreme ticks (141k+) instead of bordering the anchor position. When token0isWeth=true: - Before: discoveryAmount = getAmount0 (ETH amount) - After: discoveryAmount = getAmount1 (KRAIKEN amount) This ensures the outstanding supply calculation properly excludes all KRAIKEN tokens locked in liquidity positions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| kraiken-lib | ||
| lib | ||
| onchain | ||
| services/txnBot | ||
| subgraph/base_sepolia | ||
| web | ||
| .gitignore | ||
| .gitmodules | ||
| CLAUDE.md | ||
| README.md | ||
| TECHNICAL_APPENDIX.md | ||