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: {
|
||||
const type = hash.length > 42 ? 'tx' : 'address'
|
||||
return () => ({
|
||||
url: `${url}${type}/${hash}`,
|
||||
url: `${url}/${type}/${hash}`,
|
||||
alt: name || '',
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue