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 742d486 commit cdcf4f6Copy full SHA for cdcf4f6
fees/shmonad/index.ts
@@ -41,7 +41,6 @@ const fetch = async (options: FetchOptions) => {
41
dailyRevenue: dailyProtocolRevenue,
42
dailyProtocolRevenue,
43
dailySupplySideRevenue,
44
- dailyHoldersRevenue: dailySupplySideRevenue,
45
};
46
47
@@ -58,7 +57,6 @@ const adapter: SimpleAdapter = {
58
57
Revenue: "5% of yield goes to protocol, deducted before distributing to shMON holders.",
59
ProtocolRevenue: "5% performance fee collected by the protocol.",
60
SupplySideRevenue: "95% of yield increases shMON value for holders.",
61
- HoldersRevenue: "Yield accrues to holders through higher MON per shMON token.",
62
},
63
64
0 commit comments