From d949f82b076c691220628713144568596af670b1 Mon Sep 17 00:00:00 2001 From: Quinn Lee Date: Tue, 19 Mar 2024 10:40:29 -0700 Subject: [PATCH] chore: update for holesky (#81) --- pkg/utils/utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index c814bf8..051f550 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -25,8 +25,8 @@ var ChainMetadataMap = map[int64]types.ChainMetadata{ }, HoleskyChainId: { BlockExplorerUrl: "https://holesky.etherscan.io/tx", - ELDelegationManagerAddress: "", - ELAVSDirectoryAddress: "", + ELDelegationManagerAddress: "0xA44151489861Fe9e3055d95adC98FbD462B948e7", + ELAVSDirectoryAddress: "0x055733000064333CaDDbC92763c58BF0192fFeBf", }, LocalChainId: { BlockExplorerUrl: "",