Skip to content

Commit

Permalink
feat: add dydx-v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Oct 30, 2024
1 parent fed46c2 commit f837228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"debug": "^4.3.4",
"find-my-way": "^6.3.0",
"is-docker": "^2.2.1",
"tardis-dev": "^13.29.14",
"tardis-dev": "^13.30.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.42.0",
"yargs": "^17.5.1"
},
Expand Down
1 change: 1 addition & 0 deletions src/ws/subscriptionsmappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ export const subscriptionsMappers: { [key in Exchange]: SubscriptionMapper } = {
poloniex: poloniexMapper,
ascendex: ascendexMapper,
dydx: dydxMapper,
'dydx-v4': dydxMapper,
'huobi-dm-options': huobiMapper,
'binance-options': binanceMapper,
upbit: upbitMapper,
Expand Down

0 comments on commit f837228

Please sign in to comment.