You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Sooo .. it looks like what's going on here is that ipfs-core is pulling in Libp2pConfig when it should be pulling in Libp2pOptions because Libp2pConfig is used for the config property inside Libp2pOptions. So in ceramicnetwork/js-ceramic#1194 I was having to pull up the elements in the libp2p.config object into libp2p to satisfy this condition. I think this should just be: