fix: update interfaces (#1207)

Update to the latest interfaces version
This commit is contained in:
Alex Potsides
2022-05-04 16:03:43 +01:00
committed by GitHub
parent a15254fdd4
commit da3d19b309
35 changed files with 69 additions and 57 deletions

View File

@ -8,7 +8,7 @@ import { subsystemMulticodecs, createSubsystemOptions } from './utils.js'
import { createPeerId } from '../../utils/creators/peer.js'
import type { PeerId } from '@libp2p/interfaces/peer-id'
import { createLibp2pNode, Libp2pNode } from '../../../src/libp2p.js'
import { start } from '@libp2p/interface-compliance-tests'
import { start } from '@libp2p/interfaces/startable'
const listenAddr = new Multiaddr('/ip4/127.0.0.1/tcp/8000')
const remoteListenAddr = new Multiaddr('/ip4/127.0.0.1/tcp/8001')