Skip to content

Commit

Permalink
fix: SRS ingestion and cfg loading bugs - update svc manager address
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jul 19, 2024
1 parent ff1f42e commit 83e0741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83e0741

Please sign in to comment.