File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/js-libp2p-example-auto-tls Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Let's configure the relevant modules:
46
46
``` js
47
47
import { noise } from ' @chainsafe/libp2p-noise'
48
48
import { yamux } from ' @chainsafe/libp2p-yamux'
49
- import { autoTLS } from ' @libp2p/ auto-tls'
49
+ import { autoTLS } from ' @ipshipyard/libp2p- auto-tls'
50
50
import { loadOrCreateSelfKey } from ' @libp2p/config'
51
51
import { identify , identifyPush } from ' @libp2p/identify'
52
52
import { keychain } from ' @libp2p/keychain'
@@ -247,7 +247,7 @@ module to connect to an initial set of peers that will let us start to fill our
247
247
routing table and perform queries:
248
248
249
249
``` diff
250
- import { autoTLS } from '@libp2p/ auto-tls'
250
+ import { autoTLS } from '@ipshipyard/libp2p- auto-tls'
251
251
+ import { bootstrap } from '@libp2p/bootstrap'
252
252
import { loadOrCreateSelfKey } from '@libp2p/config'
253
253
import { identify, identifyPush } from '@libp2p/identify'
Original file line number Diff line number Diff line change 4
4
5
5
import { noise } from '@chainsafe/libp2p-noise'
6
6
import { yamux } from '@chainsafe/libp2p-yamux'
7
- import { autoTLS } from '@libp2p/ auto-tls'
7
+ import { autoTLS } from '@ipshipyard/libp2p- auto-tls'
8
8
import { loadOrCreateSelfKey } from '@libp2p/config'
9
9
import { identify , identifyPush } from '@libp2p/identify'
10
10
import { keychain } from '@libp2p/keychain'
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@chainsafe/libp2p-noise" : " ^16.0.0" ,
20
20
"@chainsafe/libp2p-yamux" : " ^7.0.0" ,
21
- "@libp2p/ auto-tls" : " ^1.0.0" ,
21
+ "@ipshipyard/libp2p- auto-tls" : " ^1.0.0" ,
22
22
"@libp2p/autonat" : " ^2.0.13" ,
23
23
"@libp2p/bootstrap" : " ^11.0.14" ,
24
24
"@libp2p/config" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 4
4
5
5
import { noise } from '@chainsafe/libp2p-noise'
6
6
import { yamux } from '@chainsafe/libp2p-yamux'
7
- import { autoTLS } from '@libp2p/ auto-tls'
7
+ import { autoTLS } from '@ipshipyard/libp2p- auto-tls'
8
8
import { autoNAT } from '@libp2p/autonat'
9
9
import { bootstrap } from '@libp2p/bootstrap'
10
10
import { loadOrCreateSelfKey } from '@libp2p/config'
You can’t perform that action at this time.
0 commit comments