Skip to content

Commit 3b297cf

Browse files
committed
fix: resolve merge conflict with main (keep WS + retry exports)
Include both #2 WsProvider exports (from main) and #113 retry helpers so the branch is mergeable again for auto-merge automation.
2 parents b436900 + 9eda29d commit 3b297cf

4 files changed

Lines changed: 1085 additions & 0 deletions

File tree

src/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ export * from './constants.js'
5454
export * from './config/networks.js'
5555
export * from './network/provider.js'
5656
export * from './network/BatchProvider.js'
57+
export {
58+
WsProvider,
59+
createWsProvider,
60+
computeReconnectDelay,
61+
type WsProviderOptions,
62+
type WsProviderEvent,
63+
type WsReadyState,
64+
type WebSocketLike,
65+
type ActiveSubscription,
66+
} from './network/ws-provider.js'
5767
export {
5868
withRetry,
5969
computeBackoffDelay,

0 commit comments

Comments
 (0)