lower creator fee to 4%

This commit is contained in:
mantikoros 2022-02-03 20:49:04 -06:00
parent 6a542e4530
commit 63de359d22

View File

@ -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