chore: use new libp2p-noise

This commit is contained in:
Vasco Santos
2021-08-19 13:18:50 +02:00
committed by Vasco Santos
parent 0f389a7828
commit 3d25ff7fd0
44 changed files with 49 additions and 49 deletions

View File

@ -2,7 +2,7 @@ import 'babel-polyfill'
import Libp2p from 'libp2p'
import Websockets from 'libp2p-websockets'
import WebRTCStar from 'libp2p-webrtc-star'
import { NOISE } from 'libp2p-noise'
import { NOISE } from '@chainsafe/libp2p-noise'
import Mplex from 'libp2p-mplex'
import Bootstrap from 'libp2p-bootstrap'