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 2801d19 commit 1833808Copy full SHA for 1833808
src/api/base_api.ts
@@ -10,7 +10,8 @@ const getBaseUrlByChainId = (id: ChainId) => {
10
baseUrl = 'https://api.loopring.network'
11
break
12
default:
13
- baseUrl = 'https://api.uat.loopring.pro'
+ // baseUrl = 'https://api.uat.loopring.pro'
14
+ baseUrl = 'https://uat2.loopring.io'
15
}
16
17
return baseUrl
0 commit comments