Skip to content

Commit

Permalink
fix: remove w3s.link default block-broker (#371)
Browse files Browse the repository at this point in the history
Note that w3s will only serve blocks that are uploaded to it
  • Loading branch information
SgtPooki committed Jan 9, 2024
1 parent 3f4c6bf commit 5c4fd54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/block-brokers/src/trustless-gateway/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ export const DEFAULT_TRUSTLESS_GATEWAYS = [
'https://cf-ipfs.com',

// 2023-10-03: IPNS, Origin, and Block/CAR support from https://ipfs-public-gateway-checker.on.fleek.co/
'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://4everland.io'
]

export type TrustlessGatewayGetBlockProgressEvents =
Expand Down

0 comments on commit 5c4fd54

Please sign in to comment.