Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/thin-days-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Fix `thirdweb/insight` import typescript error
8 changes: 0 additions & 8 deletions apps/dashboard/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ DASHBOARD_SECRET_KEY="<replace_me_with_your_secret_key>"
# Client id for api routes
API_ROUTES_CLIENT_ID=

# <moralis.io API key (used for api routes for token balances and wallet NFTs)
# - not required to build (unless using wallet NFTs and token balances)>
MORALIS_API_KEY=

# alchemy.com API key (used for wallet NFTS)
# - cannot be restricted to IP/domain because vercel has no stable IPs and it happens during build & runtime api route call
# - not required to build (unless testing wallet NFTs)>
SSR_ALCHEMY_KEY=


# Hubspot Access Token (used for contact us form)
Expand Down
89 changes: 0 additions & 89 deletions apps/dashboard/src/@/actions/getBalancesFromMoralis.ts

This file was deleted.

210 changes: 0 additions & 210 deletions apps/dashboard/src/@/actions/getWalletNFTs.ts

This file was deleted.

10 changes: 0 additions & 10 deletions apps/dashboard/src/@/constants/server-envs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ if (isProd && INSIGHT_SERVICE_API_KEY) {
);
}

export const MORALIS_API_KEY = process.env.MORALIS_API_KEY || "";

if (MORALIS_API_KEY) {
experimental_taintUniqueValue(
"Do not pass MORALIS_API_KEY to the client",
process,
MORALIS_API_KEY,
);
}

export const ANALYTICS_SERVICE_URL = process.env.ANALYTICS_SERVICE_URL || "";

export const STRIPE_SECRET_KEY = process.env.STRIPE_SECRET_KEY || "";
Expand Down
Loading
Loading