API: Standardize names of Stock APIs (#2173)

This commit is contained in:
catloversg
2025-06-02 16:36:36 +07:00
committed by GitHub
parent 856ce9a5c9
commit 7d2686ed1b
16 changed files with 104 additions and 57 deletions
+3 -3
View File
@@ -128,10 +128,10 @@ const hacknet = {
// Stock API
const stock = {
getConstants: 0,
hasWSEAccount: 0.05,
hasTIXAPIAccess: 0.05,
hasWseAccount: 0.05,
hasTixApiAccess: 0.05,
has4SData: 0.05,
has4SDataTIXAPI: 0.05,
has4SDataTixApi: 0.05,
getBonusTime: 0,
nextUpdate: RamCostConstants.CycleTiming,
getSymbols: RamCostConstants.GetStock,