manifold/common/fees.ts
2022-02-03 20:49:04 -06:00

5 lines
113 B
TypeScript

export const PLATFORM_FEE = 0.01
export const CREATOR_FEE = 0.04
export const FEES = PLATFORM_FEE + CREATOR_FEE