Skip to content

Commit

Permalink
fix(arkmarket): remove mobula required env (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gershon authored Aug 28, 2024
1 parent 25f8a39 commit 5bb1584
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ NEXT_PUBLIC_ORDERBOOK_API_URL=https://api-orderbook.arkproject.dev
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=
NEXT_PUBLIC_IMAGE_CDN_URL=https://media.arkproject.dev
NEXT_PUBLIC_IMAGE_PROXY_URL=https://imgproxy.arkproject.dev
MORALIS_API_KEY=
4 changes: 1 addition & 3 deletions apps/arkmarket/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export const env = createEnv({
* Specify your server-side environment variables schema here.
* This way you can ensure the app isn't built with invalid env vars.
*/
server: {
MORALIS_API_KEY: z.string(),
},
server: {},
/**
* Specify your client-side environment variables schema here.
* For them to be exposed to the client, prefix them with `NEXT_PUBLIC_`.
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"AUTH_DISCORD_SECRET",
"AUTH_REDIRECT_PROXY_URL",
"AUTH_SECRET",
"PORT",
"MOBULA_API_KEY"
"PORT"
],
"globalPassThroughEnv": [
"NODE_ENV",
Expand Down

0 comments on commit 5bb1584

Please sign in to comment.