mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 20:17:02 +00:00
Merge branch 'development' into release/v2.13.0
This commit is contained in:
commit
b4faa3b617
@ -157,7 +157,7 @@ export const getExplorerInfo = (hash: string): BlockScanInfo => {
|
|||||||
default: {
|
default: {
|
||||||
const type = hash.length > 42 ? 'tx' : 'address'
|
const type = hash.length > 42 ? 'tx' : 'address'
|
||||||
return () => ({
|
return () => ({
|
||||||
url: `${url}${type}/${hash}`,
|
url: `${url}/${type}/${hash}`,
|
||||||
alt: name || '',
|
alt: name || '',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user