Skip to content

Commit

Permalink
Fix api to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 14, 2022
1 parent 66eda72 commit 463a055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export default {
appVersion,
commonApiHost: 'https://common-api.tor.us',
// commonApiHost: 'http://localhost:60000',
// api: 'https://api.tor.us',
api: 'http://localhost:2020',
api: 'https://api.tor.us',
// api: 'http://localhost:2020',
infuraKey: VUE_APP_INFURA_KEY,
openLoginClientId: 'BCY9aYsh8iGshQuzNjBbONYE-tKD0JM389l87IiMOVeOU1TBmRaZphKOyphkUpo41fuSMnO6QRlloxCV-3nt8dU',
torusNetwork: VUE_APP_PROXY_NETWORK || 'mainnet',
Expand Down

0 comments on commit 463a055

Please sign in to comment.