diff --git a/contexts/ConfigContext.tsx b/contexts/ConfigContext.tsx index 6441f59..8ea7e9d 100644 --- a/contexts/ConfigContext.tsx +++ b/contexts/ConfigContext.tsx @@ -40,7 +40,7 @@ async function getConfig(): Promise { return replaceAccessUrlBaseUrl(defaultConfig) } - const result = await fetch("http://localhost:8701/api/") + const result = await fetch(`${getBaseUrl()}/api/`) .then(res => res.json()) .then(remoteConfig => { return Object.assign(defaultConfig, remoteConfig) diff --git a/go/wallet/bundle.zip b/go/wallet/bundle.zip index f271257..05a85dc 100644 Binary files a/go/wallet/bundle.zip and b/go/wallet/bundle.zip differ