Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
update fees
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Mar 11, 2024
1 parent 0274926 commit dbf19fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/utils/price.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const LIQUIDITY_PROVIDER_FEE = 0.0225;
export const COMMUNITY_GAME_FUND = 0.00375;
export const COMMUNITY_ECO_FUND = 0.00375;
export const LIQUIDITY_PROVIDER_FEE = 0.00375;
export const COMMUNITY_GAME_FUND = 0.000625;
export const COMMUNITY_ECO_FUND = 0.000625;
export const TOTAL_FEE =
LIQUIDITY_PROVIDER_FEE + COMMUNITY_GAME_FUND + COMMUNITY_ECO_FUND;

Expand Down

0 comments on commit dbf19fd

Please sign in to comment.