From 6beaa7e1f9dd8d0240ee5ff836d601134ebd1127 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Fri, 10 Nov 2023 12:39:24 +0300 Subject: [PATCH 1/2] Changing the ipfs link to use our own gateway --- src/@utils/linkAsset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@utils/linkAsset.ts b/src/@utils/linkAsset.ts index e71bf17..6b5d5df 100644 --- a/src/@utils/linkAsset.ts +++ b/src/@utils/linkAsset.ts @@ -5,7 +5,7 @@ export function getLink(provider: string, item: string) { link = `https://gateway.ipfs.io/ipfs/${item}` break case 'ipfs': - link = `https://gateway.pinata.cloud/ipfs/${item}` + link = `https://ipfs.oceanprotocol.com/ipfs/${item}` break case 'arweave': link = `https://arweave.net/${item}` From ad2657e8168314a2e0c9bfffe54a46476dae1ec2 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Fri, 10 Nov 2023 12:41:34 +0300 Subject: [PATCH 2/2] Updating codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a2ebd0..10ca966 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @EnzoVezzaro \ No newline at end of file +* @jamiehewitt15 \ No newline at end of file