use ipfs.status.im gateway instead of Infura one

Infura deprecated their public gateway and added auth:
https://blog.infura.io/post/ipfs-public-api-and-gateway-deprecation

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-14 12:41:29 +02:00
parent f7688de85d
commit c959f7f482
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 9 additions and 9 deletions

View File

@ -40,9 +40,9 @@ module.exports = {
{
provider: 'ipfs',
protocol: 'https',
host: 'ipfs.infura.io',
port: 5001,
getUrl: 'https://ipfs.infura.io/ipfs/',
host: 'ipfs.status.im',
port: 443,
getUrl: 'https://ipfs.status.im/',
},
],
},
@ -62,9 +62,9 @@ module.exports = {
{
provider: 'ipfs',
protocol: 'https',
host: 'ipfs.infura.io',
port: 5001,
getUrl: 'https://ipfs.infura.io/ipfs/',
host: 'ipfs.status.im',
port: 443,
getUrl: 'https://ipfs.status.im/',
},
],
},
@ -84,9 +84,9 @@ module.exports = {
{
provider: 'ipfs',
protocol: 'https',
host: 'ipfs.infura.io',
port: 5001,
getUrl: 'https://ipfs.infura.io/ipfs/',
host: 'ipfs.status.im',
port: 443,
getUrl: 'https://ipfs.status.im/',
},
],
},