feat(storage): add canonical dlob postgres store
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"express": "^4.18.2",
|
||||
"ioredis": "^5.4.1",
|
||||
"morgan": "^1.10.0",
|
||||
"pg": "^8.13.1",
|
||||
"redis": "^4.6.10",
|
||||
"response-time": "^2.3.2",
|
||||
"rxjs": "^7.8.1",
|
||||
@@ -70,6 +71,7 @@
|
||||
"dev": "ts-node src/index.ts",
|
||||
"server-lite": "ts-node src/serverLite.ts",
|
||||
"dlob-publish": "ts-node src/publishers/dlobPublisher.ts",
|
||||
"dlob-storage:init": "ts-node src/scripts/initPersistentStore.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",
|
||||
|
||||
Reference in New Issue
Block a user