manifold/common/fees.ts
2022-01-10 17:52:03 -06:00

5 lines
122 B
TypeScript

export const PLATFORM_FEE = 0.01 // == 1%
export const CREATOR_FEE = 0.01
export const FEES = PLATFORM_FEE + CREATOR_FEE