mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2025-02-14 13:10:29 +01:00
tx hash
This commit is contained in:
parent
029a1ff017
commit
002e7eb979
@ -20,7 +20,7 @@
|
|||||||
path="deployedBy"
|
path="deployedBy"
|
||||||
>
|
>
|
||||||
<template v-slot:link>
|
<template v-slot:link>
|
||||||
<a :href="domainUrl(data.deployTransaction)" target="_blank">{{
|
<a :href="txExplorerUrl(data.deployTransaction)" target="_blank">{{
|
||||||
data.deployerAddress
|
data.deployerAddress
|
||||||
}}</a>
|
}}</a>
|
||||||
</template>
|
</template>
|
||||||
@ -117,6 +117,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
...mapGetters('provider', ['getProviderName', 'getAccount']),
|
...mapGetters('provider', ['getProviderName', 'getAccount']),
|
||||||
...mapGetters('steps', ['canDeploy']),
|
...mapGetters('steps', ['canDeploy']),
|
||||||
|
...mapGetters('txStorage', ['txExplorerUrl']),
|
||||||
isNotLoggedIn() {
|
isNotLoggedIn() {
|
||||||
return !this.getProviderName
|
return !this.getProviderName
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user