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 authored and teddyknox committed Jul 20, 2024
1 parent 7c52a5b commit f8ac890
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 f8ac890

Please sign in to comment.