Skip to content

Commit

Permalink
Merge pull request #43 from initia-labs/fix/rename-move-pair
Browse files Browse the repository at this point in the history
rename move-pair to pair and fix versions and submodune names
  • Loading branch information
Vritra4 authored May 2, 2024
2 parents 6b9e998 + 1cffd56 commit d3c9fa6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions submodules/move-nft/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package types

const (
// SubmoduleName is the name of the submodule
SubmoduleName = "nft"
SubmoduleName = "move-nft"

// Version is the current version of the submodule
Version = "v0.1.0"
Version = "v0.1.2"
)

// store prefixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package move_pair
package pair

import (
"context"
Expand All @@ -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/pair/types"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion submodules/move-pair/go.mod → submodules/pair/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/initia-labs/kvindexer/submodules/move-pair
module github.com/initia-labs/kvindexer/submodules/pair

go 1.22

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package move_pair
package pair

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package move_pair
package pair

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package move_pair
package pair

import (
"context"
Expand All @@ -17,7 +17,7 @@ import (

"github.com/initia-labs/kvindexer/collection"
pairtypes "github.com/initia-labs/kvindexer/pair/types"
"github.com/initia-labs/kvindexer/submodules/move-pair/types"
"github.com/initia-labs/kvindexer/submodules/pair/types"
kvindexer "github.com/initia-labs/kvindexer/x/kvindexer/types"
)

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "pair"

// Version is the current version of the submodule
Version = "v0.1.0"
Version = "v0.1.1"
)

// store prefixes
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion submodules/wasm-nft/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "wasm-nft"

// Version is the current version of the submodule
Version = "v0.1.0"
Version = "v0.1.2"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/wasm-pair/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package types

const (
// SubmoduleName is the name of the submodule
SubmoduleName = "pair"
SubmoduleName = "wasm-pair"

// Version is the current version of the submodule
Version = "v0.1.0"
Expand Down

0 comments on commit d3c9fa6

Please sign in to comment.