Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dovishfinance committed Jul 4, 2023
1 parent bbd08a5 commit 9b733ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dexs/doveswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const v3Graphs = getGraphDimensions({
});

const methodology = {
UserFees: "User pays 0.3% fees on each swap.",
ProtocolRevenue: "Protocol have no revenue.",
SupplySideRevenue: "All user fees are distributed among LPs.",
UserFees: "User pays 0.01%, 0.05%, 0.30%, or 1% on each swap.",
ProtocolRevenue: "Protocol has revenue.",
SupplySideRevenue: "75% of user fees are distributed among LPs.",
HoldersRevenue: "Holders have no revenue."
}

Expand All @@ -63,7 +63,7 @@ const adapter: BreakdownAdapter = {
meta: {
methodology: {
...methodology,
UserFees: "User pays 0.05%, 0.30%, or 1% on each swap."
UserFees: "User pays 0.01%, 0.05%, 0.30%, or 1% on each swap."
}
}
}
Expand Down

0 comments on commit 9b733ca

Please sign in to comment.