scaffold chain

master
michael 2022-08-25 23:53:47 +00:00
parent 4ea2b97c14
commit c829ab63fc
3 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"time" "time"
"cosmos-test/app" "cosmos-test/app"
"github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/simapp" "github.com/cosmos/cosmos-sdk/simapp"

View File

@ -7,6 +7,7 @@ import (
"cosmos-test/testutil/nullify" "cosmos-test/testutil/nullify"
"cosmos-test/x/cosmostest" "cosmos-test/x/cosmostest"
"cosmos-test/x/cosmostest/types" "cosmos-test/x/cosmostest/types"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )