Merge pull request #157 from esteemapp/appcenter-build

changed default url '
This commit is contained in:
uğur erdal 2018-12-05 17:40:20 +03:00 committed by GitHub
commit d7b86e3497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import {
} from '../../utils/postParser';
import { getName, getAvatar } from '../../utils/user';
const DEFAULT_SERVER = 'https://rpc.esteem.app';
const DEFAULT_SERVER = 'https://api.steemit.com';
let rewardFund = null;
let medianPrice = null;
let client = new Client(DEFAULT_SERVER);