Skip to content

Commit

Permalink
fix: suggestions overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Nov 1, 2022
1 parent 8c5b236 commit 08483c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const IMAGE_CDN_URL = IS_MAINNET
export const VIDEO_CDN_URL = 'https://cdn.livepeer.com'

// ipfs
export const IPFS_FREE_UPLOAD_LIMIT = 500
export const IPFS_FREE_UPLOAD_LIMIT = IS_MAINNET ? 500 : 100
export const IPFS_GATEWAY = 'https://lens.infura-ipfs.io/ipfs/'
export const EVER_ENDPOINT = 'https://endpoint.4everland.co'
export const EVER_REGION = 'us-west-2'
Expand Down

1 comment on commit 08483c1

@vercel
Copy link

@vercel vercel bot commented on 08483c1 Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lenstube – ./

lenstube.xyz
lenstube-git-main-lenstube.vercel.app
lenstube-lenstube.vercel.app

Please sign in to comment.