Change relayer software link and instructions
This commit is contained in:
parent
889f551c34
commit
fcc5587adc
@ -67,8 +67,7 @@ export const menuLinks = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const instructions = {
|
export const instructions = {
|
||||||
relayer: 'https://git.tornado.ws/tornadocash/classic-relayer/src/branch/main-v5#deploy-with-script-and-docker-compose',
|
relayer: 'https://git.tornado.ws/tornadocash/tornado-relayer#deploy-with-script-and-docker-compose',
|
||||||
nova: 'https://git.tornado.ws/tornadocash/nova-relayer#deploy-with-docker-compose',
|
|
||||||
burn: 'https://torn.community/t/proposal-relayer-registry-setting-parameters-after-audit/2134',
|
burn: 'https://torn.community/t/proposal-relayer-registry-setting-parameters-after-audit/2134',
|
||||||
formula:
|
formula:
|
||||||
'https://docs.tornado.ws/general/guides/relayer.html#1-the-relayer-selection-system-how-a-relayer-is-chosen-by-frontends',
|
'https://docs.tornado.ws/general/guides/relayer.html#1-the-relayer-selection-system-how-a-relayer-is-chosen-by-frontends',
|
||||||
|
@ -112,8 +112,7 @@
|
|||||||
"second": "You can add different subdomains with corresponding TXT records to support other chains as well.",
|
"second": "You can add different subdomains with corresponding TXT records to support other chains as well.",
|
||||||
"third": "Ethereum Relayers (Mandatory)",
|
"third": "Ethereum Relayers (Mandatory)",
|
||||||
"fourth": "Sidechains Relayers (Optional)",
|
"fourth": "Sidechains Relayers (Optional)",
|
||||||
"fifth": "Nova Relayer (Optional)",
|
"fifth": "Nova Relayer (Optional)"
|
||||||
"sixth": "The Tornado Cash Nova uses its own version of the software as well. See instructions {link}."
|
|
||||||
},
|
},
|
||||||
"links": {
|
"links": {
|
||||||
"first": "instructions",
|
"first": "instructions",
|
||||||
|
@ -59,13 +59,6 @@
|
|||||||
<ul :class="$style.examples">
|
<ul :class="$style.examples">
|
||||||
<li>gnosis-nova.xxx.eth</li>
|
<li>gnosis-nova.xxx.eth</li>
|
||||||
</ul>
|
</ul>
|
||||||
<strong>
|
|
||||||
<i18n path="pages.registration.ens.content.sixth">
|
|
||||||
<template #link>
|
|
||||||
<base-link :href="instructionNova">{{ $t('pages.registration.ens.links.second') }}</base-link>
|
|
||||||
</template>
|
|
||||||
</i18n>
|
|
||||||
</strong>
|
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</app-container>
|
</app-container>
|
||||||
@ -86,7 +79,6 @@ export default {
|
|||||||
isENSInvalid: false,
|
isENSInvalid: false,
|
||||||
isENSChecking: false,
|
isENSChecking: false,
|
||||||
ensInvalidReason: '',
|
ensInvalidReason: '',
|
||||||
instructionNova: instructions.nova,
|
|
||||||
instructionLink: instructions.relayer,
|
instructionLink: instructions.relayer,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user