Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Apr 30, 2024
1 parent 4417808 commit 9c0f2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion submodules/move-pair/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"

opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"
"github.com/initia-labs/kvindexer/submodules/move_pair/types"
"github.com/initia-labs/kvindexer/submodules/move-pair/types"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion submodules/wasm-pair/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"

opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"
"github.com/initia-labs/kvindexer/submodules/wasm_pair/types"
"github.com/initia-labs/kvindexer/submodules/wasm-pair/types"
)

const (
Expand Down

0 comments on commit 9c0f2cc

Please sign in to comment.