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 c9ce311 commit 7668bb4Copy full SHA for 7668bb4
src/util/network.ts
@@ -13,7 +13,11 @@ import { runOnce } from './runOnce'
13
import { asyncWaterfall, getOsVersion, shuffleArray } from './utils'
14
import { checkAppVersion } from './versionCheck'
15
const INFO_SERVERS = ['https://info1.edge.app', 'https://info2.edge.app']
16
-const RATES_SERVERS = ['https://rates3.edge.app', 'https://rates4.edge.app']
+// const RATES_SERVERS = ['https://rates3.edge.app', 'https://rates4.edge.app']
17
+const RATES_SERVERS = [
18
+ 'https://rates-wusa1.edge.app',
19
+ 'https://rates-eusa1.edge.app'
20
+]
21
22
const INFO_FETCH_INTERVAL = 5 * 60 * 1000 // 5 minutes
23
0 commit comments