Skip to content

Commit 1270aea

Browse files
committed
Updated localhost comment for clarity
1 parent c64845c commit 1270aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/umbra-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import useSettingsStore from 'src/store/settings';
1919
const { getUmbraApiVersion, setUmbraApiVersion, clearUmbraApiVersion } = useSettingsStore();
2020

2121
export class UmbraApi {
22+
// use 'http://localhost:3000' for baseUrl value for testing with a local Umbra API
2223
static baseUrl = 'https://mainnet.api.umbra.cash'; // works for all networks
23-
// static baseUrl = 'http://localhost:3000'; // use this for testing with a local Umbra API
2424
constructor(
2525
readonly tokens: TokenInfoExtended[],
2626
readonly chainId: number,

0 commit comments

Comments
 (0)