Skip to content

Commit

Permalink
fix: drop all transports but grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jan 3, 2025
1 parent b1455b3 commit 75d6f6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion playground/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const RPC_URL = process.env.RPC_URL ?? 'https://hub-grpc.pinata.cloud'
const client = Fhub.Client.create(
Fhub.Transport.grpcNode({
baseUrl: RPC_URL,
httpVersion: '2',
}),
)

Expand Down
3 changes: 0 additions & 3 deletions src/fhub/Transport.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export { createConnectTransport as connectNode } from '@connectrpc/connect-node'
export { createConnectTransport as connectWeb } from '@connectrpc/connect-web'
export { createGrpcTransport as grpcNode } from '@connectrpc/connect-node'
export { createGrpcWebTransport as grpcWeb } from '@connectrpc/connect-web'

0 comments on commit 75d6f6f

Please sign in to comment.