Skip to content

Commit efd8634

Browse files
committed
feat: Add /p2p-stardust
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference
1 parent 06da240 commit efd8634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/protocols-table.js

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Protocols.table = [
4747
[477, 0, 'ws'],
4848
[478, 0, 'wss'],
4949
[479, 0, 'p2p-websocket-star'],
50+
[277, 0, 'p2p-stardust'],
5051
[275, 0, 'p2p-webrtc-star'],
5152
[276, 0, 'p2p-webrtc-direct'],
5253
[290, 0, 'p2p-circuit']

0 commit comments

Comments
 (0)