From e4c162f82e64bbba8ecde7e97d1ca5d5345f4282 Mon Sep 17 00:00:00 2001 From: tiyyyoung <99305042+tiyyyoung@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:14:29 +0800 Subject: [PATCH] remove unused gateways (#416) Co-authored-by: lufengbelove --- .../apps-config/src/ipfs-gateway-endpoints/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/apps-config/src/ipfs-gateway-endpoints/index.ts b/packages/apps-config/src/ipfs-gateway-endpoints/index.ts index 99affa597..3e8d5583c 100644 --- a/packages/apps-config/src/ipfs-gateway-endpoints/index.ts +++ b/packages/apps-config/src/ipfs-gateway-endpoints/index.ts @@ -74,21 +74,21 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] { location: t('Helsinki'), text: t('️crust-fans'), value: 'https://crust.fans', - status: 'online' + status: 'inactivated' //crustAddress: cTJUpCMAEzcLzaQej1A456S9v1qYpjFd8JgK9GLoeh4CKtaj7 }, { location: t('Phoenix'), text: t('️crustgateway'), value: 'https://crustgateway.com', - status: 'online' + status: 'inactivated' //crustAddress: cTJUpCMAEzcLzaQej1A456S9v1qYpjFd8JgK9GLoeh4CKtaj7 }, { location: t('Germany'), text: t('️crustgateway-de'), value: 'https://crustgateway.online', - status: 'online' + status: 'inactivated' //crustAddress: cTJUpCMAEzcLzaQej1A456S9v1qYpjFd8JgK9GLoeh4CKtaj7 }, { @@ -102,7 +102,7 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] { location: t('Shanghai'), text: t('Area51-GW'), value: 'https://223.111.148.195', - status: 'online' + status: 'inactivated' // crustAddress: cTHa2wtCS1LouRceECULTYCvdoi9HSMr638Uzx8zWsVP9mVDi // contactInformation: jingmu.lemon@gmail.com }, @@ -110,7 +110,7 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] { location: t('Shanghai'), text: t('Crato-GW'), value: 'https://223.111.148.196', - status: 'online' + status: 'inactivated' // crustAddress: cTMYsQAnJy8vg3h8BEXsXj8QtPnXppZR12NcEGsFirj19DxEW }, {