Skip to content

Commit 0969caf

Browse files
committed
Change config
1 parent 0501703 commit 0969caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const useServerURL = () => {
1717
return p.API_DEV
1818

1919
default:
20-
return p.API_MAINNET
20+
return p.API_DEV
2121
}
2222
}
2323

@@ -33,7 +33,7 @@ export const getServerURL = (network) => {
3333
return p.API_ARABICA
3434

3535
default:
36-
return p.API_MAINNET
36+
return p.API_DEV
3737
}
3838
}
3939

@@ -56,7 +56,7 @@ export const useSocketURL = () => {
5656
return p.WSS_DEV
5757

5858
default:
59-
return p.WSS_MAINNET
59+
return p.WSS_DEV
6060
}
6161
}
6262

0 commit comments

Comments
 (0)