From 93f790019c0ec0aa1938abf1677ea9b36eecbf7e Mon Sep 17 00:00:00 2001 From: mantikoros Date: Fri, 18 Mar 2022 00:39:21 -0500 Subject: [PATCH] lower fees --- common/fees.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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