Skip to content

Commit

Permalink
Edit env var
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Sep 11, 2023
1 parent 442311f commit ef74b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/store/balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type { Chain } from '../../../snap/src/types/chains';
import { chains } from './chains';
import type { CoinIBC } from '../utils/ibc';

if (!import.meta.env.VITE_BALANCE_FUNCTION_URL) {
throw new Error("VITE_BALANCE_FUNCTION_URL not set...");
if (!import.meta.env.VITE_DENO_SERVERLESS_URL) {
throw new Error("VITE_DENO_SERVERLESS_URL not set...");
}
export const denoUrl = import.meta.env.VITE_DENO_SERVERLESS_URL;

Expand Down

0 comments on commit ef74b56

Please sign in to comment.