diff --git a/common/fees.ts b/common/fees.ts index 767107ed..a17a4f06 100644 --- a/common/fees.ts +++ b/common/fees.ts @@ -1,4 +1,4 @@ export const PLATFORM_FEE = 0.01 -export const CREATOR_FEE = 0.09 +export const CREATOR_FEE = 0.04 export const FEES = PLATFORM_FEE + CREATOR_FEE