updated footer temp for merge
Some checks are pending
Node.js CI / cleanup (push) Waiting to run
Node.js CI / build (push) Waiting to run
Node.js CI / deploy-minified (push) Blocked by required conditions
Node.js CI / deploy-docker (push) Blocked by required conditions
Node.js CI / deploy-ipfs (push) Blocked by required conditions
Node.js CI / notify (push) Blocked by required conditions
Some checks are pending
Node.js CI / cleanup (push) Waiting to run
Node.js CI / build (push) Waiting to run
Node.js CI / deploy-minified (push) Blocked by required conditions
Node.js CI / deploy-docker (push) Blocked by required conditions
Node.js CI / deploy-ipfs (push) Blocked by required conditions
Node.js CI / notify (push) Blocked by required conditions
This commit is contained in:
parent
a9998d3a34
commit
32fc9e9bb8
@ -37,7 +37,7 @@
|
|||||||
<b-button
|
<b-button
|
||||||
tag="a"
|
tag="a"
|
||||||
type="is-icon"
|
type="is-icon"
|
||||||
href="https://t.me/tornado"
|
href="https://t.me/tornadoofficial"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
icon-right="telegram"
|
icon-right="telegram"
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<b-button
|
<b-button
|
||||||
tag="a"
|
tag="a"
|
||||||
type="is-icon"
|
type="is-icon"
|
||||||
href="https://git.tornado.is/tornadocash/classic-ui"
|
href="https://git.tornado.ws/tornadocash/classic-ui"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
icon-right="git"
|
icon-right="git"
|
||||||
@ -109,7 +109,7 @@ export default {
|
|||||||
...mapGetters('metamask', ['networkConfig', 'netId']),
|
...mapGetters('metamask', ['networkConfig', 'netId']),
|
||||||
...mapGetters('txHashKeeper', ['addressExplorerUrl']),
|
...mapGetters('txHashKeeper', ['addressExplorerUrl']),
|
||||||
duneLink() {
|
duneLink() {
|
||||||
const mainnetNetworks = [1, 5]
|
const mainnetNetworks = [1]
|
||||||
|
|
||||||
if (mainnetNetworks.includes(Number(this.netId))) {
|
if (mainnetNetworks.includes(Number(this.netId))) {
|
||||||
return 'https://dune.xyz/poma/tornado-cash_1'
|
return 'https://dune.xyz/poma/tornado-cash_1'
|
||||||
|
Loading…
Reference in New Issue
Block a user