We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7099f17 commit eb5fd3aCopy full SHA for eb5fd3a
App.js
@@ -10,7 +10,6 @@ import { noise } from '@chainsafe/libp2p-noise'
10
import { yamux } from '@chainsafe/libp2p-yamux'
11
import { identify } from '@libp2p/identify'
12
import { circuitRelayTransport } from '@libp2p/circuit-relay-v2'
13
-//import { tcp } from '@libp2p/tcp'
14
import * as filters from '@libp2p/websockets/filters'
15
import debug from 'debug'
16
@@ -30,8 +29,7 @@ export default function App () {
30
29
}),
31
webSockets({
32
filter: filters.all
33
- }),
34
- //tcp()
+ })
35
],
36
connectionEncryption: [
37
noise()
0 commit comments