File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11package app
22
33import (
4- storetypes "cosmossdk.io/store/types"
54 "fmt"
65 stdlog "log"
76
7+ storetypes "cosmossdk.io/store/types"
88 tmproto "github.com/cometbft/cometbft/proto/tendermint/types"
99 "github.com/cosmos/cosmos-sdk/codec"
1010 servertypes "github.com/cosmos/cosmos-sdk/server/types"
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ package helpers
22
33import (
44 "context"
5- "cosmossdk.io/math"
65 "encoding/json"
76 "fmt"
87 "testing"
98
9+ "cosmossdk.io/math"
1010 "github.com/cosmos/interchaintest/v10/chain/cosmos"
1111 "github.com/stretchr/testify/require"
1212)
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package interchaintest
33import (
44 "context"
55 "encoding/json"
6- govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
76 "strconv"
87 "testing"
98
@@ -12,14 +11,14 @@ import (
1211 sdk "github.com/cosmos/cosmos-sdk/types"
1312 authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
1413 govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
14+ govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
1515 "github.com/cosmos/interchaintest/v10"
1616 "github.com/cosmos/interchaintest/v10/chain/cosmos"
1717 "github.com/cosmos/interchaintest/v10/ibc"
1818 "github.com/cosmos/interchaintest/v10/testutil"
19+ "github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
1920 liquidstaketypes "github.com/persistenceOne/persistenceCore/v17/x/liquidstake/types"
2021 "github.com/stretchr/testify/require"
21-
22- "github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
2322)
2423
2524// TestPauseLiquidStakeStkXPRT runs the flow of liquid XPRT staking while pausing the module.
Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ package interchaintest
22
33import (
44 "context"
5- "cosmossdk.io/math"
65 "encoding/json"
6+ "strconv"
7+ "testing"
8+
9+ "cosmossdk.io/math"
710 codectypes "github.com/cosmos/cosmos-sdk/codec/types"
811 sdk "github.com/cosmos/cosmos-sdk/types"
912 authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
@@ -16,8 +19,6 @@ import (
1619 "github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
1720 liquidstaketypes "github.com/persistenceOne/persistenceCore/v17/x/liquidstake/types"
1821 "github.com/stretchr/testify/require"
19- "strconv"
20- "testing"
2122)
2223
2324// TestLiquidStakeStkXPRT runs the flow of liquid XPRT staking using
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package interchaintest
22
33import (
44 "context"
5- govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
65 "strconv"
76 "testing"
87
@@ -11,13 +10,13 @@ import (
1110 sdk "github.com/cosmos/cosmos-sdk/types"
1211 authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
1312 govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
13+ govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
1414 "github.com/cosmos/interchaintest/v10"
1515 "github.com/cosmos/interchaintest/v10/chain/cosmos"
1616 "github.com/cosmos/interchaintest/v10/testutil"
17+ "github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
1718 liquidstaketypes "github.com/persistenceOne/persistenceCore/v17/x/liquidstake/types"
1819 "github.com/stretchr/testify/require"
19-
20- "github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
2120)
2221
2322// TestLiquidStakeUnstakeStkXPRT runs the flow of stkXPRT unstaking.
You can’t perform that action at this time.
0 commit comments