We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709b6e4 commit 635f6fdCopy full SHA for 635f6fd
public/icons/tokens/rseth.svg
public/icons/tokens/wrseth.svg
src/utils/utils.ts
@@ -121,7 +121,7 @@ export const showExternalIncentivesTooltip = (
121
currentMarket === CustomMarket.proto_base_v3 ||
122
currentMarket === CustomMarket.proto_arbitrum_v3) &&
123
protocolAction === ProtocolAction.supply &&
124
- symbol == 'rsETH'
+ (symbol == 'rsETH' || symbol == 'wrsETH')
125
) {
126
tooltipsConfig.kernelPoints = true;
127
}
0 commit comments