We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64845c commit 1270aeaCopy full SHA for 1270aea
frontend/src/utils/umbra-api.ts
@@ -19,8 +19,8 @@ import useSettingsStore from 'src/store/settings';
19
const { getUmbraApiVersion, setUmbraApiVersion, clearUmbraApiVersion } = useSettingsStore();
20
21
export class UmbraApi {
22
+ // use 'http://localhost:3000' for baseUrl value for testing with a local Umbra API
23
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
24
constructor(
25
readonly tokens: TokenInfoExtended[],
26
readonly chainId: number,
0 commit comments