Skip to content

Commit

Permalink
chore: remove use of mplex
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Nov 29, 2023
1 parent 10926f5 commit d54575e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/init-helia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { noise } from '@chainsafe/libp2p-noise'
import { yamux } from '@chainsafe/libp2p-yamux'
import { createDelegatedRoutingV1HttpApiClient } from '@helia/delegated-routing-v1-http-api-client'
import { type Helia } from '@helia/interface'
import { mplex } from '@libp2p/mplex'
import { webRTC, webRTCDirect } from '@libp2p/webrtc'
import { webSockets } from '@libp2p/websockets'
import { webTransport } from '@libp2p/webtransport'
Expand Down Expand Up @@ -46,8 +45,7 @@ export default async function initHelia (kuboGatewayOptions: KuboGatewayOptions)
noise()
],
streamMuxers: [
yamux(),
mplex()
yamux()
],
services: {
identify: identifyService(),
Expand Down

0 comments on commit d54575e

Please sign in to comment.