From 83e0741bc1b9dec82d9aa2bc1578479787c828fd Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Fri, 19 Jul 2024 17:37:07 -0400 Subject: [PATCH] fix: SRS ingestion and cfg loading bugs - update svc manager address --- e2e/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/setup.go b/e2e/setup.go index 2e995c5c..4310ce60 100644 --- a/e2e/setup.go +++ b/e2e/setup.go @@ -75,7 +75,7 @@ func CreateTestSuite(t *testing.T, useMemory bool, useS3 bool) (TestSuite, func( SignerPrivateKeyHex: pk, }, EthRPC: ethRPC, - SvcManagerAddr: "0xc96304e3c037f81dA488ed9dEa1D8F2a48278a75", // incompatible with non holeskly networks + SvcManagerAddr: "0xD4A7E1Bd8015057293f0D0A557088c286942e84b", // incompatible with non holeskly networks CacheDir: "../resources/SRSTables", G1Path: "../resources/g1.point", MaxBlobLength: "2mib",