Skip to content

Commit df6ab1a

Browse files
committed
fix: update imports from saiset-co to KiraCore in cosmos_agregated3.go
PR #47 introduced saiset-co imports which conflict with the KiraCore forks used in master. This fixes the type mismatch errors in CI build.
1 parent 345179e commit df6ab1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manager/gateway/cosmos_agregated3.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import (
1212

1313
sekaitypes "github.com/KiraCore/sekai/types"
1414
sdk "github.com/cosmos/cosmos-sdk/types"
15-
"github.com/saiset-co/sai-storage-mongo/external/adapter"
15+
"github.com/KiraCore/sai-storage-mongo/external/adapter"
1616
"go.uber.org/zap"
1717

18-
"github.com/saiset-co/sai-interx-manager/logger"
19-
"github.com/saiset-co/sai-interx-manager/types"
20-
"github.com/saiset-co/sai-interx-manager/utils"
18+
"github.com/KiraCore/sai-interx-manager/logger"
19+
"github.com/KiraCore/sai-interx-manager/types"
20+
"github.com/KiraCore/sai-interx-manager/utils"
2121
)
2222

2323
func (g *CosmosGateway) txByHash(hash string) (interface{}, error) {

0 commit comments

Comments
 (0)