manifold/common/fees.ts

5 lines
113 B
TypeScript
Raw Permalink Normal View History

2022-02-03 22:59:59 +00:00
export const PLATFORM_FEE = 0.01
2022-02-04 02:49:04 +00:00
export const CREATOR_FEE = 0.04
2022-01-10 23:52:03 +00:00
export const FEES = PLATFORM_FEE + CREATOR_FEE