Skip to content

Commit

Permalink
custom filebase gateway removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 18, 2024
1 parent 900c897 commit 6a780cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default defineNuxtConfig({
imagekitPublicKey: process.env.IMAGEKIT_PUBLIC_KEY,
ipfsGateway: "https://ipfs.io/ipfs/",
ipfsGateway2: "https://cloudflare-ipfs.com/ipfs/",
ipfsGateway3: "https://nftdegeniggy.myfilebase.com/ipfs/",
ipfsGateway3: "https://ipfs.filebase.io/ipfs/",
keysAddress: "0xD48e9b2D25CEe123be1d01c09645A0a355174db0", // FriendKeys contract address
keysFeatured: ["tempe", "tekr", "quadshock", "moutcrypto", "inukun"],
linkPreviews: process.env.LINK_PREVIEW_SERVICE || "netlify", // "netlify", "vercel", or "microlink" (or leave empty for no link previews)
Expand Down
1 change: 0 additions & 1 deletion utils/ipfsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export async function getWorkingUrl(url) {

const ipfsGateways = [
'https://ipfs.io/ipfs/',
'https://nftdegeniggy.myfilebase.com/ipfs/',
'https://ipfs.filebase.io/ipfs/',
//'https://cloudflare-ipfs.com/ipfs/',
'https://gateway.pinata.cloud/ipfs/',
Expand Down

0 comments on commit 6a780cf

Please sign in to comment.