refactor: dedupe approval gateway resolver setup

This commit is contained in:
Peter Steinberger
2026-04-06 17:31:07 +01:00
parent c7cc89904e
commit a47cb0a3b3
7 changed files with 222 additions and 146 deletions

View File

@@ -2,5 +2,8 @@
export * from "../gateway/channel-status-patches.js";
export { GatewayClient } from "../gateway/client.js";
export { createOperatorApprovalsGatewayClient } from "../gateway/operator-approvals-client.js";
export {
createOperatorApprovalsGatewayClient,
withOperatorApprovalsGatewayClient,
} from "../gateway/operator-approvals-client.js";
export type { EventFrame } from "../gateway/protocol/index.js";