Commit be3db6d
Add gauge discover: scan V2+CL pools for emission gauges
- gauge discover scans both V2 factory (allPairs) and CL factory (getPool × tickSpacings)
- Filters pools with non-zero gauges via voter.gaugeForPool
- Fix cl_factory config key (was reading V2 factory for CL)
- Fix USDC address (was wrong, now matches config)
- Fix 4 checksum mismatches (WETH, mETH, hyperRAM, UBTC)
- Ramses: 7 gauged pools found (5 V2 + 2 CL)
- CL10 WHYPE/USDT0 + CL1 USDC/USDT0 = emission pools
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fb6e9fa commit be3db6d
17 files changed
Lines changed: 1395 additions & 121 deletions
File tree
- ts
- config/protocols/dex
- packages
- defi-cli
- config/protocols/dex
- dist
- src/commands
- defi-core
- dist
- src
- traits
- defi-protocols
- dist
- src/dex
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
21 | 35 | | |
22 | 36 | | |
23 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
241 | 251 | | |
242 | 252 | | |
243 | 253 | | |
| |||
492 | 502 | | |
493 | 503 | | |
494 | 504 | | |
| 505 | + | |
| 506 | + | |
495 | 507 | | |
496 | 508 | | |
497 | 509 | | |
| |||
679 | 691 | | |
680 | 692 | | |
681 | 693 | | |
682 | | - | |
| 694 | + | |
0 commit comments