scaffold chain
parent
4ea2b97c14
commit
c829ab63fc
|
@ -6,6 +6,7 @@ import (
|
|||
"time"
|
||||
|
||||
"cosmos-test/app"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/baseapp"
|
||||
"github.com/cosmos/cosmos-sdk/codec"
|
||||
"github.com/cosmos/cosmos-sdk/simapp"
|
||||
|
|
|
@ -7,6 +7,7 @@ import (
|
|||
"cosmos-test/testutil/nullify"
|
||||
"cosmos-test/x/cosmostest"
|
||||
"cosmos-test/x/cosmostest/types"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue