Skip to content

Commit fc9f556

Browse files
Fix/DF-19167 blocksize lwba unsubscribe (#3022)
* DF-19167 fix blocksize LWBA bidask_unsubscribe typo * add changeset
1 parent 7833c60 commit fc9f556

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/heavy-seahorses-hug.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/blocksize-capital-adapter': patch
3+
---
4+
5+
Blocksize Capital LWBA unsubscribe fix

packages/sources/blocksize-capital/src/transport/crypto-lwba.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const transport: WebsocketReverseMappingTransport<WsTransportTypes, strin
8686
const pair = `${params.base}${params.quote}`.toUpperCase()
8787
return {
8888
jsonrpc: '2.0',
89-
method: 'bidask_subscribe',
89+
method: 'bidask_unsubscribe',
9090
params: { tickers: [pair] },
9191
}
9292
},

0 commit comments

Comments
 (0)