fix: add InitialStartDate to PrimeVaultTrader
All checks were successful
Build / build (pull_request) Successful in 1m34s

This commit is contained in:
Sainan 2025-07-06 02:02:06 +02:00
parent 9c89e907b1
commit 3b38ea2c0c

View File

@ -1476,9 +1476,10 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
const pt: IPrimeVaultTrader = {
_id: { $oid: ((weekStart / 1000) & 0xffffffff).toString(16).padStart(8, "0") + "c36af423770eaa97" },
Activation: { $date: { $numberLong: weekStart.toString() } },
Expiry: { $date: { $numberLong: weekEnd.toString() } },
InitialStartDate: { $date: { $numberLong: "1662738144266" } },
Node: "TradeHUB1",
Manifest: [],
Expiry: { $date: { $numberLong: weekEnd.toString() } },
EvergreenManifest: varzia.evergreen,
ScheduleInfo: []
};