Skip to content

Commit 635f6fd

Browse files
authored
feat: support wrsETH logo and fix incentive and update logos [skip cypress] (#2395)
1 parent 709b6e4 commit 635f6fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

public/icons/tokens/rseth.svg

+1-1
Loading

public/icons/tokens/wrseth.svg

+1
Loading

src/utils/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const showExternalIncentivesTooltip = (
121121
currentMarket === CustomMarket.proto_base_v3 ||
122122
currentMarket === CustomMarket.proto_arbitrum_v3) &&
123123
protocolAction === ProtocolAction.supply &&
124-
symbol == 'rsETH'
124+
(symbol == 'rsETH' || symbol == 'wrsETH')
125125
) {
126126
tooltipsConfig.kernelPoints = true;
127127
}

0 commit comments

Comments
 (0)