Skip to content

Commit

Permalink
feat: use trustless-gateway.link by default (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Nov 2, 2023
1 parent 57d580d commit bf11efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/helia/src/block-brokers/trustless-gateway/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const DEFAULT_TRUSTLESS_GATEWAYS = [
// 2023-10-03: IPNS, Origin, and Block/CAR support from https://ipfs-public-gateway-checker.on.fleek.co/
'https://w3s.link',

// 2023-10-03: IPNS, and Block/CAR support from https://ipfs-public-gateway-checker.on.fleek.co/
'https://cloudflare-ipfs.com'
// https://github.com/protocol/bifrost-community/issues/1
'https://trustless-gateway.link/'
]

export type TrustlessGatewayGetBlockProgressEvents =
Expand Down

0 comments on commit bf11efa

Please sign in to comment.