Skip to content

Commit fa5f38f

Browse files
committed
test: added a transport for node
1 parent 17e8156 commit fa5f38f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

interop/node-version.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"id": "node-js-libp2p-head",
33
"containerImageID": "node-js-libp2p-head",
4-
"transports": [],
4+
"transports": [
5+
{
6+
"name": "webrtc-direct",
7+
"onlyDial": true
8+
}
9+
],
510
"secureChannels": ["noise"],
611
"muxers": ["mplex", "yamux"]
712
}

0 commit comments

Comments
 (0)