Skip to content

Commit

Permalink
Merge pull request #355 from neutron-org/fix/small-improvements-duality
Browse files Browse the repository at this point in the history
Fix: small improvements
  • Loading branch information
pr0n00gler authored Nov 13, 2023
2 parents 8e38b07 + 8afbca9 commit 0afa726
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions x/dex/keeper/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
sdkerrors "cosmossdk.io/errors"
"cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

math_utils "github.com/neutron-org/neutron/utils/math"
"github.com/neutron-org/neutron/x/dex/types"
"github.com/neutron-org/neutron/x/dex/utils"
Expand Down
1 change: 1 addition & 0 deletions x/dex/keeper/liquidity.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package keeper
import (
"cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

math_utils "github.com/neutron-org/neutron/utils/math"
"github.com/neutron-org/neutron/x/dex/types"
)
Expand Down
1 change: 1 addition & 0 deletions x/dex/keeper/liquidity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (

sdkmath "cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/neutron-org/neutron/x/dex/types"
)

Expand Down
1 change: 1 addition & 0 deletions x/dex/keeper/multihop_swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
sdkerrors "cosmossdk.io/errors"
"cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

math_utils "github.com/neutron-org/neutron/utils/math"
"github.com/neutron-org/neutron/x/dex/types"
)
Expand Down
2 changes: 0 additions & 2 deletions x/gmp/types.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package gmp

const AxelarGMPAcc = "axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5"

// Message is attached in ICS20 packet memo field
type Message struct {
SourceChain string `json:"source_chain"`
Expand Down

0 comments on commit 0afa726

Please sign in to comment.