Nick/usermap pnl script (#223)
* WIP unsettled pnl script * update * add commented out debugging stuff * update script and create endpoint * finalize * rm test file * try to fix package diff * add marketIndex + fix logger * fix package * remove runningLocal logic
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
"dlob-publish": "ts-node src/publishers/dlobPublisher.ts",
|
||||
"trades-publish": "ts-node src/publishers/tradesPublisher.ts",
|
||||
"fees-publish": "ts-node src/publishers/priorityFeesPublisher.ts",
|
||||
"pnl-publish": "ts-node src/scripts/publishUnsettledPnlUsers.ts",
|
||||
"ws-manager": "ts-node src/wsConnectionManager.ts",
|
||||
"ws-manager:inspect": "yarn build && node --inspect ./lib/wsConnectionManager.js",
|
||||
"dev:inspect": "yarn build && node --inspect ./lib/index.js",
|
||||
@@ -71,4 +72,4 @@
|
||||
"lint:fix": "eslint . --ext ts --fix",
|
||||
"playground": "ts-node src/playground.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user