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 f895722 commit 619f6d5Copy full SHA for 619f6d5
src/hardware/index.ts
@@ -279,7 +279,7 @@ class ServiceHardware {
279
280
async getReleaseInfo() {
281
const { data } = await axios.get<RemoteConfigResponse>(
282
- `https://data.onekey.so/pre-config.json?noCache=${new Date().getTime()}`
+ `https://data.onekey.so/config.json?noCache=${new Date().getTime()}`
283
);
284
285
const deviceMap = {
src/hardware/instance.ts
@@ -18,7 +18,7 @@ export const getHardwareSDKInstance = memoizee(
18
const settings: Partial<ConnectSettings> = {
19
debug: true,
20
connectSrc: 'https://jssdk.onekey.so/1.0.25/',
21
- preRelease: true,
+ preRelease: false,
22
fetchConfig: true,
23
};
24
0 commit comments