From 64bde33f0d78f2e5651fdf214dd970e6d36fbd7d Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 14 Mar 2022 22:29:12 -0500 Subject: [PATCH] raise fees --- common/fees.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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