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 @@
/* eslint-env mocha */
const Transport = require('libp2p-websockets')
const { NOISE: Crypto } = require('libp2p-noise')
const { NOISE: Crypto } = require('@chainsafe/libp2p-noise')
const Libp2p = require('../../src')
const { createPeerId } = require('../utils/creators/peer')