diff --git a/constants/link.ts b/constants/link.ts index c5fe3ed..476eeec 100644 --- a/constants/link.ts +++ b/constants/link.ts @@ -67,8 +67,7 @@ export const menuLinks = { } export const instructions = { - relayer: 'https://git.tornado.ws/tornadocash/classic-relayer/src/branch/main-v5#deploy-with-script-and-docker-compose', - nova: 'https://git.tornado.ws/tornadocash/nova-relayer#deploy-with-docker-compose', + relayer: 'https://git.tornado.ws/tornadocash/tornado-relayer#deploy-with-script-and-docker-compose', burn: 'https://torn.community/t/proposal-relayer-registry-setting-parameters-after-audit/2134', formula: 'https://docs.tornado.ws/general/guides/relayer.html#1-the-relayer-selection-system-how-a-relayer-is-chosen-by-frontends', diff --git a/langs/en.json b/langs/en.json index da7d183..5e2165f 100644 --- a/langs/en.json +++ b/langs/en.json @@ -112,8 +112,7 @@ "second": "You can add different subdomains with corresponding TXT records to support other chains as well.", "third": "Ethereum Relayers (Mandatory)", "fourth": "Sidechains Relayers (Optional)", - "fifth": "Nova Relayer (Optional)", - "sixth": "The Tornado Cash Nova uses its own version of the software as well. See instructions {link}." + "fifth": "Nova Relayer (Optional)" }, "links": { "first": "instructions", diff --git a/pages/registration/ens.vue b/pages/registration/ens.vue index 2d13ef9..3115570 100644 --- a/pages/registration/ens.vue +++ b/pages/registration/ens.vue @@ -59,13 +59,6 @@ - - - - - @@ -86,7 +79,6 @@ export default { isENSInvalid: false, isENSChecking: false, ensInvalidReason: '', - instructionNova: instructions.nova, instructionLink: instructions.relayer, } },