From 4c7cea6d06d2e6ac8e233bd057d4dd01b6e34765 Mon Sep 17 00:00:00 2001 From: Manuel <5877862+manuelsc@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:53:52 +0200 Subject: [PATCH] new erigon repo --- src/app/utils/ClientUpdateUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/ClientUpdateUtils.ts b/src/app/utils/ClientUpdateUtils.ts index 7b11b20b..d3196e02 100644 --- a/src/app/utils/ClientUpdateUtils.ts +++ b/src/app/utils/ClientUpdateUtils.ts @@ -77,7 +77,7 @@ export const Clients: ClientInfo[] = [ { key: 'ERIGON', name: 'Erigon', - repo: 'ledgerwatch/erigon', + repo: 'erigontech/erigon', storageKey: 'client_updates_erigon', },