Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 2639065

Browse files
committed
chore: update libp2p-noise
1 parent 6a03d6a commit 2639065

File tree

3 files changed

+26211
-2
lines changed

3 files changed

+26211
-2
lines changed

examples/custom-libp2p/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const MulticastDNS = require('libp2p-mdns')
77
const Bootstrap = require('libp2p-bootstrap')
88
const KadDHT = require('libp2p-kad-dht')
99
const MPLEX = require('libp2p-mplex')
10-
const { NOISE } = require('libp2p-noise')
10+
const { NOISE } = require('@chainsafe/libp2p-noise')
1111

1212
/**
1313
* Options for the libp2p bundle

examples/custom-libp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"test:example": "node tests/test.js"
1313
},
1414
"dependencies": {
15+
"@chainsafe/libp2p-noise": "^4.0.0",
1516
"ipfs": "^0.57.0",
1617
"libp2p": "^0.32.0",
1718
"libp2p-bootstrap": "^0.13.0",
1819
"libp2p-kad-dht": "^0.23.1",
1920
"libp2p-mdns": "^0.17.0",
2021
"libp2p-mplex": "^0.10.2",
21-
"libp2p-noise": "^4.0.0",
2222
"libp2p-tcp": "^0.17.1"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)