We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501703 commit 0969cafCopy full SHA for 0969caf
1 file changed
services/config.js
@@ -17,7 +17,7 @@ export const useServerURL = () => {
17
return p.API_DEV
18
19
default:
20
- return p.API_MAINNET
+ return p.API_DEV
21
}
22
23
@@ -33,7 +33,7 @@ export const getServerURL = (network) => {
33
return p.API_ARABICA
34
35
36
37
38
39
@@ -56,7 +56,7 @@ export const useSocketURL = () => {
56
return p.WSS_DEV
57
58
59
- return p.WSS_MAINNET
+ return p.WSS_DEV
60
61
62
0 commit comments