mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-13 17:21:21 +00:00
test: use libp2p-noise (#585)
* chore: use libp2p-noise * chore: address review
This commit is contained in:
@ -31,7 +31,7 @@ module.exports = async (properties = {}) => {
|
||||
upgraded: Date.now()
|
||||
},
|
||||
direction: 'outbound',
|
||||
encryption: '/secio/1.0.0',
|
||||
encryption: '/noise',
|
||||
multiplexer: '/mplex/6.7.0'
|
||||
},
|
||||
newStream: (protocols) => {
|
||||
|
Reference in New Issue
Block a user