diff --git a/app/components/Exchange/MyMarkets.jsx b/app/components/Exchange/MyMarkets.jsx index a5271acc96..34a9c99088 100644 --- a/app/components/Exchange/MyMarkets.jsx +++ b/app/components/Exchange/MyMarkets.jsx @@ -336,8 +336,8 @@ class MyMarkets extends React.Component { lookupBase: null, inputValue: "", minWidth: "100%", - findBaseInput: "USD", - activeFindBase: "USD" + findBaseInput: "BTS", + activeFindBase: "BTS" }; this._setMinWidth = this._setMinWidth.bind(this);