-
Notifications
You must be signed in to change notification settings - Fork 1k
gearbox: add plasma chain support #2135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gearbox: add plasma chain support #2135
Conversation
|
The gearbox adapter exports pools: Test Suites: 1 passed, 1 total |
|
The gearbox adapter exports pools: Test Suites: 1 passed, 1 total |
|
The gearbox adapter exports pools: Test Suites: 1 passed, 1 total |
- Updated chain identifier from 'etherlink' to 'etlk' to match DeFiLlama SDK convention - Fixed all conditional checks throughout the codebase to use 'etlk' - Now all 5 chains work: Ethereum (10 pools), Plasma (1), Etherlink (1), Lisk (1), Hemi (1) - Total pools: 14 across all supported chains - Based on analysis of Superlend's working Etherlink implementation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The gearbox adapter exports pools: Test Suites: 1 passed, 1 total |
- Add comprehensive Merkl rewards support for Ethereum with 6 pools - Support multiple pools per chain in MERKL_CONFIGS structure - Update getMerklRewards to handle pool arrays with parallel API calls - Fix reward token application to use merklReward.rewardToken directly - Ethereum pools now show correct Merkl APR rewards: • WETH: 0.80% APR • DAI, USDC, USDT, GHO, wstETH: Configured for rewards - Maintain backward compatibility for single-pool chains (Plasma, Etherlink, Lisk, Hemi) - All 14 pools across 5 chains working with proper reward integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The gearbox adapter exports pools: Test Suites: 1 passed, 1 total |
|
@alex0xhodler pls remove the poolMeta info, not needed in this context given we display the chains anyways |
- Remove poolMeta field as requested by repo maintainer - Clean up related comments about isolated earn page - All 14 pools across 5 chains still working correctly - Merkl rewards integration preserved (WETH: 0.85% APR, Plasma: 9.48% APR) - All tests passing with clean data structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The gearbox adapter exports pools: Test Suites: 1 passed, 1 total |
Summary
Test Results
Technical