chore(reward-service): 调整系统费用分配 - 成本费+80, 总部基础费-80
This commit is contained in:
parent
21a523518e
commit
f711d54eed
|
|
@ -17,9 +17,9 @@ export enum RightType {
|
|||
// 权益金额配置
|
||||
export const RIGHT_AMOUNTS: Record<RightType, { usdt: number; hashpowerPercent: number }> = {
|
||||
// 系统费用类
|
||||
[RightType.COST_FEE]: { usdt: 2800, hashpowerPercent: 0 },
|
||||
[RightType.COST_FEE]: { usdt: 2880, hashpowerPercent: 0 },
|
||||
[RightType.OPERATION_FEE]: { usdt: 2100, hashpowerPercent: 0 },
|
||||
[RightType.HEADQUARTERS_BASE_FEE]: { usdt: 203, hashpowerPercent: 0 },
|
||||
[RightType.HEADQUARTERS_BASE_FEE]: { usdt: 123, hashpowerPercent: 0 },
|
||||
[RightType.RWAD_POOL_INJECTION]: { usdt: 5760, hashpowerPercent: 0 },
|
||||
|
||||
// 用户权益类
|
||||
|
|
@ -31,4 +31,4 @@ export const RIGHT_AMOUNTS: Record<RightType, { usdt: number; hashpowerPercent:
|
|||
[RightType.COMMUNITY_RIGHT]: { usdt: 576, hashpowerPercent: 0 },
|
||||
};
|
||||
|
||||
// 总金额验证: 2800 + 2100 + 203 + 5760 + 3600 + 108 + 144 + 252 + 288 + 576 = 15831 USDT
|
||||
// 总金额验证: 2880 + 2100 + 123 + 5760 + 3600 + 108 + 144 + 252 + 288 + 576 = 15831 USDT
|
||||
|
|
|
|||
Loading…
Reference in New Issue