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:
parent
6e0902f5d3
commit
992c8ac33c
@ -4,7 +4,7 @@ import jwtDecode from 'jwt-decode'
|
|||||||
|
|
||||||
// https://docs.3box.io/api/rest-api
|
// https://docs.3box.io/api/rest-api
|
||||||
const apiUri = 'https://3box.oceanprotocol.com'
|
const apiUri = 'https://3box.oceanprotocol.com'
|
||||||
const ipfsUrl = 'https://dweb.link'
|
const ipfsUrl = 'https://infura-ipfs.io'
|
||||||
|
|
||||||
function decodeProof(proofJWT: string) {
|
function decodeProof(proofJWT: string) {
|
||||||
if (!proofJWT) return
|
if (!proofJWT) return
|
||||||
|
Loading…
Reference in New Issue
Block a user