We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1badd40 commit e05ab46Copy full SHA for e05ab46
src/components/P2P/index.ts
@@ -24,7 +24,7 @@ import { tcp } from '@libp2p/tcp'
24
import { webSockets } from '@libp2p/websockets'
25
import { circuitRelayTransport, circuitRelayServer } from '@libp2p/circuit-relay-v2'
26
import { createLibp2p, Libp2p } from 'libp2p'
27
-import { identify } from '@libp2p/identify'
+import { identify, identifyPush } from '@libp2p/identify'
28
import { autoNAT } from '@libp2p/autonat'
29
import { uPnPNAT } from '@libp2p/upnp-nat'
30
import { ping } from '@libp2p/ping'
@@ -277,6 +277,7 @@ export class OceanP2P extends EventEmitter {
277
}
278
let servicesConfig = {
279
identify: identify(),
280
+ identifyPush: identifyPush(),
281
/*
282
pubsub: gossipsub({
283
fallbackToFloodsub: false,
0 commit comments