Skip to content

Commit

Permalink
feat: use the waterworks trustless gateway by default (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel N <2color@users.noreply.github.com>
  • Loading branch information
2color and 2color authored Jun 13, 2024
1 parent 8aadd53 commit 2db8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ export async function createVerifiedFetch (init?: Helia | CreateVerifiedFetchIni
routers: [
...(init?.routers ?? ['https://delegated-ipfs.dev']).map((routerUrl) => delegatedHTTPRouting(routerUrl)),
httpGatewayRouting({
gateways: init?.gateways ?? []
gateways: init?.gateways ?? ['https://trustless-gateway.link']
})
],
dns: createDns(init?.dnsResolvers)
Expand Down

0 comments on commit 2db8d1e

Please sign in to comment.