Skip to content

Commit

Permalink
feat: use the waterworks trustless gateway by default
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jun 13, 2024
1 parent 8aadd53 commit aa61e77
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 aa61e77

Please sign in to comment.