We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5526cb commit 59ee79aCopy full SHA for 59ee79a
2 files changed
go.mod
@@ -93,3 +93,5 @@ require (
93
)
94
95
replace github.com/Layr-Labs/eigensdk-go => github.com/yetanotherco/eigensdk-go v0.1.10-0.20240805154752-29f4d3457921
96
+
97
+replace github.com/yetanotherco/aligned_layer => github.com/lambdaclass/aligned_layer v0.0.0-20240819205938-66fc5d3df926
operator/mina_account/mina_account_test.go
@@ -5,7 +5,7 @@ import (
5
"os"
6
"testing"
7
8
- "github.com/lambdaclass/aligned_layer/operator/mina_account"
+ "github.com/yetanotherco/aligned_layer/operator/mina_account"
9
10
11
func TestMinaStateProofVerifies(t *testing.T) {
0 commit comments