Skip to content

Commit 17e8156

Browse files
committed
test: remove other transports (libp2p#1846)
1 parent c11fee0 commit 17e8156

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

interop/chromium-version.json

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
"id": "chromium-js-libp2p-head",
33
"containerImageID": "chromium-js-libp2p-head",
44
"transports": [
5-
{
6-
"name": "webtransport",
7-
"onlyDial": true
8-
},
9-
{
10-
"name": "wss",
11-
"onlyDial": true
12-
},
135
{
146
"name": "webrtc-direct",
157
"onlyDial": true

interop/node-version.json

+6-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
{
2-
"id": "node-js-libp2p-head",
3-
"containerImageID": "node-js-libp2p-head",
4-
"transports": [
5-
"tcp",
6-
"ws",
7-
{
8-
"name": "wss",
9-
"onlyDial": true
10-
}
11-
],
12-
"secureChannels": [
13-
"noise"
14-
],
15-
"muxers": [
16-
"mplex",
17-
"yamux"
18-
]
19-
}
2+
"id": "node-js-libp2p-head",
3+
"containerImageID": "node-js-libp2p-head",
4+
"transports": [],
5+
"secureChannels": ["noise"],
6+
"muxers": ["mplex", "yamux"]
7+
}

0 commit comments

Comments
 (0)