Skip to content

Commit

Permalink
Merge pull request #118 from oceanprotocol/update-link
Browse files Browse the repository at this point in the history
Changing the ipfs link to use our own gateway
  • Loading branch information
jamiehewitt15 authored Nov 10, 2023
2 parents c2b7f71 + ad2657e commit 7101710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @EnzoVezzaro
* @jamiehewitt15
2 changes: 1 addition & 1 deletion src/@utils/linkAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 7101710

Please sign in to comment.