diff --git a/common/fees.ts b/common/fees.ts index bdb3b760..3758a607 100644 --- a/common/fees.ts +++ b/common/fees.ts @@ -1,6 +1,6 @@ -export const PLATFORM_FEE = 0.01 -export const CREATOR_FEE = 0.04 -export const LIQUIDITY_FEE = 0.04 +export const PLATFORM_FEE = 0.02 +export const CREATOR_FEE = 0.08 +export const LIQUIDITY_FEE = 0.08 export const DPM_PLATFORM_FEE = 0.01 export const DPM_CREATOR_FEE = 0.04