Skip to content

Commit

Permalink
Merge pull request #74 from crustio/yang/add-ipfs-endpoints
Browse files Browse the repository at this point in the history
Add extra gateways
  • Loading branch information
LowEntropyBody authored Jul 19, 2023
2 parents 015d048 + 5575308 commit ee1a093
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,56 @@ export function createAuthIpfsEndpoints(t: TFunction): AuthIpfsEndpoint[] {
text: t('Crust Network'),
value: 'https://ipfs-gw.decloud.foundation',
// group: "Public Gateway"
},
{
location: t('Henan'),
text: t('️Crust IPFS GW'),
value: 'https://gw.w3ipfs.cn:10443'
},
{
location: t('Los Angeles'),
text: t('️Crust IPFS GW'),
value: 'https://gw.smallwolf.me'
},
{
location: t('Henan'),
text: t('️Crust IPFS GW'),
value: 'https://gw.w3ipfs.com:7443'
},
{
location: t('Henan Unicom'),
text: t('️Crust IPFS GW'),
value: 'https://gw.w3ipfs.net:7443'
},
{
location: t('Helsinki'),
text: t('️crust-fans'),
value: 'https://crust.fans'
},
{
location: t('Phoenix'),
text: t('️crustgateway'),
value: 'https://crustgateway.com'
},
{
location: t('Germany'),
text: t('️crustgateway-de'),
value: 'https://crustgateway.online'
},
{
location: t('Los Angeles'),
text: t('️Crust IPFS GW'),
value: 'https://gw.w3ipfs.org.cn'
},
{
location: t('Shanghai'),
text: t('Area51-GW'),
value: 'https://223.111.148.195'
},
{
location: t('Shanghai'),
text: t('Crato-GW'),
value: 'https://223.111.148.196'
}
];
}
Expand Down

0 comments on commit ee1a093

Please sign in to comment.