manifold/common/fees.ts

5 lines
122 B
TypeScript
Raw Normal View History

2022-01-10 23:52:03 +00:00
export const PLATFORM_FEE = 0.01 // == 1%
export const CREATOR_FEE = 0.01
2022-01-10 23:52:03 +00:00
export const FEES = PLATFORM_FEE + CREATOR_FEE