ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
811 stars 81 forks source link

bug: @helia/http not passing gateways from config to httpGatewayRouting #535

Closed SgtPooki closed 1 month ago

SgtPooki commented 1 month ago

https://github.com/ipfs/helia/blob/be86ac7200264e1671a0091a683db83cac0865da/packages/http/src/index.ts#L80

This makes customizing @helia/verified-fetch with default gateways impossible without explicitly passing a custom helia instance

SgtPooki commented 1 month ago

we are fully customizing a helia node in verified fetch..