Skip to content

Commit

Permalink
fix(BSV): link blockchair as explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 3, 2019
1 parent 38ff423 commit e1dfd2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const IconWrapper = styled.div`
const explorers = {
BCH: 'https://blockchair.com/bitcoin-cash/transaction',
BTC: 'https://blockchain.info/tx',
BSV: 'https://www.svblox.com/tx',
BSV: 'https://blockchair.com/bitcoin-sv/transaction',
ETH: 'https://www.blockchain.com/eth/tx',
XLM: 'https://stellarchain.io/tx'
}
Expand Down

0 comments on commit e1dfd2b

Please sign in to comment.