1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

change IPFS gateway for loading image

This commit is contained in:
Matthias Kretschmann 2021-09-02 13:35:06 +02:00
parent 6e0902f5d3
commit 992c8ac33c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,7 +4,7 @@ import jwtDecode from 'jwt-decode'
// https://docs.3box.io/api/rest-api
const apiUri = 'https://3box.oceanprotocol.com'
const ipfsUrl = 'https://dweb.link'
const ipfsUrl = 'https://infura-ipfs.io'
function decodeProof(proofJWT: string) {
if (!proofJWT) return