Skip to content

Commit

Permalink
feat: add binance european options support
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Oct 4, 2023
1 parent dbd32f9 commit 6c08bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.23.5",
"tardis-dev": "^13.24.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.10.0",
"yargs": "^17.5.1"
},
Expand Down
3 changes: 2 additions & 1 deletion src/ws/subscriptionsmappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,8 @@ export const subscriptionsMappers: { [key in Exchange]: SubscriptionMapper } = {
bitnomial: bitnomialMapper,
'woo-x': wooxMapper,
'blockchain-com': blockchainComMapper,
'bybit-options': bybitMapper
'bybit-options': bybitMapper,
'binance-european-options': binanceMapper
}

export type SubscriptionMapper = {
Expand Down

0 comments on commit 6c08bcb

Please sign in to comment.