@@ -19,7 +19,6 @@ export enum MeritAction {
1919 ETHEREUM_PRIME_SUPPLY_EZETH = 'ethereum-prime-supply-ezeth' ,
2020 SUPPLY_CBBTC_BORROW_USDC = 'ethereum-supply-cbbtc-borrow-usdc' ,
2121 SUPPLY_WBTC_BORROW_USDT = 'ethereum-supply-wbtc-borrow-usdt' ,
22- SUPPLY_EBTC_BORROW_WBTC_OR_CBBTC = 'ethereum-supply-ebtc-borrow-wbtc-or-cbbtc' ,
2322 ARBITRUM_SUPPLY_ETH = 'arbitrum-supply-weth' ,
2423 ARBITRUM_SUPPLY_WSTETH = 'arbitrum-supply-wsteth' ,
2524 ARBITRUM_SUPPLY_EZETH = 'arbitrum-supply-ezeth' ,
@@ -98,13 +97,6 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
9897 protocolAction : ProtocolAction . supply ,
9998 customMessage : 'You must supply cbBTC and borrow USDC in order to receive merit rewards.' ,
10099 } ,
101- {
102- action : MeritAction . SUPPLY_EBTC_BORROW_WBTC_OR_CBBTC ,
103- rewardTokenAddress : AaveV3Ethereum . ASSETS . eBTC . A_TOKEN ,
104- rewardTokenSymbol : 'aEthCBBTC' ,
105- protocolAction : ProtocolAction . borrow ,
106- customMessage : 'You must supply eBTC and borrow cbBTC in order to receive merit rewards.' ,
107- } ,
108100 ] ,
109101 USDC : [
110102 {
@@ -123,23 +115,6 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
123115 protocolAction : ProtocolAction . supply ,
124116 customMessage : 'You must supply wBTC and borrow USDT in order to receive merit rewards.' ,
125117 } ,
126- {
127- action : MeritAction . SUPPLY_EBTC_BORROW_WBTC_OR_CBBTC ,
128- rewardTokenAddress : AaveV3Ethereum . ASSETS . eBTC . A_TOKEN ,
129- rewardTokenSymbol : 'aEtheBTC' ,
130- protocolAction : ProtocolAction . borrow ,
131- customMessage : 'You must supply eBTC and borrow WBTC in order to receive merit rewards.' ,
132- } ,
133- ] ,
134- eBTC : [
135- {
136- action : MeritAction . SUPPLY_EBTC_BORROW_WBTC_OR_CBBTC ,
137- rewardTokenAddress : AaveV3Ethereum . ASSETS . eBTC . A_TOKEN ,
138- rewardTokenSymbol : 'aEtheBTC' ,
139- protocolAction : ProtocolAction . supply ,
140- customMessage :
141- 'You must supply eBTC and borrow WBTC or cbBTC in order to receive merit rewards.' ,
142- } ,
143118 ] ,
144119 USDT : [
145120 {
0 commit comments