Skip to content

Commit f29afc4

Browse files
committed
refactor: simplify pool symbols by removing 'kpk' prefix
1 parent ac1f9ba commit f29afc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/adaptors/gearbox/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ var CHAIN_CONFIGS = {
341341
// Ethereum KPK (PoolQuotaKeeper) pools that need manual configuration
342342
POOLS: {
343343
'0xa9d17f6d3285208280a1fd9b94479c62e0aaba64': {
344-
symbol: 'kpk wstETH',
344+
symbol: 'wstETH',
345345
underlying: '0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0', // wstETH
346346
name: 'kpk wstETH',
347347
},
348348
'0x9396dcbf78fc526bb003665337c5e73b699571ef': {
349-
symbol: 'kpk ETH',
349+
symbol: 'ETH',
350350
underlying: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2', // WETH
351351
name: 'kpk ETH',
352352
},
@@ -362,7 +362,7 @@ var CHAIN_CONFIGS = {
362362
'0x76309A9a56309104518847BbA321c261B7B4a43f': {
363363
symbol: 'dUSDT0',
364364
underlying: '0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb', // USDT0 deposit token
365-
name: 'USDT0 Lending Pool',
365+
name: 'Invariant USDT0',
366366
},
367367
'0x53e4e9b8766969c43895839cc9c673bb6bc8ac97': {
368368
symbol: 'USDT0 v3',

0 commit comments

Comments
 (0)