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