@@ -38,7 +38,7 @@ export enum MeritAction {
3838 BASE_SUPPLY_LBTC_BORROW_CBBTC = 'base-supply-lbtc-borrow-cbbtc' ,
3939 BASE_SUPPLY_CBBTC_BORROW_MULTIPLE = 'base-supply-cbbtc-borrow-multiple' ,
4040 BASE_SUPPLY_WSTETH_BORROW_MULTIPLE = 'base-supply-wsteth-borrow-multiple' ,
41- BASE_SUPPLY_WETH_BORROW_MULTIPLE = 'base-supply-weth -borrow-multiple' ,
41+ BASE_SUPPLY_WETH_BORROW_MULTIPLE = 'base-supply-eth -borrow-multiple' ,
4242 BASE_BORROW_EURC = 'base-borrow-eurc' ,
4343 BASE_BORROW_USDC = 'base-borrow-usdc' ,
4444 BASE_BORROW_WSTETH = 'base-borrow-wsteth' ,
@@ -317,12 +317,12 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
317317 } ,
318318 [ CustomMarket . proto_base_v3 ] : {
319319 cbBTC : [
320- {
321- action : MeritAction . BASE_SUPPLY_CBBTC ,
322- rewardTokenAddress : AaveV3Base . ASSETS . USDC . A_TOKEN ,
323- rewardTokenSymbol : 'aBasUSDC' ,
324- protocolAction : ProtocolAction . supply ,
325- } ,
320+ // {
321+ // action: MeritAction.BASE_SUPPLY_CBBTC,
322+ // rewardTokenAddress: AaveV3Base.ASSETS.USDC.A_TOKEN,
323+ // rewardTokenSymbol: 'aBasUSDC',
324+ // protocolAction: ProtocolAction.supply,
325+ // },
326326 {
327327 action : MeritAction . BASE_SUPPLY_CBBTC_BORROW_MULTIPLE ,
328328 rewardTokenAddress : AaveV3Base . ASSETS . cbBTC . A_TOKEN ,
@@ -355,14 +355,14 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
355355 } ,
356356 ] ,
357357 wstETH : [
358- {
359- action : MeritAction . BASE_SUPPLY_WSTETH ,
360- rewardTokenAddress : AaveV3Base . ASSETS . wstETH . A_TOKEN ,
361- rewardTokenSymbol : 'aBaswstETH' ,
362- protocolAction : ProtocolAction . supply ,
363- customMessage : antiLoopMessage ,
364- customForumLink : joinedEthCorrelatedIncentiveForumLink ,
365- } ,
358+ // {
359+ // action: MeritAction.BASE_SUPPLY_WSTETH,
360+ // rewardTokenAddress: AaveV3Base.ASSETS.wstETH.A_TOKEN,
361+ // rewardTokenSymbol: 'aBaswstETH',
362+ // protocolAction: ProtocolAction.supply,
363+ // customMessage: antiLoopMessage,
364+ // customForumLink: joinedEthCorrelatedIncentiveForumLink,
365+ // },
366366 {
367367 action : MeritAction . BASE_SUPPLY_WSTETH_BORROW_MULTIPLE ,
368368 rewardTokenAddress : AaveV3Base . ASSETS . wstETH . A_TOKEN ,
0 commit comments