diff --git a/app/routes/channels/components/Channels.js b/app/routes/channels/components/Channels.js index 88b675a9..0f6dcb63 100644 --- a/app/routes/channels/components/Channels.js +++ b/app/routes/channels/components/Channels.js @@ -87,7 +87,7 @@ class Channels extends Component { channel={channel} ticker={ticker} currentTicker={currentTicker} - explorerLinkBase={explorerLinkBase} + explorerLinkBase={'https://testnet.smartbit.com.au/'} /> ) } else if (Object.prototype.hasOwnProperty.call(channel, 'closing_txid')) { @@ -97,7 +97,7 @@ class Channels extends Component { channel={channel} ticker={ticker} currentTicker={currentTicker} - explorerLinkBase={explorerLinkBase} + explorerLinkBase={'https://testnet.smartbit.com.au/'} /> ) }