Skip to content

Commit

Permalink
v7 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 11, 2023
1 parent d2b9f31 commit 397c7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion chain/cosmos/tokenfactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strconv"

"github.com/strangelove-ventures/interchaintest/v8/ibc"
"github.com/strangelove-ventures/interchaintest/v7/ibc"
)

// TokenFactoryCreateDenom creates a new tokenfactory token in the format 'factory/accountaddress/name'.
Expand Down
8 changes: 1 addition & 7 deletions examples/cosmos/chain_miscellaneous_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ import (
"context"
"testing"

<<<<<<< HEAD
"cosmossdk.io/math"
"github.com/strangelove-ventures/interchaintest/v7"
"github.com/strangelove-ventures/interchaintest/v7/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v7/ibc"
=======
"cosmossdk.io/math"
"github.com/strangelove-ventures/interchaintest/v8"
"github.com/strangelove-ventures/interchaintest/v8/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v8/ibc"
>>>>>>> fcfcac6 (Adds x/tokenfactory helper methods (#798))
"github.com/stretchr/testify/require"
"go.uber.org/zap/zaptest"
)
Expand Down

0 comments on commit 397c7dd

Please sign in to comment.