@@ -11,15 +11,15 @@ import (
1111 "time"
1212
1313 "github.com/ethereum/go-ethereum/crypto"
14- "github.com/lambdaclass /aligned_layer/operator/mina"
15- "github.com/lambdaclass /aligned_layer/operator/risc_zero"
14+ "github.com/yetanotherco /aligned_layer/operator/mina"
15+ "github.com/yetanotherco /aligned_layer/operator/risc_zero"
1616
1717 "github.com/prometheus/client_golang/prometheus"
18- "github.com/lambdaclass /aligned_layer/metrics"
18+ "github.com/yetanotherco /aligned_layer/metrics"
1919
20- "github.com/lambdaclass /aligned_layer/operator/halo2ipa"
21- "github.com/lambdaclass /aligned_layer/operator/halo2kzg"
22- "github.com/lambdaclass /aligned_layer/operator/sp1"
20+ "github.com/yetanotherco /aligned_layer/operator/halo2ipa"
21+ "github.com/yetanotherco /aligned_layer/operator/halo2kzg"
22+ "github.com/yetanotherco /aligned_layer/operator/sp1"
2323
2424 "github.com/Layr-Labs/eigensdk-go/crypto/bls"
2525 "github.com/Layr-Labs/eigensdk-go/logging"
@@ -30,12 +30,12 @@ import (
3030 "github.com/consensys/gnark/backend/witness"
3131 ethcommon "github.com/ethereum/go-ethereum/common"
3232 "github.com/ethereum/go-ethereum/event"
33- "github.com/lambdaclass /aligned_layer/common"
34- servicemanager "github.com/lambdaclass /aligned_layer/contracts/bindings/AlignedLayerServiceManager"
35- "github.com/lambdaclass /aligned_layer/core/chainio"
36- "github.com/lambdaclass /aligned_layer/core/types"
33+ "github.com/yetanotherco /aligned_layer/common"
34+ servicemanager "github.com/yetanotherco /aligned_layer/contracts/bindings/AlignedLayerServiceManager"
35+ "github.com/yetanotherco /aligned_layer/core/chainio"
36+ "github.com/yetanotherco /aligned_layer/core/types"
3737
38- "github.com/lambdaclass /aligned_layer/core/config"
38+ "github.com/yetanotherco /aligned_layer/core/config"
3939)
4040
4141type Operator struct {
0 commit comments