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