We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11fee0 commit 17e8156Copy full SHA for 17e8156
interop/chromium-version.json
@@ -2,14 +2,6 @@
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
12
13
{
14
"name": "webrtc-direct",
15
"onlyDial": true
interop/node-version.json
@@ -1,19 +1,7 @@
1
- "id": "node-js-libp2p-head",
- "containerImageID": "node-js-libp2p-head",
- "transports": [
- "tcp",
- "ws",
- }
- ],
- "secureChannels": [
- "noise"
- "muxers": [
16
- "mplex",
17
- "yamux"
18
- ]
19
-}
+ "id": "node-js-libp2p-head",
+ "containerImageID": "node-js-libp2p-head",
+ "transports": [],
+ "secureChannels": ["noise"],
+ "muxers": ["mplex", "yamux"]
+}
0 commit comments