feat(prices): add PENDLE to base, bnb, and sonic token lists - #9884
feat(prices): add PENDLE to base, bnb, and sonic token lists#9884mkzung wants to merge 1 commit into
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
PR SummaryLow Risk Overview This follows the same pattern as PENDLE on Ethereum, Arbitrum, Mantle, and Optimism: no new price feed id or schema change—only new rows in Reviewed by Cursor Bugbot for commit 596de0c. Configure here. |
|
Gentle bump on this one. It has been open a month with all checks green, while token PRs opened either side of it (#9879, #9888) merged within days, so I think it has just been missed rather than held. The three addresses check out against an independent registry, all 18 decimals: Base Happy to rebase if it has gone stale. |
Adds the PENDLE token to the Base, BNB and Sonic prices token lists.
PENDLE trades on all three chains but had no USD price in Spellbook. The
coinpaprika id pendle-pendle already prices PENDLE on Ethereum, Arbitrum,
Mantle and Optimism, so this reuses the existing mapping to close a data
gap. No new coinpaprika id, no schema change, data rows only.
Verified each contract on-chain via eth_call (symbol() == PENDLE, decimals() == 18):
CoinPaprika: https://coinpaprika.com/coin/pendle-pendle
Precedent: PENDLE was added to Optimism the same way in #6752.