@@ -19,6 +19,7 @@ import (
19
19
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
20
20
"github.com/dymensionxyz/dymension-rdk/testutil/utils"
21
21
rollappparamstypes "github.com/dymensionxyz/dymension-rdk/x/rollappparams/types"
22
+ "github.com/dymensionxyz/dymint/version"
22
23
"github.com/tendermint/tendermint/crypto/encoding"
23
24
"github.com/tendermint/tendermint/libs/log"
24
25
"github.com/tendermint/tendermint/proto/tendermint/crypto"
@@ -92,6 +93,7 @@ func SetupWithGenesisValSet(t *testing.T, valSet *types2.ValidatorSet, genAccs [
92
93
app , genesisState := setup (true , 5 )
93
94
genesisState = genesisStateWithValSet (t , app , genesisState , valSet , genAccs , balances ... )
94
95
96
+ version .DRS = "1"
95
97
genesisState = setRollappVersion (app .appCodec , genesisState , 1 )
96
98
97
99
denomMD := banktypes.Metadata {
@@ -126,7 +128,7 @@ func SetupWithGenesisValSet(t *testing.T, valSet *types2.ValidatorSet, genAccs [
126
128
ConsensusParams : utils .DefaultConsensusParams ,
127
129
AppStateBytes : stateBytes ,
128
130
ChainId : TestChainID ,
129
- GenesisChecksum : "notwmpty " ,
131
+ GenesisChecksum : "notempty " ,
130
132
},
131
133
)
132
134
0 commit comments