mirror of
https://github.com/dap-ps/discover.git
synced 2025-01-31 03:26:13 +00:00
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:
parent
f7688de85d
commit
c959f7f482
@ -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/',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user