File tree Expand file tree Collapse file tree 2 files changed +24
-44
lines changed
Expand file tree Collapse file tree 2 files changed +24
-44
lines changed Original file line number Diff line number Diff line change 11{
2- "id" : " chromium-js-libp2p-head" ,
3- "containerImageID" : " chromium-js-libp2p-head" ,
4- "transports" : [
5- {
6- "name" : " webtransport" ,
7- "onlyDial" : true
8- },
9- {
10- "name" : " webrtc-direct" ,
11- "onlyDial" : true
12- },
13- " webrtc" ,
14- {
15- "name" : " wss" ,
16- "onlyDial" : true
17- }
18- ],
19- "secureChannels" : [
20- " noise"
21- ],
22- "muxers" : [
23- " mplex" ,
24- " yamux"
25- ]
2+ "id" : " chromium-js-libp2p-head" ,
3+ "containerImageID" : " chromium-js-libp2p-head" ,
4+ "transports" : [
5+ {
6+ "name" : " webtransport" ,
7+ "onlyDial" : true
8+ },
9+ {
10+ "name" : " wss" ,
11+ "onlyDial" : true
12+ }
13+ ],
14+ "secureChannels" : [" noise" ],
15+ "muxers" : [" mplex" , " yamux" ]
2616}
Original file line number Diff line number Diff line change 11{
2- "id" : " firefox-js-libp2p-head" ,
3- "containerImageID" : " firefox-js-libp2p-head" ,
4- "transports" : [
5- {
6- "name" : " webrtc-direct" ,
7- "onlyDial" : true
8- },
9- " webrtc" ,
10- {
11- "name" : " wss" ,
12- "onlyDial" : true
13- }
14- ],
15- "secureChannels" : [
16- " noise"
17- ],
18- "muxers" : [
19- " mplex" ,
20- " yamux"
21- ]
2+ "id" : " firefox-js-libp2p-head" ,
3+ "containerImageID" : " firefox-js-libp2p-head" ,
4+ "transports" : [
5+ {
6+ "name" : " wss" ,
7+ "onlyDial" : true
8+ }
9+ ],
10+ "secureChannels" : [" noise" ],
11+ "muxers" : [" mplex" , " yamux" ]
2212}
You can’t perform that action at this time.
0 commit comments