From 777e95cc4c3e8283b379f100d2f32d9cd84b5dbf Mon Sep 17 00:00:00 2001 From: Jordi Pinyana Date: Tue, 5 Mar 2024 02:32:00 +0100 Subject: [PATCH] nit: comment address of the registry is the same for all networks --- delegate/delegate.go | 1 + 1 file changed, 1 insertion(+) diff --git a/delegate/delegate.go b/delegate/delegate.go index 9fccce40..20498357 100644 --- a/delegate/delegate.go +++ b/delegate/delegate.go @@ -14,6 +14,7 @@ import ( ) const ( + // address is the same for all networks DelegateRegistryAddress = "0x00000000000000447e69651d841bD8D104Bed493" maxRetries = 3 )