We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ee79a commit d2af2d6Copy full SHA for d2af2d6
1 file changed
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/yetanotherco/aligned_layer
+module github.com/lambdaclass/aligned_layer
2
3
go 1.22.2
4
@@ -13,6 +13,7 @@ require (
13
require (
14
github.com/consensys/gnark v0.10.0
15
github.com/consensys/gnark-crypto v0.12.2-0.20240215234832-d72fcb379d3e
16
+ github.com/yetanotherco/aligned_layer v0.0.0-00010101000000-000000000000
17
)
18
19
@@ -94,4 +95,4 @@ require (
94
95
96
replace github.com/Layr-Labs/eigensdk-go => github.com/yetanotherco/eigensdk-go v0.1.10-0.20240805154752-29f4d3457921
97
-replace github.com/yetanotherco/aligned_layer => github.com/lambdaclass/aligned_layer v0.0.0-20240819205938-66fc5d3df926
98
+replace github.com/yetanotherco/aligned_layer => github.com/lambdaclass/aligned_layer account_inclusion_verifier
0 commit comments