Skip to content

Commit 4fddc45

Browse files
alex0xhodlerclaude
andcommitted
feat: add merkl rewards for kpk and new plasma pools
Add merkl reward integration for: - KPK wstETH pool (0xa9d17f6d3285208280a1fd9b94479c62e0aaba64) - KPK ETH pool (0x9396dcbf78fc526bb003665337c5e73b699571ef) - Hyperithm Gearbox plasma pool (0xB74760FD26400030620027DD29D19d74D514700e) - Edge UltraYield plasma pool (0x53E4e9b8766969c43895839CC9c673bb6bC8Ac97) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f29afc4 commit 4fddc45

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/adaptors/gearbox/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,12 +494,18 @@ const MERKL_CONFIGS = {
494494
'0x05A811275fE9b4DE503B3311F51edF6A856D936e', // USDT
495495
'0x4d56c9cBa373AD39dF69Eb18F076b7348000AE09', // GHO
496496
'0x72CCB97cbdC40f8fb7FFA42Ed93AE74923547200', // wstETH (with Merkl rewards)
497+
'0xa9d17f6d3285208280a1fd9b94479c62e0aaba64', // KPK wstETH
498+
'0x9396dcbf78fc526bb003665337c5e73b699571ef', // KPK ETH
497499
],
498500
},
499501
plasma: {
500502
chainId: 9745,
501-
poolId: '0x76309A9a56309104518847BbA321c261B7B4a43f',
502503
rewardToken: '0x6100e367285b01f48d07953803a2d8dca5d19873', // WXPL
504+
pools: [
505+
'0x76309A9a56309104518847BbA321c261B7B4a43f', // Invariant USDT0 (existing)
506+
'0xB74760FD26400030620027DD29D19d74D514700e', // Hyperithm Gearbox
507+
'0x53E4e9b8766969c43895839CC9c673bb6bC8Ac97', // Edge UltraYield
508+
],
503509
},
504510
etlk: {
505511
chainId: 42793,

0 commit comments

Comments
 (0)