Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguyenvn committed Feb 19, 2025
1 parent a7415ef commit fdd498c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const {
VUE_APP_WECHAT_CLIENT_ID,
VUE_APP_KAKAO_CLIENT_ID,
VUE_APP_HIDE_TOPUP,
VUE_APP_INFURA_KEY,
VUE_APP_ETH_TRANSFER_ONLY,
VUE_APP_OPENLOGIN_ORIGIN_SIGNATURE,
VUE_APP_DEVELOPER_DASHBOARD_URL,
Expand Down Expand Up @@ -149,7 +148,7 @@ export default {
// commonApiHost: 'http://localhost:60000',
api: 'https://api.tor.us',
// api: 'http://localhost:2020',
infuraKey: VUE_APP_INFURA_KEY,
infuraKey: '341eacb578dd44a1a049cbc5f6fd4023',
openLoginClientId: 'BCY9aYsh8iGshQuzNjBbONYE-tKD0JM389l87IiMOVeOU1TBmRaZphKOyphkUpo41fuSMnO6QRlloxCV-3nt8dU',
torusNetwork: VUE_APP_PROXY_NETWORK || 'mainnet',
openLoginOriginSig: VUE_APP_OPENLOGIN_ORIGIN_SIGNATURE,
Expand Down

0 comments on commit fdd498c

Please sign in to comment.