File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styled from 'styled-components'
33import { ContentPage } from 'components/layout/PageWrappers'
44import addressesByNetwork from 'api/deposit/batchExchangeAddresses'
55import { getNetworkFromId } from '@gnosis.pm/dex-js'
6- import { EtherscanLink } from 'components/common/EtherscanLink '
6+ import { BlockExplorerLink } from 'components/common/BlockExplorerLink '
77
88export const AboutWrapper = styled ( ContentPage ) `
99 line-height: 2.2rem;
@@ -31,7 +31,7 @@ const About: React.FC = () => {
3131 return (
3232 < React . Fragment key = { address } >
3333 { index > 0 && < span > , </ span > }
34- < EtherscanLink type = "contract" identifier = { address } networkId = { networkId } label = { getNetworkFromId ( networkId ) } />
34+ < BlockExplorerLink type = "contract" identifier = { address } networkId = { networkId } label = { getNetworkFromId ( networkId ) } />
3535 </ React . Fragment >
3636 )
3737 } )
Original file line number Diff line number Diff line change 11{
2- "name" : " @gnosis.pm/dex-react " ,
3- "version" : " 1.5.1 " ,
2+ "name" : " Mesa " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " " ,
55 "main" : " src/index.js" ,
66 "sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments