diff --git a/common/api/bity.js b/common/api/bity.js index 84f8e8fe..06b49204 100644 --- a/common/api/bity.js +++ b/common/api/bity.js @@ -57,7 +57,7 @@ export function getOrderStatus(orderid: string) { } function _getAllRates() { - return fetch(`${bityConfig.bityAPI}/v1/rate2/`) + return fetch(`${bityConfig.bityURL}/v1/rate2/`) .then(checkHttpStatus) .then(parseJSON); } diff --git a/common/components/BalanceSidebar/BalanceSidebar.jsx b/common/components/BalanceSidebar/BalanceSidebar.jsx index f29bfdd8..131a0894 100644 --- a/common/components/BalanceSidebar/BalanceSidebar.jsx +++ b/common/components/BalanceSidebar/BalanceSidebar.jsx @@ -96,19 +96,13 @@ export class BalanceSidebar extends React.Component {