mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-15 18:21:22 +00:00
refactor: update secio and tests to use it (#484)
* refactor: use async secio * test: add secio to most test suites * chore: update secio version
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
const Transport = require('libp2p-websockets')
|
||||
const Muxer = require('libp2p-mplex')
|
||||
const Crypto = require('../../src/insecure/plaintext')
|
||||
const Crypto = require('libp2p-secio')
|
||||
|
||||
module.exports = {
|
||||
modules: {
|
||||
|
Reference in New Issue
Block a user