Skip to content

Commit

Permalink
remove unused gateways (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: lufengbelove <lufengbelove@qq.com>
  • Loading branch information
tiyyyoung and lufengbelove authored Sep 11, 2024
1 parent 86024c3 commit e4c162f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/apps-config/src/ipfs-gateway-endpoints/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand All @@ -102,15 +102,15 @@ 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
},
{
location: t('Shanghai'),
text: t('Crato-GW'),
value: 'https://223.111.148.196',
status: 'online'
status: 'inactivated'
// crustAddress: cTMYsQAnJy8vg3h8BEXsXj8QtPnXppZR12NcEGsFirj19DxEW
},
{
Expand Down

0 comments on commit e4c162f

Please sign in to comment.