-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fetch and calculate stats from NFTPort (#2085)
* feat: fetch and calculate stats from NFTPort * fix: mobile layout for lg down * feat: update NFTPort stat calculations * chore: adjust responsive font sizes * feat: add eth conversion fallback and refactor into function * feat: add missing nft values to total * chore: update nftport stats calclations * chore: update fallback NFTPort data * chore: add minus sign to drops in activity * chore: update stats text colors
- Loading branch information
1 parent
db094ca
commit a3b6116
Showing
5 changed files
with
210 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,9 @@ NEXT_PUBLIC_SENTRY_DSN=https://[email protected]/00000 | |
NEXT_PUBLIC_ENV=dev | ||
NEXT_PUBLIC_API=http://localhost:8787 | ||
NEXT_PUBLIC_MAGIC=<PUBLISHABLE_API_KEY> | ||
NEXT_PUBLIC_STATUS_PAGE_API=https://nftstorage-jroach.statuspage.io/api/v2 | ||
NEXT_PUBLIC_STATUS_PAGE_API= | ||
|
||
# NFTPort API | ||
NEXT_PUBLIC_NFT_PORT_ENDPOINT=https://api.nftport.xyz/v0/reports/uris | ||
# Get API Key at https://dashboard.nftport.xyz/sign-up | ||
NEXT_PUBLIC_NFT_PORT_API_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters