Skip to content

Commit

Permalink
Updated localhost comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Apr 22, 2024
1 parent 8d04553 commit dfe462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/umbra-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import useSettingsStore from 'src/store/settings';
const { getUmbraApiVersion, setUmbraApiVersion, clearUmbraApiVersion } = useSettingsStore();

export class UmbraApi {
// use 'http://localhost:3000' for baseUrl value for testing with a local Umbra API
static baseUrl = 'https://mainnet.api.umbra.cash'; // works for all networks
// static baseUrl = 'http://localhost:3000'; // use this for testing with a local Umbra API
constructor(
readonly tokens: TokenInfoExtended[],
readonly chainId: number,
Expand Down

0 comments on commit dfe462d

Please sign in to comment.