ecency-mobile/src/constants/hsOptions.js
2020-09-18 16:11:01 +03:00

8 lines
258 B
JavaScript

export const hsOptions = {
base_url: 'https://hivesigner.com/',
client_id: 'ecency.app',
redirect_uri: 'http://127.0.0.1:3000/auth',
scope:
'vote,comment,delete_comment,comment_options,custom_json,claim_reward_balance,account_update,offline',
};