Skip to content

Commit 7668bb4

Browse files
committed
Use direct servers for now
1 parent c9ce311 commit 7668bb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/util/network.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ import { runOnce } from './runOnce'
1313
import { asyncWaterfall, getOsVersion, shuffleArray } from './utils'
1414
import { checkAppVersion } from './versionCheck'
1515
const INFO_SERVERS = ['https://info1.edge.app', 'https://info2.edge.app']
16-
const RATES_SERVERS = ['https://rates3.edge.app', 'https://rates4.edge.app']
16+
// 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+
]
1721

1822
const INFO_FETCH_INTERVAL = 5 * 60 * 1000 // 5 minutes
1923

0 commit comments

Comments
 (0)