File tree Expand file tree Collapse file tree
src/app/components/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ class Modals extends React.Component {
165165 if ( e && e . preventDefault ) e . preventDefault ( ) ;
166166 const new_window = window . open ( ) ;
167167 new_window . opener = null ;
168- new_window . location = 'https://poloniex.com/exchange#trx_steem' ;
168+ new_window . location =
169+ 'https://poloniex.com/trade/STEEM_TRX/?type=spot' ;
169170 } ;
170171
171172 return (
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const SidePanel = ({
131131 {
132132 value : 'poloniex' ,
133133 label : 'Poloniex' ,
134- link : 'https://poloniex.com/exchange#trx_steem ' ,
134+ link : 'https://poloniex.com/trade/STEEM_TRX/?type=spot ' ,
135135 } ,
136136 ] ,
137137 external : [
Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ class UserWallet extends React.Component {
8080 // const name = this.props.currentUser.get('username');
8181 const new_window = window . open ( ) ;
8282 new_window . opener = null ;
83- new_window . location = 'https://poloniex.com/exchange#usdt_trx' ;
83+ new_window . location =
84+ 'https://poloniex.com/trade/TRX_USDT/?type=spot' ;
8485 } ;
8586 this . onShowTronLink = e => {
8687 if ( e && e . preventDefault ) e . preventDefault ( ) ;
You can’t perform that action at this time.
0 commit comments