From 7514ef4053c5e07487283b091f173f91791e4ee1 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:20:39 -0800 Subject: [PATCH] chore: remove w3s.link Note that w3s will only serve blocks that are uploaded to it --- packages/block-brokers/src/trustless-gateway/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/block-brokers/src/trustless-gateway/index.ts b/packages/block-brokers/src/trustless-gateway/index.ts index 2a97b463b..53ff49b4c 100644 --- a/packages/block-brokers/src/trustless-gateway/index.ts +++ b/packages/block-brokers/src/trustless-gateway/index.ts @@ -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 =