No description
Find a file
johba 61ea25517c fix: Fix discovery position KRAIKEN amount calculation
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>
2025-08-18 17:05:32 +02:00
kraiken-lib added web and split CLAUDs 2025-07-24 16:08:17 +02:00
lib don't know 2024-10-18 09:31:25 +02:00
onchain fix: Fix discovery position KRAIKEN amount calculation 2025-08-18 17:05:32 +02:00
services/txnBot added web and split CLAUDs 2025-07-24 16:08:17 +02:00
subgraph/base_sepolia added web and split CLAUDs 2025-07-24 16:08:17 +02:00
web added web and split CLAUDs 2025-07-24 16:08:17 +02:00
.gitignore price multipliers instead of ticks 2025-08-16 18:22:32 +02:00
.gitmodules don't know 2024-10-18 09:31:25 +02:00
CLAUDE.md more docs 2025-08-18 00:16:09 +02:00
README.md Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
TECHNICAL_APPENDIX.md Update documentation structure and add technical appendix 2025-07-18 20:40:42 +02:00