From 03437255213b14f5931aed91e8555d7fb7f92926 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 6 Nov 2023 06:50:44 +0000 Subject: [PATCH] fix: remove trustless-gateway.link (#301) Removes `trustless-gateway.link`. We can reinstate once it's been removed from the bad list. --- packages/helia/src/block-brokers/trustless-gateway/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/helia/src/block-brokers/trustless-gateway/index.ts b/packages/helia/src/block-brokers/trustless-gateway/index.ts index e9050bd0..846bb68d 100644 --- a/packages/helia/src/block-brokers/trustless-gateway/index.ts +++ b/packages/helia/src/block-brokers/trustless-gateway/index.ts @@ -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 =