Skip to content

Commit 1833808

Browse files
committed
update uat baseUrl
1 parent 2801d19 commit 1833808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/base_api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const getBaseUrlByChainId = (id: ChainId) => {
1010
baseUrl = 'https://api.loopring.network'
1111
break
1212
default:
13-
baseUrl = 'https://api.uat.loopring.pro'
13+
// baseUrl = 'https://api.uat.loopring.pro'
14+
baseUrl = 'https://uat2.loopring.io'
1415
}
1516

1617
return baseUrl

0 commit comments

Comments
 (0)