This commit is contained in:
David Terpay
2023-08-17 16:40:59 -04:00
parent c1ce98a6e5
commit bf25872404
60 changed files with 128 additions and 126 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
buildertypes "github.com/skip-mev/pob/x/builder/types"
buildertypes "github.com/skip-mev/block-sdk/x/builder/types"
interchaintest "github.com/strangelove-ventures/interchaintest/v7"
"github.com/strangelove-ventures/interchaintest/v7/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v7/ibc"
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"testing"
testutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
"github.com/skip-mev/pob/tests/integration"
buildertypes "github.com/skip-mev/pob/x/builder/types"
"github.com/skip-mev/block-sdk/tests/integration"
buildertypes "github.com/skip-mev/block-sdk/x/builder/types"
"github.com/strangelove-ventures/interchaintest/v7"
"github.com/strangelove-ventures/interchaintest/v7/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v7/ibc"