Skip to content

Commit

Permalink
fix: remove trustless-gateway.link (#301)
Browse files Browse the repository at this point in the history
Removes `trustless-gateway.link`. We can reinstate once it's been removed from the bad list.
  • Loading branch information
achingbrain authored Nov 6, 2023
1 parent 34b2caa commit 0343725
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/helia/src/block-brokers/trustless-gateway/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ export const DEFAULT_TRUSTLESS_GATEWAYS = [
'https://4everland.io',

// 2023-10-03: IPNS, Origin, and Block/CAR support from https://ipfs-public-gateway-checker.on.fleek.co/
'https://w3s.link',

// https://github.com/protocol/bifrost-community/issues/1
'https://trustless-gateway.link/'
'https://w3s.link'
]

export type TrustlessGatewayGetBlockProgressEvents =
Expand Down

0 comments on commit 0343725

Please sign in to comment.