Skip to content

Commit ad31ed0

Browse files
committed
refactor: add 'watchAddress' into SKIP_GENERATE
1 parent f3a30ec commit ad31ed0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdks/python/scripts/generate-client-methods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const SKIP_GENERATE = new Set([
3434
'fetchTrades', // special parameter handling
3535
'watchOrderBook', // streaming
3636
'watchTrades', // streaming
37+
'watchAddress', // streaming
3738
'createOrder', // outcome shorthand logic
3839
'buildOrder', // complex args format
3940
'submitOrder', // complex args format

sdks/typescript/scripts/generate-client-methods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const SKIP_GENERATE = new Set([
3333
'fetchTrades', // resolution parameter handling
3434
'watchOrderBook', // streaming
3535
'watchTrades', // streaming
36+
'watchAddress', // streaming
3637
'createOrder', // outcome shorthand logic
3738
'buildOrder', // complex args format, returns BuiltOrder
3839
'getExecutionPrice', // delegates to getExecutionPriceDetailed

0 commit comments

Comments
 (0)