@helia/verified-fetch 6.1.0 → 6.1.2

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
@@ -141,7 +141,9 @@ const fetch = await createVerifiedFetch(
141
141
  trustlessGateway()
142
142
  ],
143
143
  routers: [
144
- delegatedHTTPRouting('http://delegated-ipfs.dev'),
144
+ delegatedHTTPRouting({
145
+ url: 'http://delegated-ipfs.dev'
146
+ }),
145
147
  httpGatewayRouting({
146
148
  gateways: ['https://mygateway.example.net', 'https://trustless-gateway.link']
147
149
  })