@helia/verified-fetch 7.2.3 → 7.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -881,6 +881,12 @@ All PeerIDs and CIDs above are truncated to 10 characters.
881
881
  | b | WebTransport |
882
882
  | u | Unknown |
883
883
 
884
+ If you seen an `Unknown` transport type, it's likely a PR needs to be filled
885
+ in [@multiformats/multiaddr-matcher](https://github.com/multiformats/js-multiaddr-matcher)
886
+ to be able to detect the multiaddr type - please [open an issue](https://github.com/ipfs/helia-verified-fetch/issues)
887
+ with the provider details if you have them, or the `CID` you are trying to
888
+ fetch if not.
889
+
884
890
  # Install
885
891
 
886
892
  ```console