You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the DeFi Positions API endpoint more clear and accurate. Marking it as Pebble V2 instead of Pebble V3. Also, adding a new section for Uniswap V3 Forks which should be treated as separate. (#119)
**Description:** Concentrated liquidity forks of Uniswap V3. Forks are detected by factory address and returned under the same `Nft` type with the specific protocol name in the `protocol` field.
**Chains:** Ethereum (1), Unichain (130), Optimism (10), Base (8453), Zora (7777777), World Chain (480), Ink (57073), Soneium (1868)
@@ -407,11 +458,11 @@ Yield positions represent deposits into vaults, structured products, or yield-ge
407
458
```
408
459
</Accordion>
409
460
410
-
<Accordiontitle="Pendle v3"icon="chart-area">
461
+
<Accordiontitle="Pendle V2"icon="chart-area">
411
462
**Type:**`Pendle`
412
463
**Token Types:**`Principal`, `Yield`, `LP` (in `token_type` field)
413
464
**Chains:** Ethereum (1), Optimism (10), Base (8453)
414
-
**Description:** Principal Tokens (PT), Yield Tokens (YT), and LP positions in Pendle v3 markets. Each position includes the underlying asset, market address, and USD value based on the asset price.
465
+
**Description:** Principal Tokens (PT), Yield Tokens (YT), and LP positions in Pendle V2 markets. Each position includes the underlying asset, market address, and USD value based on the asset price.
0 commit comments