This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
[Types] SwarmAPI.connect requires a Multiaddr but libp2p.dial allows PeerId|Multiaddr|string #3638
Closed
Description
Ref: ceramicnetwork/js-ceramic#1194
Similar to #3637
But this passes straight through to libp2p.dial()
which is more permissive:
Should we be similarly lax here?